This website is using Jekyll https://jekyllrb.com/
Setting up your dev environment
- $ gem install jekyll -g
destination: public (final code) source: src
Final code will be in the public/ folder Configuration files will be in the project root
- $ bundle exec jekyll serve
- $ jekyll serve --host=192.168.140.73
To build the site:
- $ jekyll build