You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
2.1 KiB
66 lines
2.1 KiB
baseURL = "https://thomasba.de/"
|
|
languageCode = "de-de"
|
|
title = "thomasba.de"
|
|
builddrafts = false
|
|
canonifyurls = true
|
|
contentdir = "content"
|
|
layoutdir = "layouts"
|
|
publishdir = "public"
|
|
enableEmoji = true
|
|
hasCJKLanguage = true
|
|
summaryLength = 200
|
|
Paginate = 10
|
|
theme = "thomasba"
|
|
|
|
[permalinks]
|
|
blog = "posts/:year-:month-:slug.html"
|
|
|
|
[taxonomies]
|
|
tag = "tags"
|
|
series = "series"
|
|
category = "categories"
|
|
|
|
[menu]
|
|
[[menu.main]]
|
|
name = "Blog"
|
|
weight = -130
|
|
identifier = "blog"
|
|
url = "blog/"
|
|
|
|
[[menu.main]]
|
|
name = "Rezepte"
|
|
weight = -120
|
|
identifier = "rezepte"
|
|
url = "rezepte/"
|
|
|
|
[[menu.main]]
|
|
name = "Bilder"
|
|
weight = -110
|
|
identifier = "photos"
|
|
url = "photos/"
|
|
|
|
[[menu.main]]
|
|
name = "About"
|
|
weight = -100
|
|
identifier = "about"
|
|
url = "about/"
|
|
|
|
|
|
|
|
# theme settings
|
|
[params]
|
|
slidesDirPath = "static/img/header-slides"
|
|
slidesDirPathURL = "img/header-slides"
|
|
# social icons ...
|
|
email = "mail@thomasba.de"
|
|
github = "https:////github.com/thomasba"
|
|
linkedin = "https://www.linkedin.com/in/thomas-battermann-626a43143/"
|
|
#facebook = "//facebook.com/you"
|
|
#googleplus = "//google.com/you"
|
|
twitter = "//twitter.com/thomasba"
|
|
#px500 = "//px500"
|
|
flickr = "https://www.flickr.com/photos/thomas-ba/"
|
|
instagram = "//instagram.com/thomasba__"
|
|
include_rss = true # include RSS <link> tag in <head> and show RSS icon
|
|
|