diff options
author | Bradley Taunt <bt@btxx.org> | 2024-02-02 13:05:54 -0500 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-02-02 13:05:54 -0500 |
commit | 13cec3d0fc257d0e65c9a1c06bfc71648722a506 (patch) | |
tree | aaf959aa898357abe14c45016a9071ce4d0587c0 /content/2021-02-08.md |
Diffstat (limited to 'content/2021-02-08.md')
-rw-r--r-- | content/2021-02-08.md | 13 |
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) |