It uses middleman
- install ruby 2.4.3
- using rbenv or any alternatives is strongly recommended
- install
bundler
gem
gem install bundler --no-doc
- use bundler to install whole middleman-related gems
bundle install
- now you can generate the site like this:
middleman server
- and you can see your own instance via http://localhost:4567
- enjoy!