Skip to content

Commit

Permalink
Added some language about using the Host setting for valid feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
daveaglick committed Jun 14, 2023
1 parent af2f289 commit 9a1d228
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Statiq themes go in a `theme` folder alongside your `input` folder. If your site
git submodule add https://github.com/statiqdev/CleanBlog.git theme
```

Alternatively you can clone the theme directly:
Alternatively, you can clone the theme directly:

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

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.

### Page

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)).
Expand Down

0 comments on commit 9a1d228

Please sign in to comment.