From 6acf4ab874c58ee14f35da671029e56972745ce6 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 25 Apr 2025 12:09:21 +0200 Subject: feat(treewide): Migrate to zola --- src/content/writings/_index.md | 28 ++++++++++++++++++++++ src/content/writings/kant-and-free-software.pdf.md | 7 ++++++ src/content/writings/raman-spectroscopy.pdf.md | 8 +++++++ 3 files changed, 43 insertions(+) create mode 100644 src/content/writings/_index.md create mode 100644 src/content/writings/kant-and-free-software.pdf.md create mode 100644 src/content/writings/raman-spectroscopy.pdf.md (limited to 'src/content/writings') diff --git a/src/content/writings/_index.md b/src/content/writings/_index.md new file mode 100644 index 0000000..720c953 --- /dev/null +++ b/src/content/writings/_index.md @@ -0,0 +1,28 @@ ++++ +title = "Writings" +description = "Sort of academically written things" +sort_by = "date" +template = "blog.html" +page_template = "post.html" +insert_anchor_links = "right" +generate_feeds = true + +[extra] +lang = "en" + +title = "Writings" +subtitle = "Sort of academically written things." + +date_format = "%b %-d, %Y" + +categorized = true # posts can be categorized +back_to_top = true # show back-to-top button +toc = true # show table-of-contents +comment = true # enable comment +copy = true # show copy button in code block + +outdate_alert = true +outdate_alert_days = 90 +outdate_alert_text_before = "This article was last updated " +outdate_alert_text_after = " days ago and may be out of date." ++++ diff --git a/src/content/writings/kant-and-free-software.pdf.md b/src/content/writings/kant-and-free-software.pdf.md new file mode 100644 index 0000000..9c1ae1a --- /dev/null +++ b/src/content/writings/kant-and-free-software.pdf.md @@ -0,0 +1,7 @@ ++++ +title = "Kant and free software" +date = "2024-03-20" + +[taxonomies] +categories=["philosophy"] ++++ diff --git a/src/content/writings/raman-spectroscopy.pdf.md b/src/content/writings/raman-spectroscopy.pdf.md new file mode 100644 index 0000000..004a8a6 --- /dev/null +++ b/src/content/writings/raman-spectroscopy.pdf.md @@ -0,0 +1,8 @@ ++++ +title = "Bau und Evaluation eines günstigen Raman Spektrometers" +date = "2024-06-01" +language = "de" + +[taxonomies] +categories=["chemistry"] ++++ -- cgit 1.4.1