aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-16 09:07:59 -0300
committerEuAndreh <eu@euandre.org>2021-01-16 09:07:59 -0300
commitfb219ef7629231797d787c2ba22e3b711b0c3e44 (patch)
tree7135c31952b7c6501a1076df63e39cfe21a78334
parentbuild-aux/workflow: add lang metadata and syntax-highlighting (diff)
downloadserver-fb219ef7629231797d787c2ba22e3b711b0c3e44.tar.gz
server-fb219ef7629231797d787c2ba22e3b711b0c3e44.tar.xz
TODOs.rst: Add 268afd29-d602-4f9c-9de8-348cc0b671fb
-rw-r--r--TODOs.rst10
-rwxr-xr-xbuild-aux/workflow/TODOs.sh2
-rw-r--r--build-aux/workflow/preamble.rst2
3 files changed, 13 insertions, 1 deletions
diff --git a/TODOs.rst b/TODOs.rst
index 5a296ba..c60c5b3 100644
--- a/TODOs.rst
+++ b/TODOs.rst
@@ -1,6 +1,16 @@
Tasks
=====
+.. _268afd29-d602-4f9c-9de8-348cc0b671fb:
+
+TODO Add proper "commit" role to TODOs.rst
+------------------------------------------
+- TODO in 2021-01-16
+
+----
+
+So that it links to CGit directly.
+
.. _df87e340-4c35-469a-9bc1-fc57429a0b8e:
TODO Change base image away from default SSH port
diff --git a/build-aux/workflow/TODOs.sh b/build-aux/workflow/TODOs.sh
index 8100eb8..f080001 100755
--- a/build-aux/workflow/TODOs.sh
+++ b/build-aux/workflow/TODOs.sh
@@ -9,7 +9,7 @@ export MAILING_LIST="$3"
envsubst < build-aux/workflow/preamble.rst | \
cat - TODOs.rst | \
pandoc --toc \
- --highlight-style pygments \
+ --highlight-style pygments \
--toc-depth=2 \
-s \
--metadata title="$1 - TODOs" \
diff --git a/build-aux/workflow/preamble.rst b/build-aux/workflow/preamble.rst
index 87e22ae..caa50e6 100644
--- a/build-aux/workflow/preamble.rst
+++ b/build-aux/workflow/preamble.rst
@@ -16,3 +16,5 @@ Register a new one: `~euandreh/$MAILING_LIST@lists.sr.ht`_.
.. _`$PROJECT.euandreh.xyz`: https://$PROJECT.euandreh.xyz/
.. _`~euandreh/$MAILING_LIST@lists.sr.ht`: mailto:~euandreh/$MAILING_LIST@lists.sr.ht?subject=BUG%20or%20TASK%3A%20%3Cdescription%3E
+.. role:: commit
+