aboutsummaryrefslogtreecommitdiff
path: root/TODOs.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODOs.md')
-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