A template Jekyll site with wiki functionality
In order to rebuild the site locally you'll need to:
- clone the repo
- install Ruby, Jekyll and Bundler (guide)
- Try to match these versions where possible in order to get the same behavior locally as via GitHub. Pay attention to Jekyll and Ruby versions in particular.
- E.g., MacOS:
brew install ruby@3.3.4
andecho 'export PATH="/opt/homebrew/opt/ruby@3.3.4/bin:$PATH"' >> ~/.zshrc
andgem install jekyll -v 3.10.0
- run
bundle install
- run
bundle exec jekyll serve
<-- run this each time you want to restart the local server - goto http://127.0.0.1:4000
- run
bundle exec jekyll build
<-- run this to generate _site files without localhost URLs