My customizations
This page lists customizations I’ve done to my Nikola installation, or want to do in the future. Listed in reverse timewise order.
Open
Customizations that I intend to do in the future.
RSS feeds and languages
The “what is an RSS feed” explanation is in English even if the feed itself only has German material only.
RSS feeds not separated by language
There should be at least an RSS feed of everything, including both English and German posts.
conf.py
and theme
Somehow include my conf.py
and theme here, so people can see what
I’ve been doing.
git repo
Provide the git repo with everything for people to clone somewhere public.
This would also nicely double as a back-up facility.
Other languages
The navigation to other language versions of the same post (or other material) is ugly. It currently says
Languages: Deutsch
where “Deutsch” is a link to the German version of the post.
- It should be “Other languages in which the article is available.” or something.
- The link does not lead you to a language, but just to another version of the article.
- It is always plural “Languages”, not “Language” if there’s only one (and there is only at most one in my case).
- Looking at the HTML that’s generated, the link is outside the
<nav>
block that exists anyway, but instead in a mere<div>
. (I personally do not like<div>
s and avoid them whenever more specific elements exist.)
Done
Customizations that are active in the version you are reading.