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"