summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
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$"]