diff options
author | EuAndreh <eu@euandre.org> | 2025-04-17 16:31:44 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-04-17 16:31:44 -0300 |
commit | e7bea2a9cc24cbd654d8afa5d95a932b36889e06 (patch) | |
tree | 9184c6a909397bbb18b61877ec2a166a160f1cd4 | |
parent | src/content/style.css: Fix selector of collection listing (diff) | |
download | euandre.org-e7bea2a9cc24cbd654d8afa5d95a932b36889e06.tar.gz euandre.org-e7bea2a9cc24cbd654d8afa5d95a932b36889e06.tar.xz |
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | src/content/tils/index.adoc | 8 |
2 files changed, 8 insertions, 2 deletions
@@ -222,7 +222,7 @@ src/global.conf: src/base.conf mkwb conf -G src/base.conf > $@ $(listings.html): - cat $*.htmlheader $*.htmllisting $*.htmlbody $*.htmlfooter > $@ + cat $*.htmlheader $*.htmlbody $*.htmllisting $*.htmlfooter > $@ $(indexes.htmllisting): mkwb indexbody $*.conf > $@ diff --git a/src/content/tils/index.adoc b/src/content/tils/index.adoc index 4ae3b92..7e85335 100644 --- a/src/content/tils/index.adoc +++ b/src/content/tils/index.adoc @@ -1 +1,7 @@ -= TIL += Today I Learned + +:anna-e-so: https://til.flourishing.stream/ + +**T**oday **I** **L**earned: small entries of useful knowledge. + +Shameless rip-off of {anna-e-so}[Anna e só]. |