fixes
This commit is contained in:
parent
2b4e230f55
commit
232af3c30d
22
config.toml
22
config.toml
|
@ -25,24 +25,30 @@ pygmentscodefences = true
|
||||||
pygmentscodefencesguesssyntax = true
|
pygmentscodefencesguesssyntax = true
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
# me
|
||||||
author = "Christoph Cullmann"
|
author = "Christoph Cullmann"
|
||||||
|
|
||||||
|
# what's this?
|
||||||
description = "Christoph Cullmann's personal website"
|
description = "Christoph Cullmann's personal website"
|
||||||
|
|
||||||
|
# some keywords
|
||||||
keywords = "blog,developer,personal"
|
keywords = "blog,developer,personal"
|
||||||
|
|
||||||
|
# my profession
|
||||||
info = "Software Engineer"
|
info = "Software Engineer"
|
||||||
|
|
||||||
|
# my image, place holder ATM
|
||||||
avatarurl = "images/avatar.jpg"
|
avatarurl = "images/avatar.jpg"
|
||||||
|
|
||||||
|
# ;=) how true
|
||||||
|
footercontent = "Ignorance is bliss..."
|
||||||
|
|
||||||
#footercontent = "Enter a text here."
|
# nice dates
|
||||||
|
|
||||||
dateformat = "January 2, 2006"
|
dateformat = "January 2, 2006"
|
||||||
|
|
||||||
|
# nice footer
|
||||||
hideCredits = true
|
hideCredits = true
|
||||||
hideCopyright = false
|
hideCopyright = false
|
||||||
|
|
||||||
# Git Commit in Footer, uncomment the line below to enable it.
|
|
||||||
commit = "https://github.com/christoph-cullmann/cullmann.io/tree/"
|
commit = "https://github.com/christoph-cullmann/cullmann.io/tree/"
|
||||||
|
|
||||||
# no right to left
|
# no right to left
|
||||||
|
@ -57,6 +63,10 @@ pygmentscodefencesguesssyntax = true
|
||||||
# Custom CSS
|
# Custom CSS
|
||||||
custom_css = []
|
custom_css = []
|
||||||
|
|
||||||
|
#
|
||||||
|
# links to my public profiles
|
||||||
|
#
|
||||||
|
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
name = "Github"
|
name = "Github"
|
||||||
icon = "fab fa-github"
|
icon = "fab fa-github"
|
||||||
|
@ -81,6 +91,10 @@ pygmentscodefencesguesssyntax = true
|
||||||
weight = 4
|
weight = 4
|
||||||
url = "https://www.amazon.de/gp/profile/amzn1.account.AGWKWWFPCHLCW6E33CEFF7XKIHAQ"
|
url = "https://www.amazon.de/gp/profile/amzn1.account.AGWKWWFPCHLCW6E33CEFF7XKIHAQ"
|
||||||
|
|
||||||
|
#
|
||||||
|
# main menu
|
||||||
|
#
|
||||||
|
|
||||||
[menu]
|
[menu]
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
|
|
Loading…
Reference in a new issue