summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2023-03-19 18:57:48 +0100
committerjaseg <git@jaseg.de>2023-03-19 18:57:48 +0100
commit3c6957467fc401648369905efae98c0a228af752 (patch)
tree089c356429fdcfc4027c0f7c1ac50f6d1cf9d095 /config.toml
parentc55e92fe93ebb31ba8d46928313dc1d6a08f448d (diff)
downloadblog-3c6957467fc401648369905efae98c0a228af752.tar.gz
blog-3c6957467fc401648369905efae98c0a228af752.tar.bz2
blog-3c6957467fc401648369905efae98c0a228af752.zip
Update project link display
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 388e05b..cf271c6 100644
--- a/config.toml
+++ b/config.toml
@@ -58,6 +58,17 @@ name = "Imprint"
url = "/imprint/"
weight = 2
+[[params.homepage_categories]]
+title = "Recently updated projects"
+key = "projects"
+weight = 1
+count = 2
+
+[[params.homepage_categories]]
+title = "Blog"
+key = "blog"
+weight = 2
+count = 10
[security.exec]
allow = ["^dart-sass-embedded$", "^go$", "^npx$", "^postcss$", "^rst2html$"]