Skip to content

Commit 9a1d228

Browse files
committed
Added some language about using the Host setting for valid feeds
1 parent af2f289 commit 9a1d228

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Statiq themes go in a `theme` folder alongside your `input` folder. If your site
1616
git submodule add https://github.com/statiqdev/CleanBlog.git theme
1717
```
1818

19-
Alternatively you can clone the theme directly:
19+
Alternatively, you can clone the theme directly:
2020

2121
```shell
2222
git clone https://github.com/statiqdev/CleanBlog.git theme
@@ -159,6 +159,8 @@ These can be set in a settings file (in addition to any of Statiq's [settings](h
159159
- `PostSources`: A globbing pattern where to find blog posts (defaults to `posts/**/*`).
160160
- `PageSources`: A globbing pattern where to find static pages (defaults to `pages/**/*`).
161161

162+
It's also highly recommended to set `Host` and `LinksUseHttps` to match your hosting environment. This ensures that the RSS feeds and other artifacts that rely on absolute hosting information are correctly generated.
163+
162164
### Page
163165

164166
These can be set in front matter, a sidecar file, etc. (in addition to any of Statiq's [settings](https://statiq.dev/guide/configuration/settings) and [web settings](https://statiq.dev/guide/configuration/web-settings)).

0 commit comments

Comments
 (0)