- Install Ruby (I use Ubuntu 22.04)
sudo apt-get install ruby-full
- Add Jekyll gem
gem install bundler jekyll
- Download dependencies
cd ./DouglasKrouth.github.io
bundle install
Add syntax highlighting to your Jekyll site with Rouge
- To apply rouge styling :
rougify style <STYLE_NAME> > /path/to/css/file.css
- For code syntax highlighting, use 3x tilde 3x tilde format.
- Add a CI step to auto-update publication/edit dates to posts
- Add a CI step for checking whether the list of categories is "correct" based on some predefined list to avoid accidentally publishing under an incorrect/redundant category