diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-25 12:09:21 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-25 12:09:21 +0200 |
commit | 6acf4ab874c58ee14f35da671029e56972745ce6 (patch) | |
tree | bc6dfe4f3661332e8c1fc6ff4ca657185db488e4 /src/content/writings | |
parent | fix(flake): Ensure that the `dead-trees` directory exists (diff) | |
download | b-peetz.de-6acf4ab874c58ee14f35da671029e56972745ce6.zip |
feat(treewide): Migrate to zola
Diffstat (limited to 'src/content/writings')
-rw-r--r-- | src/content/writings/_index.md | 28 | ||||
-rw-r--r-- | src/content/writings/kant-and-free-software.pdf.md | 7 | ||||
-rw-r--r-- | src/content/writings/raman-spectroscopy.pdf.md | 8 |
3 files changed, 43 insertions, 0 deletions
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"] ++++ |