commit fb66a898fe2290be7b7e5b90326f3fa7b7de60b6 parent 393e631c8b2f595236092dec299ced6a4f0bb84b Author: zakaria <e-zk@users.noreply.github.com> Date: Sun, 8 Aug 2021 20:43:42 +1000 Add rss-related .env variables Diffstat:
M | .env.template | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/.env.template b/.env.template @@ -21,3 +21,15 @@ post_dir="posts" # exclude_files: space separated list of files to not convert to html exclude_files="./README.md" + +# rss_root: baseurl for rss +rss_root="https://example.com/" + +# rss_link: main <link> for rss feed +rss_link="https://example.com/blog/" + +# rss_title: title of the rss feed +rss_title="example title" + +# rss_description: description for rss feed +rss_description=""