diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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[] = { |