Compare commits
23 Commits
15416c5170
...
main
Author | SHA1 | Date | |
---|---|---|---|
18db069742 | |||
c116add6de | |||
5a7deb13f7 | |||
065b74b7d1 | |||
7ac4ca6b41 | |||
ce14045237 | |||
7a49be5f6d | |||
95781ed8e0 | |||
57f55109e7 | |||
234afe8812 | |||
4b6f01b0dd | |||
599e521719 | |||
80a9872d56 | |||
de06cede62 | |||
aa28b50d35 | |||
1dc6423738 | |||
bafc97d25f | |||
4e3921e973 | |||
9f1df7c137 | |||
eac5e531b7 | |||
f1406936a7 | |||
f21194cbbf | |||
3e665f95b3 |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -12,5 +12,3 @@ hugo.linux
|
||||
|
||||
# Temporary lock file while building
|
||||
/.hugo_build.lock
|
||||
|
||||
static/style.css
|
||||
|
BIN
assets/img/jackanope.png
Normal file
BIN
assets/img/jackanope.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
@@ -1,5 +0,0 @@
|
||||
baseURL = 'http://example.org/'
|
||||
languageCode = 'en-us'
|
||||
title = 'Jackanope Ungathering'
|
||||
|
||||
theme = "lugo"
|
@@ -1,13 +1,18 @@
|
||||
---
|
||||
title: ""
|
||||
title: "Jackanope Liberty Gathering"
|
||||
date: 2025-08-13T16:58:34-07:00
|
||||
draft: false
|
||||
---
|
||||
|
||||
<!--
|
||||
# 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.
|
||||
|
||||
@@ -15,12 +20,16 @@ July 18th-31st at Baca Meadows near Heber, AZ:
|
||||
[34.319,-110.685](https://osmand.net/map/?pin=34.319,-110.685#16/34.319/-110.685)
|
||||
[[Directions]](https://www.openstreetmap.org/directions?to=34.319%2C-110.685#map=10/34.319/-110.684)
|
||||
|
||||
Recommended approach is by using Black Canyon Road starting at [The Market](https://www.openstreetmap.org/directions?to=1823+black+canyon+road%2C+heber%2C+az#map=19/34.429910/-110.598432)
|
||||
Recommended approach is Black Canyon Road starting at [The Market](https://www.openstreetmap.org/directions?to=1823+black+canyon+road%2C+heber%2C+az#map=19/34.429910/-110.598432)
|
||||
in Heber.
|
||||
|
||||
## What to Expect
|
||||
|
||||
- Live music and presentations.
|
||||
- Agora for food, clothing, gems, and more.
|
||||
- Skill-based courses over topics such as firearms and herbalism.
|
||||
- Network with local homesteaders, build lifelong friendships.
|
||||
- Nature hikes, swimming trips, yoga sessions, etc.
|
||||
|
||||
<!--
|
||||
### What NOT to Expect
|
||||
@@ -29,9 +38,16 @@ in Heber.
|
||||
-->
|
||||
|
||||
## Rules / Community Guidelines
|
||||
- Non-Aggression Principle
|
||||
|
||||
- **Non-Aggression Principle**
|
||||
- Please obtain consent from neighbors when playing canned music.
|
||||
- **Quiet Hours**: 11PM - 11AM
|
||||
- This includes music, generators, noisy dogs, etc.
|
||||
- This includes any type of music, as well as generators, noisy dogs, etc.
|
||||
- **Pack it in, Pack it out.**
|
||||
- Be prepared to dispose of human waste properly.
|
||||
|
||||
## Channels
|
||||
[Telegram Directory](t.me/TBD)
|
||||
|
||||
Further details and related group chats can be found in the channel below.
|
||||
|
||||
[Telegram Directory (t.me/JackanopeHeberAZ)](https://t.me/JackanopeHeberAZ)
|
||||
|
30
hugo.toml
Normal file
30
hugo.toml
Normal file
@@ -0,0 +1,30 @@
|
||||
baseURL = 'https://jackanope.hyperling.com'
|
||||
languageCode = 'en-us'
|
||||
title = 'Jackanope Liberty Gathering'
|
||||
|
||||
theme = "lugo"
|
||||
[params]
|
||||
# "relatedtext" is the text that appears above the tag list at the bottom of pages.
|
||||
relatedtext = "Related"
|
||||
|
||||
# Favicon
|
||||
favicon = "img/jackanope.png"
|
||||
faviconSizes = [16, 32, 48, 60, 96, 128, 180, 192]
|
||||
|
||||
# list items
|
||||
datesinlist = false
|
||||
authorsinlist = false
|
||||
|
||||
# footer items
|
||||
nextprev = false
|
||||
taglist = false
|
||||
showrss = false
|
||||
showurl = false
|
||||
|
||||
# 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"]
|
BIN
jackanope.xcf
Normal file
BIN
jackanope.xcf
Normal file
Binary file not shown.
46
layouts/_default/baseof.html
Normal file
46
layouts/_default/baseof.html
Normal file
@@ -0,0 +1,46 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ .Site.Language }}">
|
||||
<head>
|
||||
<title>{{ if not .IsHome }}{{ .Title | title }} | {{ end }}{{ .Site.Title }}</title>
|
||||
<link rel="canonical" href="{{ .Site.BaseURL }}">
|
||||
<link rel='alternate' type='application/rss+xml' title="{{ .Site.Title }} RSS" href='/index.xml'>
|
||||
<link rel='stylesheet' type='text/css' href='/style.css'>{{
|
||||
$favicon := .Param "favicon" }}{{
|
||||
$faviconSizes := .Param "faviconSizes" }}{{
|
||||
range $i := $faviconSizes }}{{
|
||||
$resource := resources.GetMatch ($favicon) }}{{
|
||||
$image := $resource.Resize (printf "%dx%d CatmullRom" $i $i) }}
|
||||
<link rel="icon" type="image/png" sizes="{{ $i }}x{{ $i }}" href="{{ $image.RelPermalink }}">{{
|
||||
end }}
|
||||
<meta name="description" content="{{ with .Param "description" }}{{ . }}{{ else }}{{ .Summary }}{{ end }}">
|
||||
<meta name="keywords" content="{{
|
||||
$tags := .Param "tags" }}{{
|
||||
$categories := .Param "categories" }}{{
|
||||
$combined := union $categories $tags }}{{
|
||||
delimit $combined ", "
|
||||
}}">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="index, follow">
|
||||
<meta charset="utf-8">
|
||||
{{ partial "meta.html" . }}
|
||||
</head>
|
||||
<body>
|
||||
{{ if .Site.Menus.main }}{{ partial "nav.html" . }}{{ end -}}
|
||||
<main>
|
||||
<header><h1 id="tag_{{ .Title }}">{{ block "title" . }}{{ end }}</h1></header>
|
||||
<article>
|
||||
{{ block "main" . }}
|
||||
{{ .Content }}
|
||||
{{ end }}
|
||||
{{ if .Param "nextprev" }}{{ partial "nextprev.html" . -}}{{ end -}}
|
||||
{{ if .Param "taglist" }}{{ partial "taglist.html" . }}{{ end -}}
|
||||
</article>
|
||||
</main>
|
||||
{{ block "footer" . }}
|
||||
<footer>
|
||||
{{- if .Param "showurl" }}<a href="{{ .Site.BaseURL }}">{{ .Site.BaseURL }}</a>{{ end }}
|
||||
{{- if .Param "showrss" }}<br><br><a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em" alt="RSS Feed" title="Subscribe via RSS for updates."></a>{{ end }}
|
||||
</footer>
|
||||
{{ end }}
|
||||
</body>
|
||||
</html>
|
7
layouts/partials/meta.html
Normal file
7
layouts/partials/meta.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<meta property="og:title" content="{{ .Site.Title }}"/>
|
||||
<meta property="og:description" content="{{ .Site.Params.Description }}"/>
|
||||
<meta property="og:site_name" content="{{ .Site.Title }}"/>
|
||||
<meta property="og:url" content="{{ .Site.BaseURL }}/"/>
|
||||
<meta property="og:type" content="{{ .Site.Params.Type }}"/>
|
||||
<meta property="og:image" content="https://hyperling.com/files/media/icons/favicon.ico"/>
|
||||
<meta name="referrer" content="same-origin"/>
|
9
run.sh
9
run.sh
@@ -3,9 +3,8 @@
|
||||
DIR="$(dirname -- "${BASH_SOURCE[0]}")"
|
||||
cd $DIR
|
||||
|
||||
rm -rfv public
|
||||
mkdir -pv public
|
||||
# Create Production Files
|
||||
hugo --gc --minify
|
||||
|
||||
cp -rv themes/lugo/static/style.css static/
|
||||
|
||||
hugo server -D --noBuildLock
|
||||
# Run Development Environment (includes drafts)
|
||||
hugo server -D --noBuildLock --bind=0.0.0.0
|
||||
|
53
static/style.css
Normal file
53
static/style.css
Normal file
@@ -0,0 +1,53 @@
|
||||
body {
|
||||
font-family: sans-serif ;
|
||||
background: #222 ;
|
||||
color: #ccc ;
|
||||
}
|
||||
|
||||
main {
|
||||
max-width: 800px ;
|
||||
margin: auto ;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100% ;
|
||||
}
|
||||
|
||||
header h1 {
|
||||
text-align: center ;
|
||||
}
|
||||
|
||||
footer {
|
||||
text-align: center ;
|
||||
clear: both ;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #cc6 ;
|
||||
}
|
||||
|
||||
h1,h2,h3,h4,h5,h6,b,strong {
|
||||
color: #888 ;
|
||||
}
|
||||
|
||||
/* For TAGLIST.HTML */
|
||||
.taglist {
|
||||
text-align: center ;
|
||||
clear: both ;
|
||||
}
|
||||
|
||||
/* For NEXTPREV.HTML */
|
||||
#nextprev {
|
||||
/* The container for both the previous and next articles. */
|
||||
}
|
||||
#prevart {
|
||||
float: left ;
|
||||
text-align: left ;
|
||||
}
|
||||
#nextart {
|
||||
float: right ;
|
||||
text-align: right ;
|
||||
}
|
||||
#nextart,#prevart {
|
||||
max-width: 33% ;
|
||||
}
|
Submodule themes/min_night deleted from dc54703f8a
Reference in New Issue
Block a user