first commit
Some checks failed
Build,test and deploy reaktionsfaehig.net / deploy-prod (push) Failing after 6s
Some checks failed
Build,test and deploy reaktionsfaehig.net / deploy-prod (push) Failing after 6s
This commit is contained in:
commit
961f623c2d
8 changed files with 126 additions and 0 deletions
40
hugo.toml
Normal file
40
hugo.toml
Normal file
|
@ -0,0 +1,40 @@
|
|||
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"
|
Loading…
Add table
Add a link
Reference in a new issue