enable selfhosted scripts
This commit is contained in:
parent
c257c801dc
commit
03dfe15469
1 changed files with 18 additions and 17 deletions
35
config.toml
35
config.toml
|
@ -11,19 +11,20 @@ pygmentsCodeFences=true
|
||||||
title = "Adventurous Computing"
|
title = "Adventurous Computing"
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
series = "series"
|
series = "series"
|
||||||
tags = "tags"
|
tags = "tags"
|
||||||
|
|
||||||
[[params.bigimg]]
|
[[params.bigimg]]
|
||||||
src = "images/header.jpg"
|
src = "images/header.jpg"
|
||||||
position = "center top"
|
position = "center top"
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
homeTitle = "Adventurous Computing by Cyryl Płotnicki"
|
homeTitle = "Adventurous Computing by Cyryl Płotnicki"
|
||||||
keywords = "programming, testing, tdd, rust, golang"
|
keywords = "programming, testing, tdd, rust, golang"
|
||||||
logo = "images/avatar.jpg"
|
logo = "images/avatar.jpg"
|
||||||
showRelatedPosts = true
|
showRelatedPosts = true
|
||||||
rss = true
|
rss = true
|
||||||
|
selfHosted = true
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "donate"
|
identifier = "donate"
|
||||||
|
@ -51,11 +52,11 @@ name = "talks"
|
||||||
url = "https://slides.cyplo.dev/"
|
url = "https://slides.cyplo.dev/"
|
||||||
|
|
||||||
[Author]
|
[Author]
|
||||||
name = "Cyryl Płotnicki"
|
name = "Cyryl Płotnicki"
|
||||||
website = "https://blog.cyplo.dev/"
|
website = "https://blog.cyplo.dev/"
|
||||||
email = "blog@cyplo.dev"
|
email = "blog@cyplo.dev"
|
||||||
github = "cyplo"
|
github = "cyplo"
|
||||||
gitlab = "cyplo"
|
gitlab = "cyplo"
|
||||||
twitter = "cyplo"
|
twitter = "cyplo"
|
||||||
linkedin = "cyplo"
|
linkedin = "cyplo"
|
||||||
mastodon = "todon.nl/@cyplo"
|
mastodon = "todon.nl/@cyplo"
|
||||||
|
|
Loading…
Reference in a new issue