aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODOs.md4
-rwxr-xr-xv2/src/development/genhtml.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/TODOs.md b/TODOs.md
index 343f1dc..70e9b64 100644
--- a/TODOs.md
+++ b/TODOs.md
@@ -525,3 +525,7 @@ Future-proof wesite (and also later software):
- remove markdown, or embed markdown process, and write in HTML directly (and maybe commit the HTML)
- commit directly most derived data, such as torrent files, ogg media, SVG from graphviz input, etc., so that the absence of those tools don't impede the generation of existing pages of the website.
Move brinquedoteca out of jekyll?
+
+
+dark mode
+sitemap
diff --git a/v2/src/development/genhtml.sh b/v2/src/development/genhtml.sh
index 6232c7c..6839d23 100755
--- a/v2/src/development/genhtml.sh
+++ b/v2/src/development/genhtml.sh
@@ -279,11 +279,7 @@ exit
# FIXMEs:
# - feeds
# - link to next and/or previous in <head>
-# - translation support
# - 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
-# - sitemap? How does it even work?
-# - dark mode
-# - generate security.txt dynamically