Add meta data for SEO. Add favicon. Allow removing bottom URL. Fix newlines at end of HTML files causing whitespace.

This commit is contained in:
2025-08-19 14:48:04 -07:00
parent 7ac4ca6b41
commit 065b74b7d1
8 changed files with 65 additions and 12 deletions

View File

@@ -1,24 +1,30 @@
baseURL = 'https://jackanope.hyperling.com'
languageCode = 'en-us'
title = 'Jackanope Liberty Gathering'
description = 'Summer campout for anarchists, voluntaryists, agorists, and nomads.'
theme = "lugo"
[params]
# "relatedtext" is the text that appears above the tag list at the bottom of pages.
relatedtext = "Related"
favicon = "/favicon.ico"
#list items
# Favicon
favicon = "img/jackanope.png"
faviconSizes = [16, 32, 48, 60, 96, 128, 180, 192]
# list items
datesinlist = false
authorsinlist = false
#footer items
# footer items
nextprev = false
taglist = false
showrss = false
showurl = false
sitename = "Jackanope Liberty Gathering"
# 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"]