feat: initial commit
This commit is contained in:
21
hugo.toml
Normal file
21
hugo.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
baseURL = 'https://blog.jokresner.de/'
|
||||
languageCode = 'en-us'
|
||||
title = 'My personal blog'
|
||||
|
||||
[markup]
|
||||
[markup.highlight]
|
||||
noClasses = false
|
||||
|
||||
[menu]
|
||||
[[menu.main]]
|
||||
name = 'Home'
|
||||
url = '/'
|
||||
weight = 1
|
||||
[[menu.main]]
|
||||
name = 'Posts'
|
||||
url = '/posts/'
|
||||
weight = 2
|
||||
[[menu.main]]
|
||||
name = 'About'
|
||||
url = '/about/'
|
||||
weight = 3
|
||||
Reference in New Issue
Block a user