Theme is friendly by Pygments
pip install pygments
pygmentize -f html -S friendly -a .highlight > _sass/_syntax.scss
Tags working with advice from:
And then:
jekyll build
cp -R _site/* ../uysio.github.io
pushd ../uysio.github.io
git add . && git commit -m "UYSio/uysio.github.io-src updated"
git push origin master
popd