From f797bb14f7413df2abac6326c6df769004e50aa1 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Mon, 1 May 2023 09:35:25 -0600 Subject: small bugfix, add toc settings, update example site and delete unnecessary static assets --- pyssg.xyz/live/blog/a/second.html | 15 +++++++------- pyssg.xyz/live/blog/first.html | 15 +++++++------- pyssg.xyz/live/blog/index.html | 15 +++++++------- pyssg.xyz/live/blog/rss.xml | 16 +++++++------- pyssg.xyz/live/blog/sitemap.xml | 2 +- pyssg.xyz/live/blog/tag/@english.html | 15 +++++++------- pyssg.xyz/live/blog/tag/@multiple-author.html | 15 +++++++------- pyssg.xyz/live/blog/tag/@short.html | 15 +++++++------- pyssg.xyz/live/blog/tag/@test.html | 15 +++++++------- pyssg.xyz/live/blog/tag/@update.html | 15 +++++++------- pyssg.xyz/live/blog/toc_test.html | 30 +++++++++++++-------------- 11 files changed, 80 insertions(+), 88 deletions(-) (limited to 'pyssg.xyz/live/blog') diff --git a/pyssg.xyz/live/blog/a/second.html b/pyssg.xyz/live/blog/a/second.html index 5e9ccfb..b89acab 100644 --- a/pyssg.xyz/live/blog/a/second.html +++ b/pyssg.xyz/live/blog/a/second.html @@ -3,26 +3,25 @@ " prefix="og: https://ogp.me/ns#"> - - + Second blog post for testing purposes -- pyssg blog - - - + + + - - + + - + diff --git a/pyssg.xyz/live/blog/first.html b/pyssg.xyz/live/blog/first.html index e1a5d5a..e6600b3 100644 --- a/pyssg.xyz/live/blog/first.html +++ b/pyssg.xyz/live/blog/first.html @@ -3,26 +3,25 @@ " prefix="og: https://ogp.me/ns#"> - - + First blog post for testing purposes -- pyssg blog - - - + + + - - + + - + diff --git a/pyssg.xyz/live/blog/index.html b/pyssg.xyz/live/blog/index.html index 597c935..ef7845d 100644 --- a/pyssg.xyz/live/blog/index.html +++ b/pyssg.xyz/live/blog/index.html @@ -3,26 +3,25 @@ " prefix="og: https://ogp.me/ns#"> - - + Index -- pyssg blog - - - + + + - - + + - + diff --git a/pyssg.xyz/live/blog/rss.xml b/pyssg.xyz/live/blog/rss.xml index 9058816..da0a404 100644 --- a/pyssg.xyz/live/blog/rss.xml +++ b/pyssg.xyz/live/blog/rss.xml @@ -18,7 +18,7 @@ https://validator.w3.org/feed/docs/rss2.html 30 - https://static.pyssg.xyz/images/default.png + https://static.luevano.xyz/images/default.png pyssg blog https://blog.pyssg.xyz @@ -32,8 +32,8 @@ Test Update This is just a post used for testing. - This is just a table of content test

-

Table of contents

+ This is just a table of content test. This uses the [TOC] markdown syntax, as described at python-markdown toc.

+

Table of contents

-

Hello

+

Hello

Anyone there?

-

No

+

No

Nobody.

-

Test?

+

Test?

Don’t know how many of these I’ll “test”.

-

Second

-

Test 2?

+

Second

+
Test 2?

Last one

]]>
diff --git a/pyssg.xyz/live/blog/sitemap.xml b/pyssg.xyz/live/blog/sitemap.xml index 62625a0..c494105 100644 --- a/pyssg.xyz/live/blog/sitemap.xml +++ b/pyssg.xyz/live/blog/sitemap.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"> https://blog.pyssg.xyz/toc_test.html - 2023-02-18 + 2023-05-01 weekly 1.0 diff --git a/pyssg.xyz/live/blog/tag/@english.html b/pyssg.xyz/live/blog/tag/@english.html index 1f19225..5305795 100644 --- a/pyssg.xyz/live/blog/tag/@english.html +++ b/pyssg.xyz/live/blog/tag/@english.html @@ -3,26 +3,25 @@ " prefix="og: https://ogp.me/ns#"> - - + Posts filtered by english -- pyssg blog - - - + + + - - + + - + diff --git a/pyssg.xyz/live/blog/tag/@multiple-author.html b/pyssg.xyz/live/blog/tag/@multiple-author.html index 63842aa..6c0ddc2 100644 --- a/pyssg.xyz/live/blog/tag/@multiple-author.html +++ b/pyssg.xyz/live/blog/tag/@multiple-author.html @@ -3,26 +3,25 @@ " prefix="og: https://ogp.me/ns#"> - - + Posts filtered by multiple-author -- pyssg blog - - - + + + - - + + - + diff --git a/pyssg.xyz/live/blog/tag/@short.html b/pyssg.xyz/live/blog/tag/@short.html index 6adc51d..dab2121 100644 --- a/pyssg.xyz/live/blog/tag/@short.html +++ b/pyssg.xyz/live/blog/tag/@short.html @@ -3,26 +3,25 @@ " prefix="og: https://ogp.me/ns#"> - - + Posts filtered by short -- pyssg blog - - - + + + - - + + - + diff --git a/pyssg.xyz/live/blog/tag/@test.html b/pyssg.xyz/live/blog/tag/@test.html index 500035b..2f4cd25 100644 --- a/pyssg.xyz/live/blog/tag/@test.html +++ b/pyssg.xyz/live/blog/tag/@test.html @@ -3,26 +3,25 @@ " prefix="og: https://ogp.me/ns#"> - - + Posts filtered by test -- pyssg blog - - - + + + - - + + - + diff --git a/pyssg.xyz/live/blog/tag/@update.html b/pyssg.xyz/live/blog/tag/@update.html index 5f0c00d..e7f14eb 100644 --- a/pyssg.xyz/live/blog/tag/@update.html +++ b/pyssg.xyz/live/blog/tag/@update.html @@ -3,26 +3,25 @@ " prefix="og: https://ogp.me/ns#"> - - + Posts filtered by update -- pyssg blog - - - + + + - - + + - + diff --git a/pyssg.xyz/live/blog/toc_test.html b/pyssg.xyz/live/blog/toc_test.html index dc99a81..12b3cfa 100644 --- a/pyssg.xyz/live/blog/toc_test.html +++ b/pyssg.xyz/live/blog/toc_test.html @@ -3,26 +3,25 @@ " prefix="og: https://ogp.me/ns#"> - - + Table of contents test -- pyssg blog - - - + + + - - + + - + @@ -61,9 +60,10 @@

By David Luévano

Created: Sat, Feb 18, 2023 @ 21:50 UTC

+

Modified: Mon, May 01, 2023 @ 15:22 UTC

-

This is just a table of content test

-

Table of contents

+

This is just a table of content test. This uses the [TOC] markdown syntax, as described at python-markdown toc.

+

Table of contents

-

Hello

+

Hello

Anyone there?

-

No

+

No

Nobody.

-

Test?

+

Test?

Don’t know how many of these I’ll “test”.

-

Second

-

Test 2?

+

Second

+
Test 2?

Last one

Tags: -- cgit v1.2.3-54-g00ecf