Skip to content

DouglasKrouth/DouglasKrouth.github.io

Repository files navigation

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

About

Personal website of Douglas Krouth

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages