aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild-aux/workflow/TODOs.sh11
-rw-r--r--build-aux/workflow/preamble.rst2
2 files changed, 8 insertions, 5 deletions
diff --git a/build-aux/workflow/TODOs.sh b/build-aux/workflow/TODOs.sh
index 036ce13..8100eb8 100755
--- a/build-aux/workflow/TODOs.sh
+++ b/build-aux/workflow/TODOs.sh
@@ -8,7 +8,10 @@ export MAILING_LIST="$3"
envsubst < build-aux/workflow/preamble.rst | \
cat - TODOs.rst | \
- pandoc --toc \
- --toc-depth=2 \
- -s --metadata title="$1 - TODOs" \
- -r rst -w html > public/TODOs.html
+ pandoc --toc \
+ --highlight-style pygments \
+ --toc-depth=2 \
+ -s \
+ --metadata title="$1 - TODOs" \
+ --metadata lang=en \
+ -r rst -w html > public/TODOs.html
diff --git a/build-aux/workflow/preamble.rst b/build-aux/workflow/preamble.rst
index 45688aa..87e22ae 100644
--- a/build-aux/workflow/preamble.rst
+++ b/build-aux/workflow/preamble.rst
@@ -3,7 +3,7 @@ About
TODOs for $PROJECT_UC.
-See `$PROJECT.euandreh.xyz`_.
+See also `$PROJECT.euandreh.xyz`_.
Register a new one: `~euandreh/$MAILING_LIST@lists.sr.ht`_.