summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorDaniel Jones <admin@danieljon.es>2020-01-19 02:08:47 +1030
committerDaniel Jones <admin@danieljon.es>2020-01-19 02:08:47 +1030
commit81633c97a89de0f044c1cfdf97f945e21ca17ca7 (patch)
treeb76df5c2aac7392b7c4f6ed8876ac4b94ebcb2be /config.h
parent4457695aeb0c03b7c3f18fa1527b8e83b2823ea0 (diff)
downloadwebsitegenerator-81633c97a89de0f044c1cfdf97f945e21ca17ca7.tar.gz
websitegenerator-81633c97a89de0f044c1cfdf97f945e21ca17ca7.zip
rss feed: first image in each post shown in CDATA tag
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index 1b13b12..4e7cc5c 100644
--- a/config.h
+++ b/config.h
@@ -100,6 +100,8 @@ static const int ignore[] = {}; /* ignore these posts */
static const char *rss_output = "posts/posts.rss";
static const char *rss_template = "rss.txt";
static const int post_count = 10;
+static const char *base_url = "https://danieljon.es/posts/";
+static const char *author_string = "daniel@danieljon.es";
/* each page to be generated go into this array */
static const struct page pages[] = {