aboutsummaryrefslogtreecommitdiff
path: root/content/2021-02-08.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/2021-02-08.md')
-rw-r--r--content/2021-02-08.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/content/2021-02-08.md b/content/2021-02-08.md
new file mode 100644
index 0000000..ba4db2d
--- /dev/null
+++ b/content/2021-02-08.md
@@ -0,0 +1,13 @@
+# Automatic RSS
+
+PHPetite ships with a very basic and crude auto-generated RSS feed. When you run the project's build script:
+
+```.bash
+bash build.sh
+```
+
+it not only generates the single HTML blog file, but also creates an `atom.xml` file in the root directory. Simply share this with your followers or link it somewhere on your site itself (eg. `yourdomain.com/atom.xml`).
+
+You can view this site's RSS feed here:
+
+[https://phpetite.org/atom.xml](https://phpetite.org/atom.xml)