From deba681f07866c33142efe4ac3c6882fda3f3596 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 11 Sep 2026 22:04:35 +0200 Subject: src/content: Update to keep up-to-date with new theme --- src/content/_index.md | 7 ------- src/content/blog/_index.md | 2 +- src/content/writings/_index.md | 2 +- src/content/writings/kant-and-free-software.pdf | Bin 318521 -> 0 bytes src/content/writings/kant-and-free-software.pdf.base | Bin 0 -> 318521 bytes src/content/writings/raman-spectroscopy.pdf | Bin 16284404 -> 0 bytes src/content/writings/raman-spectroscopy.pdf.base | Bin 0 -> 16284404 bytes 7 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 src/content/writings/kant-and-free-software.pdf create mode 100644 src/content/writings/kant-and-free-software.pdf.base delete mode 100644 src/content/writings/raman-spectroscopy.pdf create mode 100644 src/content/writings/raman-spectroscopy.pdf.base (limited to 'src/content') diff --git a/src/content/_index.md b/src/content/_index.md index 71c412a..60f5368 100644 --- a/src/content/_index.md +++ b/src/content/_index.md @@ -16,13 +16,6 @@ bio = "They/Them" # avatar = "img/avatar.webp" -links = \[ -{ name = "Git", icon = "git", url = "https://git.foss-syndicate.org/bpeetz" }, -{ name = "Email", icon = "email", url = "mailto:soispha@b-peetz.de" }, -{ name = "Matrix", icon = "matrix", url = "https://matrix.to/#/@soispha:matrix.vhack.eu" }, -{ name = "Signal", icon = "signal", url = "https://signal.me/#eu/0VgltiXf19Tu_tRdpucNYYHXo26LGd2az_w_SHPD_qrUe2xOlMZHybrLzM_-NoKu" }, -\] - # Show a few recent posts in home page recent = true diff --git a/src/content/blog/_index.md b/src/content/blog/_index.md index 43cf722..07b1a5e 100644 --- a/src/content/blog/_index.md +++ b/src/content/blog/_index.md @@ -2,7 +2,7 @@ title = "List of blog posts" description = "My blog posts." sort_by = "date" -template = "blog.html" +template = "home.html" page_template = "post.html" insert_anchor_links = "right" generate_feeds = true diff --git a/src/content/writings/_index.md b/src/content/writings/_index.md index 720c953..c7555e9 100644 --- a/src/content/writings/_index.md +++ b/src/content/writings/_index.md @@ -2,7 +2,7 @@ title = "Writings" description = "Sort of academically written things" sort_by = "date" -template = "blog.html" +template = "prose.html" page_template = "post.html" insert_anchor_links = "right" generate_feeds = true diff --git a/src/content/writings/kant-and-free-software.pdf b/src/content/writings/kant-and-free-software.pdf deleted file mode 100644 index d13de60..0000000 Binary files a/src/content/writings/kant-and-free-software.pdf and /dev/null differ diff --git a/src/content/writings/kant-and-free-software.pdf.base b/src/content/writings/kant-and-free-software.pdf.base new file mode 100644 index 0000000..d13de60 Binary files /dev/null and b/src/content/writings/kant-and-free-software.pdf.base differ diff --git a/src/content/writings/raman-spectroscopy.pdf b/src/content/writings/raman-spectroscopy.pdf deleted file mode 100644 index c87b99c..0000000 Binary files a/src/content/writings/raman-spectroscopy.pdf and /dev/null differ diff --git a/src/content/writings/raman-spectroscopy.pdf.base b/src/content/writings/raman-spectroscopy.pdf.base new file mode 100644 index 0000000..c87b99c Binary files /dev/null and b/src/content/writings/raman-spectroscopy.pdf.base differ -- cgit v1.3.1