diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2022-12-07 03:31:51 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2022-12-07 03:31:51 -0600 |
commit | 40d23848d816816b3db3e7296e8a28f964b53786 (patch) | |
tree | d3f27d599b4087d91f76fef62b7449f5cf6be2f6 /pyssg.xyz/dst | |
parent | 0b8441c79b047f81526bbb83febc40d7530e35d6 (diff) |
refactor code, fix config checker and new files for pyssg.xyz
Diffstat (limited to 'pyssg.xyz/dst')
-rw-r--r-- | pyssg.xyz/dst/subdir/test2.html | 19 | ||||
-rw-r--r-- | pyssg.xyz/dst/test.html | 19 |
2 files changed, 0 insertions, 38 deletions
diff --git a/pyssg.xyz/dst/subdir/test2.html b/pyssg.xyz/dst/subdir/test2.html deleted file mode 100644 index 1f0082f..0000000 --- a/pyssg.xyz/dst/subdir/test2.html +++ /dev/null @@ -1,19 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="utf-8"> - <base href="https://static.pyssg.xyz"> - <title>Test file in subdir -- pyssg</title> - </head> - <body> - <h1>Test file in subdir</h1> - <p>By David Luevano</p> - <p>Created: Mon, Dec 05, 2022 @ 10:58 UTC</p> - <p>Modified: </p> - - <p>This is a small test for the newly added pyssg.xyz.</p> - - <p>Tags: - </p> - </body> -</html> diff --git a/pyssg.xyz/dst/test.html b/pyssg.xyz/dst/test.html deleted file mode 100644 index 0ce6abd..0000000 --- a/pyssg.xyz/dst/test.html +++ /dev/null @@ -1,19 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="utf-8"> - <base href="https://static.pyssg.xyz"> - <title>Index -- pyssg</title> - </head> - <body> - <h1>Index</h1> - <p>By David Luevano</p> - <p>Created: Mon, Dec 05, 2022 @ 08:05 UTC</p> - <p>Modified: </p> - - <p>This is a small test for the newly added pyssg.xyz.</p> - - <p>Tags: - </p> - </body> -</html> |