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