This repository contains the source for the Nu website. The website is hosted on GitHub Pages and uses the static site generator jekyll.
You need to install jekyll
and bundler
. There is a detailed description on how to get them for different operating systems on the jekyll website.
The easiest way to build the site is to run
> bundle exec jekyll serve
in your local folder of the repo. This will run a local web server and you can view the website at http://localhost:4000.
The website will also be automatically recompiled every time you make changes.
The website is made available under MIT license. The original theme is released under CC0.