This is the repository that github pulls from when serving my blog at algorithmicassertions.com.
The blog is focused on computer science and programming.
Installing dependencies:
sudo apt install jekyll
sudo apt install python3-pip
python -m pip install pygmentsWorkarounds and hacks:
- Pygments fails if
/usr/bin/pythonis python 3 instead of python 2.
Building the site:
jekyll buildServe from localhost:4000:
jekyll serve