summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-25 21:53:11 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-25 21:53:11 +0200
commit94930ac3fe2f69d370a4bfea42527d8848b5e0ee (patch)
tree56fd2714d0d8a3f162855206de6429ca67b6fb9d /src
parentbuild(server.py): Add a small script to test the final website (diff)
downloadb-peetz.de-94930ac3fe2f69d370a4bfea42527d8848b5e0ee.zip
feat(src/content/writings): Use `path` to change the path to the posts
Diffstat (limited to 'src')
-rw-r--r--src/content/writings/kant-and-free-software.md (renamed from src/content/writings/kant-and-free-software.pdf.md)2
-rw-r--r--src/content/writings/raman-spectroscopy.md (renamed from src/content/writings/raman-spectroscopy.pdf.md)4
2 files changed, 5 insertions, 1 deletions
diff --git a/src/content/writings/kant-and-free-software.pdf.md b/src/content/writings/kant-and-free-software.md
index 9c1ae1a..ec491fa 100644
--- a/src/content/writings/kant-and-free-software.pdf.md
+++ b/src/content/writings/kant-and-free-software.md
@@ -2,6 +2,8 @@
 title = "Kant and free software"
 date = "2024-03-20"
 
+path = "writings/kant-and-free-software.pdf"
+
 [taxonomies]
 categories=["philosophy"]
 +++
diff --git a/src/content/writings/raman-spectroscopy.pdf.md b/src/content/writings/raman-spectroscopy.md
index 004a8a6..2d05da4 100644
--- a/src/content/writings/raman-spectroscopy.pdf.md
+++ b/src/content/writings/raman-spectroscopy.md
@@ -1,7 +1,9 @@
 +++
 title = "Bau und Evaluation eines günstigen Raman Spektrometers"
 date = "2024-06-01"
-language = "de"
+lang = "de"
+
+path = "writings/raman-spectroscopy.pdf"
 
 [taxonomies]
 categories=["chemistry"]