From 94930ac3fe2f69d370a4bfea42527d8848b5e0ee Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 25 Apr 2025 21:53:11 +0200 Subject: feat(src/content/writings): Use `path` to change the path to the posts --- src/content/writings/kant-and-free-software.md | 9 +++++++++ src/content/writings/kant-and-free-software.pdf.md | 7 ------- src/content/writings/raman-spectroscopy.md | 10 ++++++++++ src/content/writings/raman-spectroscopy.pdf.md | 8 -------- 4 files changed, 19 insertions(+), 15 deletions(-) create mode 100644 src/content/writings/kant-and-free-software.md delete mode 100644 src/content/writings/kant-and-free-software.pdf.md create mode 100644 src/content/writings/raman-spectroscopy.md delete mode 100644 src/content/writings/raman-spectroscopy.pdf.md (limited to 'src') diff --git a/src/content/writings/kant-and-free-software.md b/src/content/writings/kant-and-free-software.md new file mode 100644 index 0000000..ec491fa --- /dev/null +++ b/src/content/writings/kant-and-free-software.md @@ -0,0 +1,9 @@ ++++ +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/kant-and-free-software.pdf.md b/src/content/writings/kant-and-free-software.pdf.md deleted file mode 100644 index 9c1ae1a..0000000 --- a/src/content/writings/kant-and-free-software.pdf.md +++ /dev/null @@ -1,7 +0,0 @@ -+++ -title = "Kant and free software" -date = "2024-03-20" - -[taxonomies] -categories=["philosophy"] -+++ diff --git a/src/content/writings/raman-spectroscopy.md b/src/content/writings/raman-spectroscopy.md new file mode 100644 index 0000000..2d05da4 --- /dev/null +++ b/src/content/writings/raman-spectroscopy.md @@ -0,0 +1,10 @@ ++++ +title = "Bau und Evaluation eines günstigen Raman Spektrometers" +date = "2024-06-01" +lang = "de" + +path = "writings/raman-spectroscopy.pdf" + +[taxonomies] +categories=["chemistry"] ++++ diff --git a/src/content/writings/raman-spectroscopy.pdf.md b/src/content/writings/raman-spectroscopy.pdf.md deleted file mode 100644 index 004a8a6..0000000 --- a/src/content/writings/raman-spectroscopy.pdf.md +++ /dev/null @@ -1,8 +0,0 @@ -+++ -title = "Bau und Evaluation eines günstigen Raman Spektrometers" -date = "2024-06-01" -language = "de" - -[taxonomies] -categories=["chemistry"] -+++ -- cgit 1.4.1