hugo project for generating my blog, https://openpunk.com
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
981 B
53 lines
981 B
baseURL = '/' |
|
languageCode = 'en-us' |
|
title = 'OpenPunk' |
|
|
|
[params] |
|
onion = 'http://opnpnk6eutjiqy4ndpyvwxd5pncj2g2cmz6fkocr5uh3omnn4utvspad.onion' |
|
sourcerepo = 'https://git.openpunk.com/OpenPunk/openpunk' |
|
|
|
[markup] |
|
[markup.highlight] |
|
anchorLineNos = true |
|
codeFences = true |
|
guessSyntax = true |
|
hl_Lines = '' |
|
noClasses = true |
|
style = 'monokai' |
|
tabWidth = 4 |
|
|
|
[markup.goldmark.renderer] |
|
unsafe = true |
|
|
|
[imaging] |
|
quality = 50 |
|
|
|
[menu] |
|
[[menu.main]] |
|
name = "Home" |
|
url = "/" |
|
weight = 1 |
|
[[menu.main]] |
|
name = "Blog" |
|
url = "/pages/" |
|
weight = 2 |
|
[[menu.main]] |
|
name = "Journal" |
|
url = "/journal/" |
|
weight = 3 |
|
[[menu.main]] |
|
name = "Critiques" |
|
url = "/critiques/" |
|
weight = 4 |
|
[[menu.main]] |
|
name = "Places" |
|
url = "/places/" |
|
weight = 5 |
|
[[menu.main]] |
|
name = "Tags" |
|
url = "/tags/" |
|
weight = 6 |
|
[[menu.main]] |
|
name = "Gitea" |
|
url = "https://git.openpunk.com" |
|
weight = 7 |