summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorDaniel Jones <admin@danieljon.es>2020-01-02 12:15:07 +1030
committerDaniel Jones <admin@danieljon.es>2020-01-02 12:15:07 +1030
commit237fdfd41af9c0e02652663e5e2fdc5608586ee8 (patch)
tree81d131997706499c0d43d4bbf147eb7ab835e045 /config.h
parentddebb616f923bc8abd9e1176b0cfdf7d8cab78d7 (diff)
downloadwebsitegenerator-237fdfd41af9c0e02652663e5e2fdc5608586ee8.tar.gz
websitegenerator-237fdfd41af9c0e02652663e5e2fdc5608586ee8.zip
direct post pages generate now
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 326e7bb..9f40ef3 100644
--- a/config.h
+++ b/config.h
@@ -90,6 +90,7 @@ static const char *posts_title = "Daniel's posts";
static const char *posts_info = "<h1>Posts</h1>My posts about programming and things.<br>Date format is day/month/year because I'm sane.<br><br>";
static const char *posts_content = "content/blog/";
static const char *posts_output_dir = "posts/";
+static const char *direct_output_dir = "posts/direct/";
static const int posts_per_page = 10;
static const int ignore[] = {}; /* ignore these posts */