Repository containing my personal blog; you can find a live version at https://ktln2.org/.
It's a static site generated using nikola.
$ pip install -r requirements.txt
Posts with the tag WIP
are uncomplete posts, the show a message to the top
indicating this state.
![]({{ site.baseurl }}/public/images/certificates/certificates-wizard.png)
Generally NMOS are faster than PMOS [^1]
[^1]: p26-27 nanometer CMOS ICs
{% include video.html video_url="https://www.video.com" %}
You can use the syntax link://<kind>/<name>
, like
link://slug/slug-of-your-post
. More information here.
Wrap your TeX
inside a <div>
so to avoid the interpretation
of characters like _
in Markdown and their escaping.
{% github_sample_ref gipi/anet-scanner/blob/cdab1597b5c753efa4afe278b54f1ae806002d57/anet/serial.py %} {% highlight python %} {% github_sample gipi/anet-scanner/blob/cdab1597b5c753efa4afe278b54f1ae806002d57/anet/serial.py %} {% endhighlight %}