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 | |
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')
-rw-r--r-- | src/dead-trees/index.html | 8 | ||||
-rw-r--r-- | src/dead-trees/kant_and_free_software.pdf | bin | 0 -> 306875 bytes | |||
-rw-r--r-- | src/index.html | 1 |
3 files changed, 9 insertions, 0 deletions
diff --git a/src/dead-trees/index.html b/src/dead-trees/index.html new file mode 100644 index 0000000..337ca45 --- /dev/null +++ b/src/dead-trees/index.html @@ -0,0 +1,8 @@ +<html> + <body> + <h1>My paper like things, provided in the portable document format</h1> + <ul> + <li><a href="./kant_and_free_software.pdf">My essay on free software and Kantian ethics</a></li> + </ul> + </body> +</html> diff --git a/src/dead-trees/kant_and_free_software.pdf b/src/dead-trees/kant_and_free_software.pdf new file mode 100644 index 0000000..e68ebb6 --- /dev/null +++ b/src/dead-trees/kant_and_free_software.pdf Binary files differdiff --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> |