From 9a1d228c5a05dff89094beb249887aabc6d24eb4 Mon Sep 17 00:00:00 2001 From: Dave Glick Date: Wed, 14 Jun 2023 13:32:27 -0400 Subject: [PATCH] Added some language about using the Host setting for valid feeds --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 68a7ac3..2b3958b 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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)).