aboutsummaryrefslogtreecommitdiff
path: root/TODOs.md
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-04-09 08:37:00 -0300
committerEuAndreh <eu@euandre.org>2023-04-09 08:47:40 -0300
commit9557f9d508bf9bb61d4bb804084d6508f94e34f4 (patch)
tree49913ee12da48bcb13d036826c94939c32e7e108 /TODOs.md
parentv2: i18n of the collection name, "article" collection in root (diff)
downloadeuandre.org-9557f9d508bf9bb61d4bb804084d6508f94e34f4.tar.gz
euandre.org-9557f9d508bf9bb61d4bb804084d6508f94e34f4.tar.xz
v2: CSS dark mode, including SVGs
Diffstat (limited to '')
-rw-r--r--TODOs.md31
1 files changed, 12 insertions, 19 deletions
diff --git a/TODOs.md b/TODOs.md
index bbc5b76..1512cbe 100644
--- a/TODOs.md
+++ b/TODOs.md
@@ -527,23 +527,16 @@ Future-proof wesite (and also later software):
Move brinquedoteca out of jekyll?
-dark mode
-sitemap
-# FIXMEs:
-# - feeds by category
-# - link to next and/or previous in <head>
-# - validate input variables: regex for date (same as _plugins/linter.rb)
-# - `date -d` isn't POSIX
-# - parse commonmark and use a custom HTML emitter over <pre><code> regex
-# - handle mixture of personal scripts
-
-po4a for markdown...
-
-render slides
-
-error on missing variable owith envsubst?
-
-how to use tmp fd over tmpfile?
-
-build makemake output in parallel
+FIXMEs:
+- how to use tmp fd over tmpfile?
+- DIY CommonMark parser
+- DIY envsubst, with errors on undefined variables
+- `date -d` isn't POSIX: DIY simple replacement
+- po4a for markdown...
+- render slides
+- sitemap
+- shrink CSS
+- link to next and/or previous in <head>
+- link to translations
+- build makemake output in parallel