diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2022-12-13 20:44:08 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2022-12-13 20:44:08 -0600 |
commit | abc0de079b895af1b705894eb2b63596e3e37274 (patch) | |
tree | c51d24dce55da8d9b227cbac6c2ef64a59d8e9dc /pyssg.xyz/src | |
parent | db4b3736d4f45137a733ce5eb1e50aec968ca1d2 (diff) |
add pyssg.xyz configs and templates
Diffstat (limited to 'pyssg.xyz/src')
-rw-r--r-- | pyssg.xyz/src/pyssg.xyz/404.md | 3 | ||||
-rw-r--r-- | pyssg.xyz/src/pyssg.xyz/index.md | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/pyssg.xyz/src/pyssg.xyz/404.md b/pyssg.xyz/src/pyssg.xyz/404.md new file mode 100644 index 0000000..3509e49 --- /dev/null +++ b/pyssg.xyz/src/pyssg.xyz/404.md @@ -0,0 +1,3 @@ +title: 404 Not found + +The requested URL doesn't exist. Remove any "www." at the beginning of the URL.
\ No newline at end of file diff --git a/pyssg.xyz/src/pyssg.xyz/index.md b/pyssg.xyz/src/pyssg.xyz/index.md index e69de29..31a068c 100644 --- a/pyssg.xyz/src/pyssg.xyz/index.md +++ b/pyssg.xyz/src/pyssg.xyz/index.md @@ -0,0 +1,5 @@ +title: pyssg + +Welcome to the official pyssg website. This is as of now serving as a testing ground when I'm making changes to it. + +Get the RSS feed: [https://pyssg.xyz/rss.xml](https://pyssg.xyz/rss.xml)
\ No newline at end of file |