Skip to content

UYSio/uysio.github.io-src

Repository files navigation

Intro

www.uys.io.

Theme is friendly by Pygments

pip install pygments
pygmentize -f html -S friendly -a .highlight > _sass/_syntax.scss

Tags

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

TODO

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>