Updated hugo.toml
This commit is contained in:
30
hugo.toml
30
hugo.toml
@@ -1,3 +1,29 @@
|
|||||||
baseURL = 'https://example.org/'
|
baseURL = 'https://blog.minded.net/'
|
||||||
languageCode = 'en-us'
|
languageCode = 'en-us'
|
||||||
title = 'My New Hugo Site'
|
title = 'blog.minded.net'
|
||||||
|
theme = 'minimalminded'
|
||||||
|
|
||||||
|
[[menus.main]]
|
||||||
|
name = 'posts'
|
||||||
|
pageRef = '/posts'
|
||||||
|
weight = 10
|
||||||
|
|
||||||
|
[[menus.main]]
|
||||||
|
name = 'tags'
|
||||||
|
pageRef = '/tags'
|
||||||
|
weight = 20
|
||||||
|
|
||||||
|
[module]
|
||||||
|
[module.hugoVersion]
|
||||||
|
extended = false
|
||||||
|
min = "0.116.0"
|
||||||
|
|
||||||
|
[[menus.main]]
|
||||||
|
name = 'about'
|
||||||
|
pageRef = '/pages/about'
|
||||||
|
weight = 90
|
||||||
|
|
||||||
|
[markup]
|
||||||
|
[markup.highlight]
|
||||||
|
style = 'doom-one'
|
||||||
|
linenos = true
|
||||||
|
|||||||
Reference in New Issue
Block a user