Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 900 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 900 Bytes

Dev install/local

  1. Install Ruby (I use Ubuntu 22.04)
sudo apt-get install ruby-full
  1. Add Jekyll gem
 gem install bundler jekyll
  1. Download dependencies
cd ./DouglasKrouth.github.io
bundle install

Articles, resources used

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.

Fun potential additions, ideas

  • 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