Jekyll blog for madaboutcode.com. Jekyll 4.4.1, kramdown, rouge.
./startserver.sh # Serves http://localhost:4000
bundle exec jekyll build # Production build- System Ruby (2.6.10) is too old — use Homebrew Ruby 3.4.8
- Path:
/opt/homebrew/Cellar/ruby/3.4.8/bin - Always use
bundle exec jekyll— barejekyllwon't work - Gemfile needs
jekyllandwebrick
_site/ is Jekyll build output. Gitignored. Rebuild with bundle exec jekyll build.
bundle exec jekyll build must pass.