36 lines
841 B
TOML
36 lines
841 B
TOML
baseURL = '/'
|
|
languageCode = 'en-us'
|
|
title = 'Rolling Vegan Rendezvous (RVR)'
|
|
|
|
theme = "lugo"
|
|
[params]
|
|
# "relatedtext" is the text that appears above the tag list at the bottom of pages.
|
|
relatedtext = "Related"
|
|
|
|
# Favicon
|
|
#favicon = "/vegan.svg"
|
|
#faviconSizes = [16, 32, 48, 60, 96, 128, 180, 192]
|
|
|
|
# list items
|
|
datesinlist = false
|
|
authorsinlist = false
|
|
|
|
# footer items
|
|
nextprev = false
|
|
taglist = false
|
|
showrss = false
|
|
showurl = false
|
|
|
|
# SEO
|
|
description = 'Summer campout for anarchists, voluntaryists, agorists, and nomads.'
|
|
type = 'website'
|
|
categories = [ "Festival", "Campout", "Gathering", "Ungathering", "Skills" ]
|
|
tags = [ "anarchy", "voluntaryism", "peace", "love", "freedom", "liberty" ]
|
|
|
|
custom_css = ["style.css"]
|
|
|
|
[markup]
|
|
[markup.goldmark]
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|