Skip to content

Commit 8c3f1a7

Browse files
committed
Readme note about feed
1 parent fce31f0 commit 8c3f1a7

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,20 @@ Post content here.
9595
```
9696

9797
Output goes to `dist/my-post-title/index.html` for clean URLs.
98+
99+
## Atom Feed
100+
101+
An Atom feed is automatically generated at `dist/feed.xml` when `site_url` is configured in `config.yaml`. The feed includes the full HTML content of each post.
102+
103+
Required config:
104+
105+
```yaml
106+
site_url: "https://example.com"
107+
```
108+
109+
Optional config for the feed:
110+
111+
```yaml
112+
site_title: "My Blog"
113+
site_author: "Your Name"
114+
```

0 commit comments

Comments
 (0)