From 35ff363e779149b6364901a53dd1eefe89ca5ddb Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Thu, 8 Dec 2022 03:18:31 -0600 Subject: refactor code, small bug fixing and changes --- pyssg.xyz/bs | 1 - pyssg.xyz/db.psv | 2 +- pyssg.xyz/live/pyssg.xyz/rss.xml | 9 ++++++++- pyssg.xyz/live/pyssg.xyz/sitemap.xml | 2 +- pyssg.xyz/live/pyssg.xyz/test.html | 9 ++++++++- pyssg.xyz/src/pyssg.xyz/test.md | 11 ++++++++++- 6 files changed, 28 insertions(+), 6 deletions(-) (limited to 'pyssg.xyz') diff --git a/pyssg.xyz/bs b/pyssg.xyz/bs index 1b863dc..1130b71 100755 --- a/pyssg.xyz/bs +++ b/pyssg.xyz/bs @@ -5,6 +5,5 @@ PYSSG_XYZ_DIR=$HOME/pyssg/pyssg.xyz pyssg --config $PYSSG_XYZ_DIR/config.yaml -b --debug -exit 0 echo "rsync: pushing (U) local (pyssg.xyz) to webserver (luevano.xyz). (pyssg.xyz)" rsync -rtuvPL --delete-after --exclude-from=$PYSSG_XYZ_DIR/.rsyncignore $PYSSG_XYZ_DIR/live/ luevanor:/var/www/pyssg.xyz/ \ No newline at end of file diff --git a/pyssg.xyz/db.psv b/pyssg.xyz/db.psv index 3e140d9..c57cde2 100644 --- a/pyssg.xyz/db.psv +++ b/pyssg.xyz/db.psv @@ -1,2 +1,2 @@ -test.md|1670227510.7104242|0.0|00f771e2ad5285488f201809e2b4365e|- +test.md|1670227510.7104242|1670481891.6152065|21ef9b29a3a7b73718b244c9f32ef576|- subdir/test2.md|1670237921.0787709|0.0|309bd695d912634400f1d50b65d51ba3|- diff --git a/pyssg.xyz/live/pyssg.xyz/rss.xml b/pyssg.xyz/live/pyssg.xyz/rss.xml index c6eac30..f55cc2f 100644 --- a/pyssg.xyz/live/pyssg.xyz/rss.xml +++ b/pyssg.xyz/live/pyssg.xyz/rss.xml @@ -36,7 +36,14 @@ https://pyssg.xyz/test.html Mon, 05 Dec 2022 08:05:10 GMT Index page for pyssg.xyz. - This is a small test for the newly added pyssg.xyz.

]]>
+ This is a small test for the newly added pyssg.xyz.

+ +

subheader 1

+

bold

+

italic

]]>
\ No newline at end of file diff --git a/pyssg.xyz/live/pyssg.xyz/sitemap.xml b/pyssg.xyz/live/pyssg.xyz/sitemap.xml index 63949aa..8bc5a06 100644 --- a/pyssg.xyz/live/pyssg.xyz/sitemap.xml +++ b/pyssg.xyz/live/pyssg.xyz/sitemap.xml @@ -10,7 +10,7 @@ https://pyssg.xyz/test.html - 2022-12-05 + 2022-12-08 weekly 1.0 diff --git a/pyssg.xyz/live/pyssg.xyz/test.html b/pyssg.xyz/live/pyssg.xyz/test.html index 0ce6abd..f847273 100644 --- a/pyssg.xyz/live/pyssg.xyz/test.html +++ b/pyssg.xyz/live/pyssg.xyz/test.html @@ -9,9 +9,16 @@

Index

By David Luevano

Created: Mon, Dec 05, 2022 @ 08:05 UTC

-

Modified:

+

Modified: Thu, Dec 08, 2022 @ 06:44 UTC

This is a small test for the newly added pyssg.xyz.

+ +

subheader 1

+

bold

+

italic

Tags:

diff --git a/pyssg.xyz/src/pyssg.xyz/test.md b/pyssg.xyz/src/pyssg.xyz/test.md index 8ff6cea..b95cb6f 100644 --- a/pyssg.xyz/src/pyssg.xyz/test.md +++ b/pyssg.xyz/src/pyssg.xyz/test.md @@ -3,4 +3,13 @@ author: David Luevano lang: en summary: Index page for pyssg.xyz. -This is a small test for the newly added pyssg.xyz. \ No newline at end of file +This is a small test for the newly added pyssg.xyz. + +- item 1 +- item 2 + +## subheader 1 + +**bold** + +*italic* \ No newline at end of file -- cgit v1.2.3-54-g00ecf