From 40d23848d816816b3db3e7296e8a28f964b53786 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Wed, 7 Dec 2022 03:31:51 -0600 Subject: refactor code, fix config checker and new files for pyssg.xyz --- pyssg.xyz/src/pyssg.xyz/subdir/test2.md | 6 ++++++ pyssg.xyz/src/pyssg.xyz/test.md | 6 ++++++ pyssg.xyz/src/subdir/test2.md | 6 ------ pyssg.xyz/src/test.md | 6 ------ 4 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 pyssg.xyz/src/pyssg.xyz/subdir/test2.md create mode 100644 pyssg.xyz/src/pyssg.xyz/test.md delete mode 100644 pyssg.xyz/src/subdir/test2.md delete mode 100644 pyssg.xyz/src/test.md (limited to 'pyssg.xyz/src') diff --git a/pyssg.xyz/src/pyssg.xyz/subdir/test2.md b/pyssg.xyz/src/pyssg.xyz/subdir/test2.md new file mode 100644 index 0000000..1919587 --- /dev/null +++ b/pyssg.xyz/src/pyssg.xyz/subdir/test2.md @@ -0,0 +1,6 @@ +title: Test file in subdir +author: David Luevano +lang: en +summary: Second file for testing. + +This is a small test for the newly added pyssg.xyz. \ No newline at end of file diff --git a/pyssg.xyz/src/pyssg.xyz/test.md b/pyssg.xyz/src/pyssg.xyz/test.md new file mode 100644 index 0000000..8ff6cea --- /dev/null +++ b/pyssg.xyz/src/pyssg.xyz/test.md @@ -0,0 +1,6 @@ +title: Index +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 diff --git a/pyssg.xyz/src/subdir/test2.md b/pyssg.xyz/src/subdir/test2.md deleted file mode 100644 index 1919587..0000000 --- a/pyssg.xyz/src/subdir/test2.md +++ /dev/null @@ -1,6 +0,0 @@ -title: Test file in subdir -author: David Luevano -lang: en -summary: Second file for testing. - -This is a small test for the newly added pyssg.xyz. \ No newline at end of file diff --git a/pyssg.xyz/src/test.md b/pyssg.xyz/src/test.md deleted file mode 100644 index 8ff6cea..0000000 --- a/pyssg.xyz/src/test.md +++ /dev/null @@ -1,6 +0,0 @@ -title: Index -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 -- cgit v1.2.3-54-g00ecf