From 61cbae386b256bb6adb0adaa52cd00585a0820e2 Mon Sep 17 00:00:00 2001 From: nathansmith117 Date: Sun, 30 Mar 2025 21:50:32 -0600 Subject: Made blogging system better --- blog/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 blog/README.md (limited to 'blog/README.md') diff --git a/blog/README.md b/blog/README.md new file mode 100644 index 0000000..f9c06f2 --- /dev/null +++ b/blog/README.md @@ -0,0 +1,4 @@ +# Nathan's shitty blog +I am known for making things more complex than they need to be and this is a good example of that. + +All the articles are in articles/ and articles.xml stores information about each article. feed.xml and index.html are generated from the articles.xml file using the scripts. \ No newline at end of file -- cgit v1.2.3