Add Meta Data & Favicon #1

Merged
me merged 4 commits from dev into main 2025-08-19 15:16:32 -07:00
3 changed files with 16 additions and 6 deletions
Showing only changes of commit 7ac4ca6b41 - Show all commits

View File

@@ -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"]

View File

@@ -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.

View 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 }}" />