Add Meta Data & Favicon #1
@@ -1,6 +1,7 @@
|
|||||||
baseURL = 'https://jackanope.hyperling.com'
|
baseURL = 'https://jackanope.hyperling.com'
|
||||||
languageCode = 'en-us'
|
languageCode = 'en-us'
|
||||||
title = 'Jackanope Ungathering'
|
title = 'Jackanope Liberty Gathering'
|
||||||
|
description = 'Summer campout for anarchists, voluntaryists, agorists, and nomads.'
|
||||||
|
|
||||||
theme = "lugo"
|
theme = "lugo"
|
||||||
[params]
|
[params]
|
||||||
@@ -17,4 +18,7 @@ theme = "lugo"
|
|||||||
taglist = false
|
taglist = false
|
||||||
showrss = false
|
showrss = false
|
||||||
|
|
||||||
|
sitename = "Jackanope Liberty Gathering"
|
||||||
|
description = 'Summer campout for anarchists, voluntaryists, agorists, and nomads.'
|
||||||
|
|
||||||
custom_css = ["style.css"]
|
custom_css = ["style.css"]
|
||||||
|
@@ -1,18 +1,21 @@
|
|||||||
---
|
---
|
||||||
title: ""
|
title: "Jackanope Liberty Gathering"
|
||||||
|
subtitle: "Summer campout of anarchists, voluntaryists, agorists, and nomads."
|
||||||
date: 2025-08-13T16:58:34-07:00
|
date: 2025-08-13T16:58:34-07:00
|
||||||
draft: false
|
draft: false
|
||||||
|
categories: [ "Festival", "Campout", "Gathering", "Ungathering", "Skills" ]
|
||||||
|
tags: [ "anarchy", "voluntaryism", "peace", "love", "freedom", "liberty" ]
|
||||||
---
|
---
|
||||||
|
|
||||||
###### NOTICE: This website has not been finalized. Please contact us via Telegram with any suggestions.
|
|
||||||
|
|
||||||
# Jackanope Liberty Gathering
|
|
||||||
<!--
|
<!--
|
||||||
|
# Jackanope Liberty Gathering
|
||||||
# Spartacus Liberty Gathering
|
# Spartacus Liberty Gathering
|
||||||
## AKA: Caravanarchy Heber / Jackanope / Pre-Jack
|
## AKA: Caravanarchy Heber / Jackanope / Pre-Jack
|
||||||
-->
|
-->
|
||||||
|
|
||||||
_**Not a party. Not a rave.**_
|
***Not a party. Not a rave.***
|
||||||
|
|
||||||
|
`NOTICE: This website has not been finalized. Please contact us via Telegram with any suggestions.`
|
||||||
|
|
||||||
Family friendly campout of anarchists, agorists, freedom lovers, and nomads.
|
Family friendly campout of anarchists, agorists, freedom lovers, and nomads.
|
||||||
|
|
||||||
|
3
layouts/_default/partials/meta.html
Normal file
3
layouts/_default/partials/meta.html
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<meta property="og:site_name" content="{{ .Site.Params.sitename }}" />
|
||||||
|
|
||||||
|
<meta name="description" content="{{ if .Params.description }}{{ .Params.description }}{{ else if .Description }}{{ .Description }}{{ else }}{{ .Site.Params.description }}{{ end }}" />
|
Reference in New Issue
Block a user