From b262292b43e57c7b3534ad8b252a828b53ff49e1 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Wed, 27 Apr 2022 00:45:26 -0600 Subject: change to reflect pyssg changes --- art/plt/art_nav.html | 2 +- art/plt/base.html | 6 +++--- art/plt/index.html | 12 ++++++------ art/plt/page.html | 4 ++-- art/plt/rss.xml | 18 +++++++++--------- art/plt/sitemap.xml | 2 +- art/plt/tag.html | 6 +++--- 7 files changed, 25 insertions(+), 25 deletions(-) (limited to 'art/plt') diff --git a/art/plt/art_nav.html b/art/plt/art_nav.html index 0b69fb2..327242a 100644 --- a/art/plt/art_nav.html +++ b/art/plt/art_nav.html @@ -10,7 +10,7 @@ {%endif%} - + Index diff --git a/art/plt/base.html b/art/plt/base.html index 411b410..fe838e1 100644 --- a/art/plt/base.html +++ b/art/plt/base.html @@ -2,12 +2,12 @@ - + - {%block head_title%}{%endblock head_title%} -- {{config.title}} + {%block head_title%}{%endblock head_title%} -- {{config.get("info", "title")}} - + diff --git a/art/plt/index.html b/art/plt/index.html index a283ffc..03bfbc3 100644 --- a/art/plt/index.html +++ b/art/plt/index.html @@ -3,23 +3,23 @@ {%block head_title%}Index{%endblock head_title%} {%block head_description%}My personal space where I post all my drawings, sketches and more art related stuff.{%endblock head_description%} {%block head_og%} - + - - + + - + {%endblock head_og%} {%block content%} -

Index -- {{config.title}}

+

Index -- {{config.get("info", "title")}}

Here is where I will post all of my drawings, sketches and more art related stuff. Right now this is managed similar to the blog, but more "gallery" oriented. The structure is kind of a 3-level zoom, where you see all the images in this index (or on a tag index), then you see the whole image in its separate link with additional information and then you can see the raw image itself.

- Get the RSS feed: {{config.url}}/rss.xml + Get the RSS feed: {{config.get("url", "main")}}/rss.xml

{%import "tag_list.html" as tag_list%} diff --git a/art/plt/page.html b/art/plt/page.html index 55a0c90..536f4d0 100644 --- a/art/plt/page.html +++ b/art/plt/page.html @@ -3,13 +3,13 @@ {%block head_title%}{{page.title}}{%endblock head_title%} {%block head_description%}{{page.summary}}{%endblock head_description%} {%block head_og%} - + - + {%endblock head_og%} {%block content%}

{{page.title}}

diff --git a/art/plt/rss.xml b/art/plt/rss.xml index c119daf..60d2807 100644 --- a/art/plt/rss.xml +++ b/art/plt/rss.xml @@ -4,24 +4,24 @@ xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"> - {{config.title}} - {{config.url}} - + {{config.get("info", "title")}} + {{config.get("url", "main")}} + A personal collection of drawings, sketches and more art related stuff. en-us Art Copyright 2021 David Luévano Alvarado david@luevano.xyz (David Luévano Alvarado) david@luevano.xyz (David Luévano Alvarado) - {{config.run_date_rss}} - {{config.run_date_rss}} - pyssg v{{config.version}} + {{config.get("info", "rss_run_date")}} + {{config.get("info", "rss_run_date")}} + pyssg v{{config.get("info", "version")}} https://validator.w3.org/feed/docs/rss2.html 30 - {{config.static_url}}/images/a/default.png - {{config.title}} - {{config.url}} + {{config.get("url", "static")}}{{config.get("url", "default_image")}} + {{config.get("info", "title")}} + {{config.get("url", "main")}} {%for p in all_pages%} diff --git a/art/plt/sitemap.xml b/art/plt/sitemap.xml index 26ee5c1..c364f54 100644 --- a/art/plt/sitemap.xml +++ b/art/plt/sitemap.xml @@ -14,7 +14,7 @@ {%for t in all_tags%} {{t[1]}} - {{config.run_date_sitemap}} + {{config.get("info", "sitemap_run_date")}} daily 0.5 diff --git a/art/plt/tag.html b/art/plt/tag.html index f3d5999..e5f2152 100644 --- a/art/plt/tag.html +++ b/art/plt/tag.html @@ -3,13 +3,13 @@ {%block head_title%}Art filtered by {{tag[0]}}{%endblock head_title%} {%block head_description%}Art filtered by {{tag[0]}}{%endblock head_description%} {%block head_og%} - + - + - + {%endblock head_og%} {%block content%}

Art filtered by {{tag[0]}}

-- cgit v1.2.3-70-g09d2