# Tasks ## TODO Use CSS validator {#td-bedfe310-4308-6160-0c63-78fa216b6ee1} - TODO in 2021-10-12 --- ## TODO Reduce size of container image {#td-826dd92f-ba91-b7b4-1fcc-e5240f920e99} - TODO in 2021-10-12 ## TODO Enable directory listing on the server {#td-5a13db85-6ff1-ddde-b9cc-a0ddd2de5333} - TODO in 2021-10-12 ## TODO Setup CSS dark mode {#td-d85f64b1-24c2-efe5-f214-c4e5a0b9ea31} - TODO in 2021-10-12 --- ```css :root { --color: black; --background-color: white; } @media(prefers-color-scheme: dark) { :root { --color: white; --background-color: black; } } ``` ## TODO Remove dependency on Jekyll {#td-94511264-e301-be51-23e2-cf960dcd603d} - TODO in 2021-10-02 --- Possibly also remove usage of markdown. Either stick to CommonMark, or switch to plain HTML, or maybe asciidoc (once it gets its specification). ## TODO Add JID alongside email {#task-089dca19-14e2-e1c1-6a47-9af6ab8eb42a} - TODO in 2021-09-05 ## TODO Use `