fna-xna.github.io was built using Jekyll. For the main FNA repository, see https://github.com/FNA-XNA/FNA.
- Install Ruby (comes default on macOS,
apt-get install ruby
or distro-equivalent on Linux) and rungem install bundler
. It should support Ruby 2.3 through 2.5, as of October 2018. - From the repository's main working directory, run
bundle install
to install dependencies. - Run
bundle exec jekyll serve
to serve the site atlocalhost:4000
.