add stuff™ and fix a typo
This commit is contained in:
parent
8489ab2fd1
commit
f6b70801b0
@ -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
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
||||
|
@ -25,11 +25,11 @@
|
||||
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.
|
||||
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">
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user