diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-03-20 00:06:03 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-03-20 00:06:03 +0100 |
commit | ec679a7bd21774947f4eb398a06fc955995cd09d (patch) | |
tree | daebcad4568d6464fbc466fc6f8c946b8fe7b696 /src/index.html | |
parent | fix(flake): Force building locally (diff) | |
download | b-peetz.de-ec679a7bd21774947f4eb398a06fc955995cd09d.zip |
feat(src/dead-trees): Add my essay on Free Software and Kant
I plan to include the essay's PDF via a flake and thus allow rebuilding it directly with the website in the future, but network issues prevent me from doing that right now.
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html index 4c5e8b9..c57c47a 100644 --- a/src/index.html +++ b/src/index.html @@ -2,6 +2,7 @@ <body> <h1>Hi!</h1> + <p>For a list of my dead-tree (i.e. paper) projects look <a href="./dead-trees/index.html">here</a></p> </body> </html> |