Begin trying to work on SEO. So far this is not doing anything different.

This commit is contained in:
2025-08-18 18:23:07 -07:00
parent ce14045237
commit 7ac4ca6b41
3 changed files with 16 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
baseURL = 'https://jackanope.hyperling.com'
languageCode = 'en-us'
title = 'Jackanope Ungathering'
title = 'Jackanope Liberty Gathering'
description = 'Summer campout for anarchists, voluntaryists, agorists, and nomads.'
theme = "lugo"
[params]
@@ -17,4 +18,7 @@ theme = "lugo"
taglist = false
showrss = false
sitename = "Jackanope Liberty Gathering"
description = 'Summer campout for anarchists, voluntaryists, agorists, and nomads.'
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
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
## 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.

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