diff options
author | EuAndreh <eu@euandre.org> | 2023-04-09 18:59:09 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-04-09 19:05:39 -0300 |
commit | 19a8b995c59cce5315e1d121054f9c27aad5c960 (patch) | |
tree | f2c2d83751245004beed21b31d973c1d412cd026 /TODOs.md | |
parent | v2: CSS dark mode, including SVGs (diff) | |
download | euandre.org-19a8b995c59cce5315e1d121054f9c27aad5c960.tar.gz euandre.org-19a8b995c59cce5315e1d121054f9c27aad5c960.tar.xz |
v2: Support translated alternates in <nav>
Diffstat (limited to '')
-rw-r--r-- | TODOs.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -529,14 +529,16 @@ Move brinquedoteca out of jekyll? FIXMEs: +- DIY: + - CommonMark parser + - envsubst, with errors on undefined variables + - `date -d` isn't POSIX: simple replacement +- translation not coming from english (like pt -> fr) - 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 +- link to translations in <head> - build makemake output in parallel |