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"
|
series = "series"
|
||||||
tags = "tags"
|
tags = "tags"
|
||||||
|
|
||||||
[[params.bigimg]]
|
[params.homepage]
|
||||||
src = "images/header.jpg"
|
showRecent = true
|
||||||
position = "center top"
|
|
||||||
|
[params.article]
|
||||||
|
showBreadcrumbs = true
|
||||||
|
showEdit = true
|
||||||
|
editURL = "https://git.cyplo.dev/cyplo/blog/src/branch/main/content"
|
||||||
|
editAppendPath = true
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
homeTitle = "Adventurous Computing by Cyryl Płotnicki"
|
homeTitle = "Adventurous Computing by Cyryl Płotnicki"
|
||||||
|
@ -35,6 +40,7 @@ logo = "images/avatar.jpg"
|
||||||
showRelatedPosts = true
|
showRelatedPosts = true
|
||||||
rss = true
|
rss = true
|
||||||
selfHosted = true
|
selfHosted = true
|
||||||
|
colorScheme = "auto"
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "about"
|
identifier = "about"
|
||||||
|
|
Loading…
Reference in a new issue