This is a simple site hosting content about chocolate network.
- Branch off of
gh-pages
for feature - PR Merge into gh-pages.
# 1. Install ruby (Tested on: ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [x86_64-linux], gem v3.3.7)
https://jekyllrb.com/docs/installation/
# 2. Install bundler
gem install bundler
# 3. Install other deps
bundle install
# 4. Run the dev server
bundle exec jekyll serve --livereload
# App should be served with livereload on http://localhost:4000
- See this slution: jekyll/jekyll#8523