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/config.ini | 2 +- 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 +++--- art/pyssgrc | 10 ---------- art/src/.files | 10 ++-------- 10 files changed, 28 insertions(+), 44 deletions(-) delete mode 100644 art/pyssgrc diff --git a/art/config.ini b/art/config.ini index bfb223d..05d71bd 100644 --- a/art/config.ini +++ b/art/config.ini @@ -12,6 +12,6 @@ date=%%a, %%b %%d, %%Y @ %%H:%%M %%Z list_date=%%b %%d list_sep_date=%%B %%Y [info] -title=Luevano's Art +title=Luévano's Art [other] force=False 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]}}

diff --git a/art/pyssgrc b/art/pyssgrc deleted file mode 100644 index 61d14d7..0000000 --- a/art/pyssgrc +++ /dev/null @@ -1,10 +0,0 @@ -SRC=src -DST=dst -PLT=plt -URL=https://art.luevano.xyz -STATIC_URL=https://static.luevano.xyz -DEFAULT_IMAGE_URL=/images/a/default.png -TITLE=Luévano's Art -DATE_FORMAT=%a, %b %d, %Y @ %H:%M %Z -LIST_DATE_FORMAT=%b %d -LIST_SEP_DATE_FORMAT=%B %Y diff --git a/art/src/.files b/art/src/.files index 975280e..ff6c61e 100644 --- a/art/src/.files +++ b/art/src/.files @@ -1,8 +1,2 @@ -a/test1.md 1622992153.6939147 0.0 digital,drawing,english -a/test3.md 1622992264.1187086 0.0 digital,drawing,spanish -a/test6.md 1622992329.1495857 0.0 digital,drawing,spanish -a/test5.md 1622992310.7793367 0.0 digital,drawing,spanish -a/test2.md 1622992244.2984438 0.0 digital,drawing,spanish -a/test4.md 1622992285.0989902 0.0 digital,drawing,spanish -a/elephant_octopus.md 1623005755.256314 0.0 black-white,digital,drawing,spanish -a/hand_sketches.md 1623426397.9283822 0.0 black-white,digital,sketch,spanish +a/elephant_octopus.md 1623005755.256314 0.0 8302ac3b0dd5854a765af354b1cb8d3f black-white,digital,drawing,spanish +a/hand_sketches.md 1623426397.9283822 0.0 371402a56b208613c1085e5bd956f90f black-white,digital,sketch,spanish -- cgit v1.2.3-54-g00ecf