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
GA tag:
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KLHNH9EGQS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-KLHNH9EGQS');
</script>