summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
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[] = {