diff --git a/deadsands/content/images/tanos_edge.png b/deadsands/content/images/tanos_edge.png new file mode 100644 index 0000000..2532445 Binary files /dev/null and b/deadsands/content/images/tanos_edge.png differ diff --git a/deadsands/content/images/tanos_edge_thumb.png b/deadsands/content/images/tanos_edge_thumb.png new file mode 100644 index 0000000..2a287b7 Binary files /dev/null and b/deadsands/content/images/tanos_edge_thumb.png differ diff --git a/deadsands/content/pages/maps.md b/deadsands/content/pages/maps.md index 7cf8d49..5f7dbb7 100644 --- a/deadsands/content/pages/maps.md +++ b/deadsands/content/pages/maps.md @@ -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" --- diff --git a/deadsands/markdown-templates/default.md b/deadsands/markdown-templates/default.md index 7d1386c..4ed1439 100644 --- a/deadsands/markdown-templates/default.md +++ b/deadsands/markdown-templates/default.md @@ -11,6 +11,6 @@ date: {{ date }} {% if summary %} summary: {{summary}} {% endif %} -status: {{ status if status else 'publish }} +status: {{ status if status else 'publish' }} --- diff --git a/deadsands/pelicanconf.py b/deadsands/pelicanconf.py index 6c1a868..0f44063 100644 --- a/deadsands/pelicanconf.py +++ b/deadsands/pelicanconf.py @@ -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'