homepage/en/misc.markdown
2018-04-24 14:35:10 +02:00

29 lines
1.3 KiB
Markdown

---
layout: default
math: false
lang: en
---
[FR](/divers)\|EN
{: .switcher}
{% include nav_en.html %}
# Miscellaneous
## The web page
For those who are interested, this page is built with [Jekyll](https://jekyllrb.com/). The code is [online](https://gitea.oknaj.eu/gjankowiak/homepage) and is available via git.
## Introduction to Jekyll
I gave small introduction to Jekyll at the University of Vienna, slides are [available](/files/slides/2018/jekyll.pdf).
## Make Terrence Tao's blog more readable
Currently (early 2014), Terrence Tao's blog use smallish fonts, and rasterized .pngs for math display. I also find it a bit cluttered and
making more difficult to read than it should be. To remedy that, I've written a [small bit](https://gist.github.com/gjankowiak/9692034) of CSS to use with [Stylish](https://addons.mozilla.org/fr/firefox/addon/stylish/), along with [some Javascript](https://gist.github.com/gjankowiak/9692040) that will turn the LaTeX images into nice, selectable formulæ using [MathJax](http://www.mathjax.org/). You will need [GreaseMonkey](https://addons.mozilla.org/fr/firefox/addon/greasemonkey/) or similar to use it.
Here what it looks like (right), compared to the original (left):
![before after](/images/misc/tao-before-after.jpg){: .centered_img}