initial-release
All checks were successful
Build,test and deploy reaktionsfaehig.net / deploy-prod (push) Successful in 19s
All checks were successful
Build,test and deploy reaktionsfaehig.net / deploy-prod (push) Successful in 19s
This commit is contained in:
parent
d9c560e590
commit
72b05eae47
17 changed files with 516 additions and 20 deletions
40
hugo.toml
40
hugo.toml
|
@ -1,26 +1,26 @@
|
|||
baseURL = 'https://reaktionsfaehig.net/'
|
||||
languageCode = 'de-DE'
|
||||
title = 'reaktionsfaehig'
|
||||
title = 'tech weblog'
|
||||
theme = 'internet-weblog'
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
unsafe=true
|
||||
|
||||
[author]
|
||||
Handle = "jnjosh"
|
||||
FirstName = "Josh"
|
||||
LastName = "Johnson"
|
||||
[params.author]
|
||||
Handle = "reaktionsfaehig"
|
||||
FirstName = "Stephan"
|
||||
LastName = "Hadan"
|
||||
AboutPage = "/about"
|
||||
Location = "Durham, NC"
|
||||
FlickrID = "87151163@N00"
|
||||
Location = "Pforzheim, Germany"
|
||||
FlickrID = "202172509@N02"
|
||||
|
||||
[params]
|
||||
Description = "Internet weblog of Software (Mac, iOS, Web) Developer, Josh Johnson."
|
||||
Description = "Internet weblog of technically everything."
|
||||
ShowCopyright = true
|
||||
RSSEnabled = true
|
||||
EnablePreferredDarkAppearance = true
|
||||
RSSMicropostTitles = false
|
||||
mainSections = [ "posts", "microposts", "photos" ]
|
||||
mainSections = [ "Posts", "Microposts" ]
|
||||
|
||||
[taxonomies]
|
||||
tag = "tags"
|
||||
|
@ -28,13 +28,25 @@ unsafe=true
|
|||
series = "series"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Post Archive"
|
||||
name = "Posts"
|
||||
weight = 1
|
||||
identifier = "posts"
|
||||
url = "/posts/"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Photography"
|
||||
weight = 2
|
||||
identifier = "photoography"
|
||||
url = "https://jnjosh.photography"
|
||||
name = "Microposts"
|
||||
weight = 2
|
||||
identifier = "microposts"
|
||||
url = "/microposts/"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Datenschutz"
|
||||
weight = 3
|
||||
identifier = "dataprivacy"
|
||||
url = "/dataprivacy"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Impressum"
|
||||
weight = 4
|
||||
identifier = "imprint"
|
||||
url = "/imprint"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue