diff --git a/config.toml b/config.toml index 23f020e..b6c7f36 100644 --- a/config.toml +++ b/config.toml @@ -16,9 +16,9 @@ rssLimit = 10 copyright = "2024 Daniel Kraus" enableEmoji = true -# [permalinks] -# [permalinks.page] -# posts = '/posts/:year/:month/:slug/' +[permalinks] + [permalinks.page] + posts = '/posts/:year/:month/:slug/' #[services] # [services.disqus] @@ -42,7 +42,7 @@ expiryDate = ["expiryDate"] # nofollowLinks = true [taxonomies] - tag = "tags" + tag = "tags" # Categories are disabled by default. # category = "categories" diff --git a/content/posts/2024-08-26-duckplyr-performance/benchmarking1.svg b/content/posts/2024/duckplyr-performance/benchmarking1.svg similarity index 100% rename from content/posts/2024-08-26-duckplyr-performance/benchmarking1.svg rename to content/posts/2024/duckplyr-performance/benchmarking1.svg diff --git a/content/posts/2024-08-26-duckplyr-performance/benchmarking2.svg b/content/posts/2024/duckplyr-performance/benchmarking2.svg similarity index 100% rename from content/posts/2024-08-26-duckplyr-performance/benchmarking2.svg rename to content/posts/2024/duckplyr-performance/benchmarking2.svg diff --git a/content/posts/2024-08-26-duckplyr-performance/index.md b/content/posts/2024/duckplyr-performance/index.md similarity index 98% rename from content/posts/2024-08-26-duckplyr-performance/index.md rename to content/posts/2024/duckplyr-performance/index.md index ca9ad7f..d77de99 100644 --- a/content/posts/2024-08-26-duckplyr-performance/index.md +++ b/content/posts/2024/duckplyr-performance/index.md @@ -123,5 +123,5 @@ Maybe I'm missing the point and it's not about execution times, after all. [duckdb]: https://duckdb.org [duckplyr]: https://duckplyr.tidyverse.org [duckplyr-demo]: https://github.com/Tmonster/duckplyr_demo -[laptop]: {{< ref "/posts/2024-08-05-linux-on-thinkpad-P14s-Gen-5" >}} +[laptop]: {{< relref "P14s" >}} [tidyverse]: https://tidyverse.org diff --git a/content/posts/2024-08-01-new-blog/index.md b/content/posts/2024/new-blog/index.md similarity index 100% rename from content/posts/2024-08-01-new-blog/index.md rename to content/posts/2024/new-blog/index.md diff --git a/content/posts/2024-08-05-linux-on-thinkpad-P14s-Gen-5/index.md b/content/posts/2024/p14s/index.md similarity index 99% rename from content/posts/2024-08-05-linux-on-thinkpad-P14s-Gen-5/index.md rename to content/posts/2024/p14s/index.md index 4ed7e14..ea60e7e 100644 --- a/content/posts/2024-08-05-linux-on-thinkpad-P14s-Gen-5/index.md +++ b/content/posts/2024/p14s/index.md @@ -2,7 +2,7 @@ title: "Experience with running Fedora Linux on a Thinkpad P14s Gen 5" description: "Everything works out of the box with KDE Plasma, but the keyboard and the battery leave something to be desired." date: 2024-08-05T21:00:00+02:00 -ShowLastmod: true +ShowLastmod: false draft: false toc: true scrolltotop: true diff --git a/content/posts/2024-08-05-linux-on-thinkpad-P14s-Gen-5/p14s-battery-drain.png b/content/posts/2024/p14s/p14s-battery-drain.png similarity index 100% rename from content/posts/2024-08-05-linux-on-thinkpad-P14s-Gen-5/p14s-battery-drain.png rename to content/posts/2024/p14s/p14s-battery-drain.png diff --git a/content/posts/2024-08-05-linux-on-thinkpad-P14s-Gen-5/p14s-camera-casing.jpg b/content/posts/2024/p14s/p14s-camera-casing.jpg similarity index 100% rename from content/posts/2024-08-05-linux-on-thinkpad-P14s-Gen-5/p14s-camera-casing.jpg rename to content/posts/2024/p14s/p14s-camera-casing.jpg diff --git a/content/posts/2024-08-05-linux-on-thinkpad-P14s-Gen-5/p14s-foot.jpg b/content/posts/2024/p14s/p14s-foot.jpg similarity index 100% rename from content/posts/2024-08-05-linux-on-thinkpad-P14s-Gen-5/p14s-foot.jpg rename to content/posts/2024/p14s/p14s-foot.jpg diff --git a/content/posts/2024-08-08-kde-plasma-5-tiling-manager/index.md b/content/posts/2024/plasma-5-tiling-manager/index.md similarity index 98% rename from content/posts/2024-08-08-kde-plasma-5-tiling-manager/index.md rename to content/posts/2024/plasma-5-tiling-manager/index.md index 6dc4fd8..cf95739 100644 --- a/content/posts/2024-08-08-kde-plasma-5-tiling-manager/index.md +++ b/content/posts/2024/plasma-5-tiling-manager/index.md @@ -3,7 +3,7 @@ title: "Windows tiling in KDE Plasma 5" date: 2024-08-08T18:04:20+0200 draft: false toc: false -ShowLastmod: true +# ShowLastmod: true images: tags: - Linux