diff options
author | daniel-Jones <daniel@danieljon.es> | 2018-10-15 14:14:37 +1030 |
---|---|---|
committer | daniel-Jones <daniel@danieljon.es> | 2018-10-15 14:14:37 +1030 |
commit | e234e58583ada8a98b23b9116064c345824891cc (patch) | |
tree | d1e19c8d9c59344eb5f589773ca6c86aade27b37 /config.h | |
download | websitegen-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.h | 6 |
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"; |