From 93b5048f8388f6c9f5d8357e0cbb3b4ab847b1df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 13 Aug 2023 09:18:04 +0100 Subject: [PATCH] port config to compost --- config.toml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 1906238..a0628d4 100644 --- a/config.toml +++ b/config.toml @@ -24,9 +24,14 @@ title = "Adventurous Computing" series = "series" tags = "tags" -[[params.bigimg]] -src = "images/header.jpg" -position = "center top" +[params.homepage] + showRecent = true + +[params.article] + showBreadcrumbs = true + showEdit = true + editURL = "https://git.cyplo.dev/cyplo/blog/src/branch/main/content" + editAppendPath = true [params] homeTitle = "Adventurous Computing by Cyryl PÅ‚otnicki" @@ -35,6 +40,7 @@ logo = "images/avatar.jpg" showRelatedPosts = true rss = true selfHosted = true +colorScheme = "auto" [[menu.main]] identifier = "about"