Compare commits

..

4 Commits

4 changed files with 25 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
baseURL = 'http://example.org/' baseURL = 'https://jackanope.hyperling.com/'
languageCode = 'en-us' languageCode = 'en-us'
title = 'Jackanope Ungathering' title = 'Jackanope Ungathering'
@@ -16,3 +16,5 @@ theme = "lugo"
nextprev = false nextprev = false
taglist = false taglist = false
showrss = false showrss = false
custom_css = ["style.css"]

View File

@@ -4,6 +4,8 @@ date: 2025-08-13T16:58:34-07:00
draft: false draft: false
--- ---
###### 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
@@ -22,9 +24,12 @@ Recommended approach is Black Canyon Road starting at [The Market](https://www.o
in Heber. in Heber.
## What to Expect ## What to Expect
- Live music and presentations. - Live music and presentations.
- Agora for food, clothing, gems, and more. - Agora for food, clothing, gems, and more.
- TBD/TODO: Firearms, nature hikes / foraging, other skill-oriented classes. - 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 ### What NOT to Expect
@@ -33,10 +38,16 @@ in Heber.
--> -->
## Rules / Community Guidelines ## Rules / Community Guidelines
- Non-Aggression Principle
- TBD/TODO: pack it in pack it out, be prepared to dispose of human waste, etc. - **Non-Aggression Principle**
- Please obtain consent from neighbors when playing canned music.
- **Quiet Hours**: 11PM - 11AM - **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 ## Channels
[Telegram Directory](https://t.me/JackenopeHeberAZ)
Further details and related group chats can be found in the channel below.
[Telegram Directory](https://t.me/JackanopeHeberAZ)

11
run.sh
View File

@@ -3,11 +3,8 @@
DIR="$(dirname -- "${BASH_SOURCE[0]}")" DIR="$(dirname -- "${BASH_SOURCE[0]}")"
cd $DIR cd $DIR
rm -rfv public # Create Production Files
mkdir -pv public hugo --gc --minify
if [[ ! -f static/style.css ]]; then # Run Development Environment (includes drafts)
cp -rv themes/lugo/static/style.css static/ hugo server -D --noBuildLock --bind=0.0.0.0
fi
hugo server -D --noBuildLock

View File

@@ -1,6 +1,6 @@
body { body {
font-family: sans-serif ; font-family: sans-serif ;
background: #110000 ; background: #333 ;
color: #ccc ; color: #ccc ;
} }