Nuboard-theme is a minimal, responsive, and powerful Jekyll theme and is the best suite for your podcast, case study, and project showcase.
To use it, you must first clone it on your system or download the zip file.
To use it, you must first have the latter dependencies installed.
ruby -v
)gem -v
)gcc -v
,g++ -v
, and make -v
)gem install nuboard-theme
For the dependencies
bundle
This command installs the Gems mentioned in your Gemfile.lock.
And to make tailwind work.
npm install
bundle exec jekyll serve
NOTE: If you are using Ruby version 3.0.0 or higher, step 5 may fail. You may fix it by adding
webrick
to your dependencies:bundle add webrick
This work is published under MIT License.