summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authordaniel-Jones <daniel@danieljon.es>2018-10-15 14:14:37 +1030
committerdaniel-Jones <daniel@danieljon.es>2018-10-15 14:14:37 +1030
commite234e58583ada8a98b23b9116064c345824891cc (patch)
treed1e19c8d9c59344eb5f589773ca6c86aade27b37 /config.h
downloadwebsitegen-e234e58583ada8a98b23b9116064c345824891cc.tar.gz
websitegen-e234e58583ada8a98b23b9116064c345824891cc.zip
first commit, very little here except the start of config.h and the inclusion of replace.c/h
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h b/config.h
new file mode 100644
index 0000000..fa13e11
--- /dev/null
+++ b/config.h
@@ -0,0 +1,6 @@
+
+/* blog */
+const char *blogindir = "content/blog/";
+const char *blogoutdir = "output/blog/";
+const int postsperpage = 10;
+const char *blogtitle = "daniel's blog";