From d95b5630c3604711b19434be584a9dac2c8fc496 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 4 Apr 2023 12:26:16 -0300 Subject: src/development/genhtml.sh: Move some TODOs --- TODOs.md | 4 ++++ v2/src/development/genhtml.sh | 4 ---- 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 -# - 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
 regex
 # - handle mixture of personal scripts
-# - sitemap?  How does it even work?
-# - dark mode
-# - generate security.txt dynamically
-- 
cgit v1.2.3