Compare commits
	
		
			4 Commits
		
	
	
		
			aa28b50d35
			...
			4b6f01b0dd
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 4b6f01b0dd | |||
| 599e521719 | |||
| 80a9872d56 | |||
| de06cede62 | 
| @@ -1,4 +1,4 @@ | ||||
| baseURL = 'http://example.org/' | ||||
| baseURL = 'https://jackanope.hyperling.com/' | ||||
| languageCode = 'en-us' | ||||
| title = 'Jackanope Ungathering' | ||||
|  | ||||
| @@ -16,3 +16,5 @@ theme = "lugo" | ||||
|   nextprev = false | ||||
|   taglist = false | ||||
|   showrss = false | ||||
|  | ||||
| custom_css = ["style.css"] | ||||
|   | ||||
| @@ -4,6 +4,8 @@ date: 2025-08-13T16:58:34-07:00 | ||||
| draft: false | ||||
| --- | ||||
|  | ||||
| ###### NOTICE: This website has not been finalized. Please contact us via Telegram with any suggestions. | ||||
|  | ||||
| # Jackanope Liberty Gathering | ||||
| <!-- | ||||
| # Spartacus Liberty Gathering | ||||
| @@ -22,9 +24,12 @@ Recommended approach is Black Canyon Road starting at [The Market](https://www.o | ||||
| in Heber. | ||||
|  | ||||
| ## What to Expect | ||||
|  | ||||
| - Live music and presentations. | ||||
| - 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 | ||||
| @@ -33,10 +38,16 @@ in Heber. | ||||
| --> | ||||
|  | ||||
| ## 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 | ||||
|     - 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](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
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								run.sh
									
									
									
									
									
								
							| @@ -3,11 +3,8 @@ | ||||
| DIR="$(dirname -- "${BASH_SOURCE[0]}")" | ||||
| cd $DIR | ||||
|  | ||||
| rm -rfv public | ||||
| mkdir -pv public | ||||
| # Create Production Files | ||||
| hugo --gc --minify | ||||
|  | ||||
| if [[ ! -f static/style.css ]]; then | ||||
| 	cp -rv themes/lugo/static/style.css static/ | ||||
| fi | ||||
|  | ||||
| hugo server -D --noBuildLock | ||||
| # Run Development Environment (includes drafts) | ||||
| hugo server -D --noBuildLock --bind=0.0.0.0 | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| body { | ||||
| 	font-family: sans-serif ; | ||||
| 	background: #110000 ; | ||||
| 	background: #333 ; | ||||
| 	color: #ccc ; | ||||
| } | ||||
|  | ||||
| @@ -23,7 +23,7 @@ footer { | ||||
| } | ||||
|  | ||||
| a { | ||||
|  color: #cc6 | ||||
| 	color: #cc6 | ||||
| } | ||||
|  | ||||
| /* For TAGLIST.HTML */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user