port config to compost
This commit is contained in:
parent
e0a63993b1
commit
93b5048f83
1 changed files with 9 additions and 3 deletions
12
config.toml
12
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"
|
||||
|
|
Loading…
Reference in a new issue