- Jekyll: https://jekyllrb.com/docs/
- Install a full Ruby development environment: https://jekyllrb.com/docs/installation/
-
Install a full Ruby development environment
-
Install Jekyll and bundler (Ruby) gems:
$ gem install jekyll bundler
- Install the dependencies of Jekyll:
$ bundle install # or
$ bundle update
- Serve locally:
$ bundle exec jekyll serve