Some checks failed
Build,test and deploy reaktionsfaehig.net / deploy-prod (push) Failing after 6s
40 lines
831 B
TOML
40 lines
831 B
TOML
baseURL = 'https://reaktionsfaehig.net/'
|
|
languageCode = 'de-DE'
|
|
title = 'reaktionsfaehig'
|
|
theme = 'internet-weblog'
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe=true
|
|
|
|
[author]
|
|
Handle = "jnjosh"
|
|
FirstName = "Josh"
|
|
LastName = "Johnson"
|
|
AboutPage = "/about"
|
|
Location = "Durham, NC"
|
|
FlickrID = "87151163@N00"
|
|
|
|
[params]
|
|
Description = "Internet weblog of Software (Mac, iOS, Web) Developer, Josh Johnson."
|
|
ShowCopyright = true
|
|
RSSEnabled = true
|
|
EnablePreferredDarkAppearance = true
|
|
RSSMicropostTitles = false
|
|
mainSections = [ "posts", "microposts", "photos" ]
|
|
|
|
[taxonomies]
|
|
tag = "tags"
|
|
category = "categories"
|
|
series = "series"
|
|
|
|
[[menu.main]]
|
|
name = "Post Archive"
|
|
weight = 1
|
|
identifier = "posts"
|
|
url = "/posts/"
|
|
|
|
[[menu.main]]
|
|
name = "Photography"
|
|
weight = 2
|
|
identifier = "photoography"
|
|
url = "https://jnjosh.photography"
|