Update theme
This commit is contained in:
parent
34adf86a92
commit
ee5d22c07f
1 changed files with 12 additions and 6 deletions
18
config.toml
18
config.toml
|
@ -12,8 +12,7 @@ enableSharingButtons = true
|
||||||
description = "My new homepage or blog"
|
description = "My new homepage or blog"
|
||||||
keywords = "homepage, blog"
|
keywords = "homepage, blog"
|
||||||
|
|
||||||
# Default theme "light" or "dark"
|
copyright = "Aloïs Micard"
|
||||||
defaultTheme = "dark"
|
|
||||||
|
|
||||||
# Social icons
|
# Social icons
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
|
@ -36,10 +35,6 @@ url = "https://t.me/creekorful"
|
||||||
name = "matrix"
|
name = "matrix"
|
||||||
url = "https://matrix.to/#/@creekorful:matrix.org"
|
url = "https://matrix.to/#/@creekorful:matrix.org"
|
||||||
|
|
||||||
[[params.social]]
|
|
||||||
name = "email"
|
|
||||||
url = "mailto:alois@micard.lu"
|
|
||||||
|
|
||||||
[languages]
|
[languages]
|
||||||
[languages.en]
|
[languages.en]
|
||||||
title = "Aloïs Micard"
|
title = "Aloïs Micard"
|
||||||
|
@ -64,3 +59,14 @@ url = "https://blog.creekorful.org"
|
||||||
[params.portrait]
|
[params.portrait]
|
||||||
path = "/img/avatar.jpg"
|
path = "/img/avatar.jpg"
|
||||||
alt = "Portrait"
|
alt = "Portrait"
|
||||||
|
|
||||||
|
[params.footer]
|
||||||
|
trademark = true
|
||||||
|
rss = false
|
||||||
|
copyright = true
|
||||||
|
author = false
|
||||||
|
|
||||||
|
topText = []
|
||||||
|
bottomText = [
|
||||||
|
"<a href=\"mailto:alois@micard.lu\">alois@micard.lu</a> / <a href=\"mailto:creekorful@debian.org\">creekorful@debian.org</a>"
|
||||||
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue