Chris Warrick
Chris Warrick
The maintainers might create issues to track their task, as a to-do list.
Fixes #3552. Work in progress.
[Bootstrap 5 was just released.](https://blog.getbootstrap.com/2021/05/05/bootstrap-5/) This means we could use brand new `bootstrap5` and [`bootblog5`](https://getbootstrap.com/docs/5.0/examples/blog/) themes. (And we might even get to drop jQuery from the base themes!)
http://blog.ionelmc.ro/2013/11/01/pelican-feed-analytics/
Currently, `/2013/03/03/when-does-xlogy-ylogx/` becomes a redirect to `/posts/2013/03/03/when-does-xlogy-ylogx.html`, which is ugly, and Google HATES ``. This could be replaced by an intelligent `POSTS` pattern and `PRETTY_URLS = True`.
``` $ cat x.py if 1 == 2: print("Hello!") $ pygmentize -f html -O lineanchors=x x.py if 1 == 2: print("Hello!") ``` This change was introduced in #1973. There are...
1. The Latin Modern (and the original Computer Modern) fonts have a very ugly monospace font. Use `\usepackage{DejaVuSansMono}`, alternatively `\usepackage{beramono}`\* if DVSM does not exist; if none work you need...
The name for 🇦🇽 is `land_island`, which is incorrect. The correct name would be *Åland Islands*, so perhaps `aland_islands` to keep it ASCII-only. src: http://emojipedia.org/flag-for-aland-islands/ https://en.wikipedia.org/wiki/%C3%85land_Islands
Whenever I open NeoVim or a new buffer, the window contents flash multiple times (which could be seizure-inducing) until they “reach” the correct color scheme and usability. One flash also...
When typing, I sometimes manage to activate the trackpad’s scrolling behavior. Its sensitivity (see also #572) makes it so I scroll away and move the cursor from the place it...