From 3c6957467fc401648369905efae98c0a228af752 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 19 Mar 2023 18:57:48 +0100 Subject: Update project link display --- config.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'config.toml') 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$"] -- cgit