diff options
Diffstat (limited to 'pyssg.xyz')
-rwxr-xr-x | pyssg.xyz/bs | 1 | ||||
-rw-r--r-- | pyssg.xyz/db.psv | 2 | ||||
-rw-r--r-- | pyssg.xyz/live/pyssg.xyz/rss.xml | 9 | ||||
-rw-r--r-- | pyssg.xyz/live/pyssg.xyz/sitemap.xml | 2 | ||||
-rw-r--r-- | pyssg.xyz/live/pyssg.xyz/test.html | 9 | ||||
-rw-r--r-- | pyssg.xyz/src/pyssg.xyz/test.md | 11 |
6 files changed, 28 insertions, 6 deletions
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 @@ <guid isPermaLink="true">https://pyssg.xyz/test.html</guid> <pubDate>Mon, 05 Dec 2022 08:05:10 GMT</pubDate> <description>Index page for pyssg.xyz.</description> - <content:encoded><![CDATA[<p>This is a small test for the newly added pyssg.xyz.</p>]]></content:encoded> + <content:encoded><![CDATA[<p>This is a small test for the newly added pyssg.xyz.</p> +<ul> +<li>item 1</li> +<li>item 2</li> +</ul> +<h2 id="subheader-1">subheader 1</h2> +<p><strong>bold</strong></p> +<p><em>italic</em></p>]]></content:encoded> </item> </channel> </rss>
\ 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 @@ </url> <url> <loc>https://pyssg.xyz/test.html</loc> - <lastmod>2022-12-05</lastmod> + <lastmod>2022-12-08</lastmod> <changefreq>weekly</changefreq> <priority>1.0</priority> </url> 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 @@ <h1>Index</h1> <p>By David Luevano</p> <p>Created: Mon, Dec 05, 2022 @ 08:05 UTC</p> - <p>Modified: </p> + <p>Modified: Thu, Dec 08, 2022 @ 06:44 UTC</p> <p>This is a small test for the newly added pyssg.xyz.</p> +<ul> +<li>item 1</li> +<li>item 2</li> +</ul> +<h2 id="subheader-1">subheader 1</h2> +<p><strong>bold</strong></p> +<p><em>italic</em></p> <p>Tags: </p> 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 |