diff --git a/assets/img/jackanope.png b/assets/img/jackanope.png new file mode 100644 index 0000000..225f3ca Binary files /dev/null and b/assets/img/jackanope.png differ diff --git a/config.toml b/config.toml index a29f508..420f8c2 100644 --- a/config.toml +++ b/config.toml @@ -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"] diff --git a/content/_index.md b/content/_index.md index 3d00f40..b0a3d28 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,10 +1,7 @@ --- 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" ] ---