adding tanos edge

This commit is contained in:
evilchili 2022-08-16 12:26:04 -07:00
parent 671773ce99
commit 0bb968b802
5 changed files with 3 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

View File

@ -10,5 +10,6 @@ key_image:
alt: "Hand-drawn map of the Dewa Q'Asos"
gallery:
overland_map.png: "Overland map of the Sahwat Desert (so far)"
tanos_edge.png: "Old Town district of Tano's Edge"
---

View File

@ -11,6 +11,6 @@ date: {{ date }}
{% if summary %}
summary: {{summary}}
{% endif %}
status: {{ status if status else 'publish }}
status: {{ status if status else 'publish' }}
---

View File

@ -1,6 +1,6 @@
AUTHOR = 'evilchili'
SITENAME = 'The Dead Sands'
SITEURL = 'https://deadsands.froghat.club/'
# SITEURL = 'https://deadsands.froghat.club'
RELATIVE_URLS = False
THEME = 'deadsands-theme'