blob: ba4db2d5f19167350785e89c10bc33ae1d478da7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)
|