From db4b3736d4f45137a733ce5eb1e50aec968ca1d2 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Tue, 13 Dec 2022 00:11:16 -0600 Subject: update pyssg.xyz site files --- pyssg.xyz/plt/base.html | 44 ++++++++++++++++++++++++++++++++++++++++++ pyssg.xyz/plt/body_footer.html | 27 ++++++++++++++++++++++++++ pyssg.xyz/plt/body_header.html | 21 ++++++++++++++++++++ pyssg.xyz/plt/highlightjs.html | 9 +++++++++ pyssg.xyz/plt/root_index.html | 31 +++++++++++++++++++++++++++++ pyssg.xyz/plt/rss.xml | 10 +++++----- 6 files changed, 137 insertions(+), 5 deletions(-) create mode 100644 pyssg.xyz/plt/base.html create mode 100644 pyssg.xyz/plt/body_footer.html create mode 100644 pyssg.xyz/plt/body_header.html create mode 100644 pyssg.xyz/plt/highlightjs.html create mode 100644 pyssg.xyz/plt/root_index.html (limited to 'pyssg.xyz/plt') diff --git a/pyssg.xyz/plt/base.html b/pyssg.xyz/plt/base.html new file mode 100644 index 0000000..8f9fbdc --- /dev/null +++ b/pyssg.xyz/plt/base.html @@ -0,0 +1,44 @@ + + + + + + + + {%block head_title%}{%endblock head_title%} + {%block head_description%}{%endblock head_description%} + {%block head_rss%}{%endblock head_rss%} + + + + + + + + + + + > + {%block head_extra%}{%endblock head_extra%} + + + {%block head_og%}{%endblock head_og%} + + + +
+ {%import "body_header.html" as body_header%} + {{body_header.print(config)}} +
+ +
+ {%block body_content%}{%endblock body_content%} +
+ + + + \ No newline at end of file diff --git a/pyssg.xyz/plt/body_footer.html b/pyssg.xyz/plt/body_footer.html new file mode 100644 index 0000000..1bcf4c6 --- /dev/null +++ b/pyssg.xyz/plt/body_footer.html @@ -0,0 +1,27 @@ +{%macro print(config)%} + + + Contact + + + + + Donate + + + + + RSS + + +
+ + + Created with pyssg + + +
+ + Copyright 2023 David Luévano Alvarado + +{%endmacro%} \ No newline at end of file diff --git a/pyssg.xyz/plt/body_header.html b/pyssg.xyz/plt/body_header.html new file mode 100644 index 0000000..9b38511 --- /dev/null +++ b/pyssg.xyz/plt/body_header.html @@ -0,0 +1,21 @@ +{%macro print(config)%} + + + +{%endmacro%} \ No newline at end of file diff --git a/pyssg.xyz/plt/highlightjs.html b/pyssg.xyz/plt/highlightjs.html new file mode 100644 index 0000000..0a1ded3 --- /dev/null +++ b/pyssg.xyz/plt/highlightjs.html @@ -0,0 +1,9 @@ +{%macro print()%} + + +{%block gdscript_hl%}{%endblock gdscript_hl%} + + +{%endmacro%} \ No newline at end of file diff --git a/pyssg.xyz/plt/root_index.html b/pyssg.xyz/plt/root_index.html new file mode 100644 index 0000000..73cd8a0 --- /dev/null +++ b/pyssg.xyz/plt/root_index.html @@ -0,0 +1,31 @@ +{%extends "base.html"%} +{%block html_lang%}{{config['lang']}}{%endblock html_lang%} +{%block head_title%} +{{config['title']}} +{%endblock head_title%} +{%block head_description%} + +{%endblock head_description%} +{%block head_rss%} + +{%endblock head_rss%} +{%block head_og%} + + + + + + + +{%endblock head_og%} +{%block body_content%} +

{{config['info']['title']}}

+ +

+ Welcome to the official pyssg website. This is as of now serving as a testing ground when I'm making changes to it. +

+ +

+ Get the RSS feed: {{config['url']['main']}}/rss.xml +

+{%endblock body_content%} diff --git a/pyssg.xyz/plt/rss.xml b/pyssg.xyz/plt/rss.xml index 6a3eb00..cc6c8fd 100644 --- a/pyssg.xyz/plt/rss.xml +++ b/pyssg.xyz/plt/rss.xml @@ -6,19 +6,19 @@ {{config['title']}} {{config['url']['main']}} - Short site description. + {{config['description']}} en-us Blog - Copyright 2021 Somebody - some@one.com (Sombody) - some@one.com (Sombody) + Copyright 2023 {{config['author']}} + {{config['author_email']}} ({{config['author']}}) + {{config['author_email']}} ({{config['author']}}) {{config['info']['rss_run_date']}} {{config['info']['rss_run_date']}} pyssg v{{config['info']['version']}} https://validator.w3.org/feed/docs/rss2.html 30 - {{config['url']['static']}}/images/blog.png + {{config['url']['static']}}/{{config['url']['default_image']}} {{config['title']}} {{config['url']['main']}} -- cgit v1.2.3-54-g00ecf