From fcab620cc039fd96ea9976ef549448e4aca851de Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Sat, 11 Jan 2020 16:28:28 +1030 Subject: make createfile() take a template argument also begin rss page generation --- config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index 9f40ef3..cca7d3b 100644 --- a/config.h +++ b/config.h @@ -94,6 +94,9 @@ static const char *direct_output_dir = "posts/direct/"; static const int posts_per_page = 10; static const int ignore[] = {}; /* ignore these posts */ +/* rss */ +static const char *rss_output = "posts/posts.rss"; + /* each page to be generated go into this array */ static const struct page pages[] = { /* function flags */ @@ -106,6 +109,7 @@ static const struct page pages[] = { {opinions_everythingpage, NONE}, {portfoliopage, NONE}, {postspage, NONE}, + {rsspage, NONE}, }; #endif -- cgit v1.2.3