Change config file to be for RVR.
This commit is contained in:
13
hugo.toml
13
hugo.toml
@@ -1,6 +1,6 @@
|
|||||||
baseURL = 'https://jackanope.hyperling.com'
|
baseURL = '/'
|
||||||
languageCode = 'en-us'
|
languageCode = 'en-us'
|
||||||
title = 'Jackanope Liberty Gathering'
|
title = 'Rolling Vegan Rendezvous (RVR)'
|
||||||
|
|
||||||
theme = "lugo"
|
theme = "lugo"
|
||||||
[params]
|
[params]
|
||||||
@@ -8,8 +8,8 @@ theme = "lugo"
|
|||||||
relatedtext = "Related"
|
relatedtext = "Related"
|
||||||
|
|
||||||
# Favicon
|
# Favicon
|
||||||
favicon = "img/jackanope.png"
|
#favicon = "img/jackanope.png"
|
||||||
faviconSizes = [16, 32, 48, 60, 96, 128, 180, 192]
|
#faviconSizes = [16, 32, 48, 60, 96, 128, 180, 192]
|
||||||
|
|
||||||
# list items
|
# list items
|
||||||
datesinlist = false
|
datesinlist = false
|
||||||
@@ -28,3 +28,8 @@ theme = "lugo"
|
|||||||
tags = [ "anarchy", "voluntaryism", "peace", "love", "freedom", "liberty" ]
|
tags = [ "anarchy", "voluntaryism", "peace", "love", "freedom", "liberty" ]
|
||||||
|
|
||||||
custom_css = ["style.css"]
|
custom_css = ["style.css"]
|
||||||
|
|
||||||
|
[markup]
|
||||||
|
[markup.goldmark]
|
||||||
|
[markup.goldmark.renderer]
|
||||||
|
unsafe = true
|
||||||
|
|||||||
Reference in New Issue
Block a user