diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2022-12-14 22:35:33 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2022-12-14 22:35:33 -0600 |
commit | 6ec12d94c1b25883e3588afcadd686d3dc157675 (patch) | |
tree | 220cc76815d14f43ede36c53b5e253dd5a6e83e5 /pyssg.xyz/src | |
parent | 8461a3b8d48bc772ef449e37e5c98ffc254930fe (diff) |
add more files, fixed bugs related to multiple documents in yaml configv0.8.1
Diffstat (limited to 'pyssg.xyz/src')
-rw-r--r-- | pyssg.xyz/src/blog/a/second.md | 14 | ||||
-rw-r--r-- | pyssg.xyz/src/pyssg.xyz/index.md | 4 |
2 files changed, 18 insertions, 0 deletions
diff --git a/pyssg.xyz/src/blog/a/second.md b/pyssg.xyz/src/blog/a/second.md new file mode 100644 index 0000000..1dce357 --- /dev/null +++ b/pyssg.xyz/src/blog/a/second.md @@ -0,0 +1,14 @@ +title: Second blog post for testing purposes +author: David Luévano + Someone Else +lang: en +summary: This is just a post used for testing (the second). +tags: test + english + short + update + multiple-author + +A second "blog entry" for testing purposes which uses multiple authors and is inside a subdirectory. + +Added a modification here after first submission.
\ 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 31a068c..27371cd 100644 --- a/pyssg.xyz/src/pyssg.xyz/index.md +++ b/pyssg.xyz/src/pyssg.xyz/index.md @@ -2,4 +2,8 @@ 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. +## Blog + +You can find the blog (actually just a mock) [here](https://blog.luevano.xyz). + Get the RSS feed: [https://pyssg.xyz/rss.xml](https://pyssg.xyz/rss.xml)
\ No newline at end of file |