/AE1020.github.io

Specially-Named GitHub Pages Repository for Articles

Primary LanguageJavaScriptThe UnlicenseUnlicense

title permalink layout mathjax
About
/about/
page
true

These notes are on GitHub in Jekyll so I do not worry over a web server.

Corrections

If you notice something wrong or outdated please submit it as an issue (or even better as a pull request with the improvement you imagine).

Theme Used

The theme is called "Contrast" and it is by Niklaus Buschmann. It was simple and looked good. Also it comes with support for equations, which you can enable with just mathjax: true in the page.

<script type="math/tex; mode=display">f^{(n)}(z) = \frac{n !}{2 \pi i} \int_{C}\! \frac{f(\zeta)}{(\zeta - z)^{n+1}} \mathrm{d}\zeta</script>

(Note: An update to the version of Jekyll/Kramdown used by github.io broke this feature a bit. I raised an issue on Contrast's GitHub.)

The instructions suggest forking the repo, but I just cloned it and then pushed to an empty repository. That way I can search it in the web UI (since at time of writing GitHub does not search forks).

I'll mention this uses the Liquid templating system so I can find the documentation later when I need it.

{% comment %} 1 2 3 4 5 6 7 8 12345678901234567890123456789012345678901234567890123456789012345678901234567890 {% endcomment %}