Compare commits
2 Commits
90b1721859
...
132ee96857
| Author | SHA1 | Date | |
|---|---|---|---|
| 132ee96857 | |||
| d698476686 |
@@ -22,10 +22,10 @@ theme = "lugo"
|
|||||||
showurl = false
|
showurl = false
|
||||||
|
|
||||||
# SEO
|
# SEO
|
||||||
description = 'Summer campout for anarchists, voluntaryists, agorists, and nomads.'
|
description = 'Vegan campout with potlucks, discussions, and more!'
|
||||||
type = 'website'
|
type = 'website'
|
||||||
categories = [ "Festival", "Campout", "Gathering", "Ungathering", "Skills" ]
|
categories = [ "Campout", "Gathering", "Ungathering", "Skills", "Conversations" ]
|
||||||
tags = [ "anarchy", "voluntaryism", "peace", "love", "freedom", "liberty" ]
|
tags = [ "veganism", "vegetarianism", "peace", "love", "freedom", "health", "healing", "compassion", "prosperity", "morality", "ethics" ]
|
||||||
|
|
||||||
custom_css = ["style.css"]
|
custom_css = ["style.css"]
|
||||||
|
|
||||||
53
hugo.yml
Normal file
53
hugo.yml
Normal file
@@ -0,0 +1,53 @@
|
|||||||
|
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: "img/favicon.png"
|
||||||
|
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: 'Vegan campout with potlucks, discussions, and more!'
|
||||||
|
type: 'website'
|
||||||
|
categories:
|
||||||
|
- "Campout"
|
||||||
|
- "Gathering"
|
||||||
|
- "Ungathering"
|
||||||
|
- "Skills"
|
||||||
|
- "Conversations"
|
||||||
|
tags:
|
||||||
|
- "veganism"
|
||||||
|
- "vegetarianism"
|
||||||
|
- "peace"
|
||||||
|
- "love"
|
||||||
|
- "freedom"
|
||||||
|
- "health"
|
||||||
|
- "healing"
|
||||||
|
- "compassion"
|
||||||
|
- "prosperity"
|
||||||
|
- "morality"
|
||||||
|
- "ethics"
|
||||||
|
|
||||||
|
custom_css:
|
||||||
|
- "style.css"
|
||||||
|
|
||||||
|
markup:
|
||||||
|
goldmark:
|
||||||
|
renderer:
|
||||||
|
unsafe: true
|
||||||
Reference in New Issue
Block a user