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",
"state": "New Mexico",
"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
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

View File

@ -19,17 +19,17 @@
<div class="postBody">
<p>
<h1>Huff Pine Needles and Poke Cacti</h1>
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.
</p>
<h3>A collection of {{ total_count }} photos in {{ album_count }} albums.</h3>
<details class="toc">

View File

@ -27,7 +27,7 @@
<span class="locationState">{{ info['state'] }}</span>
</div>
<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 }}">
</a>
</div>