add stuff™ and fix a typo

This commit is contained in:
nebula 2025-04-30 03:49:29 +00:00
parent 8489ab2fd1
commit f6b70801b0
4 changed files with 19 additions and 13 deletions

View File

@ -251,5 +251,11 @@
"title": "Truth or Consequences", "title": "Truth or Consequences",
"state": "New Mexico", "state": "New Mexico",
"cover": "IMG_9135.JPEG" "cover": "IMG_9135.JPEG"
},
"Molossia": {
"title": "The Republic of Molossia",
"state": "Molossia",
"cover": "20240622_102605.jpg",
"story_time": 1745571443
} }
} }

View File

@ -1,6 +1,6 @@
# Huff Pine Needles and Poke Cacti # Huff Pine Needles and Poke Cacti
Throwing pinecones at trees, getting jumping cholla bits stuck on my shoes, covering my pants with weird plant bits by trudging through tall grass, backpacking into the desert with like a dozen pounds of water, sleeping in my car either 50 miles from the nearest human settlement or in a truck stop parking lot...I'm not going to endorse my way of traveling as a sane option for anyone else but me, but personally I'd rather freeze and/or roast in the weather instead of saying hotels are too expensive for me to travel. This is a retropsective of one of the most chaotic periods of my life, where I wasn't afraid to abandon society and embrace the unknown of not knowing exactly where I will sleep that night or where the paths will lead. Throwing pinecones at trees, getting jumping cholla bits stuck on my shoes, covering my pants with weird plant bits by trudging through tall grass, backpacking into the desert with like a dozen pounds of water, sleeping in my car either 50 miles from the nearest human settlement or in a truck stop parking lot...I'm not going to endorse my way of traveling as a sane option for anyone else but me, but personally I'd rather freeze and roast in the weather instead of saying hotels are too expensive for me to travel. This is a retropsective of one of the most chaotic periods of my life, where I wasn't afraid to abandon society and embrace the unknown of not knowing exactly where the paths will lead.
## Gemspace Info ## Gemspace Info

View File

@ -25,11 +25,11 @@
sleeping in my car either 50 miles from the nearest human settlement or sleeping in my car either 50 miles from the nearest human settlement or
in a truck stop parking lot...I'm not going to endorse my way of in a truck stop parking lot...I'm not going to endorse my way of
traveling as a sane option for anyone else but me, but personally I'd traveling as a sane option for anyone else but me, but personally I'd
rather freeze and/or roast in the weather instead of saying hotels are rather freeze and roast in the weather instead of saying hotels are too
too expensive for me to travel. This is a retropsective of one of the expensive for me to travel. This is a retropsective of one of the most
most chaotic periods of my life, where I wasn't afraid to abandon chaotic periods of my life, where I wasn't afraid to abandon society
society and embrace the unknown of not knowing exactly where I will and embrace the unknown of not knowing exactly where the paths will
sleep that night or where the paths will lead. lead.
</p> </p>
<h3>A collection of {{ total_count }} photos in {{ album_count }} albums.</h3> <h3>A collection of {{ total_count }} photos in {{ album_count }} albums.</h3>
<details class="toc"> <details class="toc">

View File

@ -27,7 +27,7 @@
<span class="locationState">{{ info['state'] }}</span> <span class="locationState">{{ info['state'] }}</span>
</div> </div>
<div class="headerImageContainer"> <div class="headerImageContainer">
<a target="_blank" href="{{ cover }}", onclick="javascript:enlargeImage('{{ cover }}');return false;"> <a target="_blank" href="{{ cover }}" onclick="javascript:enlargeImage('{{ cover }}');return false;">
<img id="headerImage" class="headerImage" src="/cover/cover_{{ cover }}"> <img id="headerImage" class="headerImage" src="/cover/cover_{{ cover }}">
</a> </a>
</div> </div>