From e234e58583ada8a98b23b9116064c345824891cc Mon Sep 17 00:00:00 2001 From: daniel-Jones Date: Mon, 15 Oct 2018 14:14:37 +1030 Subject: first commit, very little here except the start of config.h and the inclusion of replace.c/h --- config.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config.h (limited to 'config.h') 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"; -- cgit v1.2.3