diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2017-04-28 00:26:32 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2017-04-28 00:29:21 +0200 |
commit | f3b6c03f21e45edd2220cb6fc996fe4b5fa11bb8 (patch) | |
tree | 4561ae8996aa56ef9377974c1faec93a0f344e3c /src/blogc-make/settings.c | |
parent | 434afc5ac1ccf97394c38eaa3b4f5de176fbdce0 (diff) | |
download | blogc-f3b6c03f21e45edd2220cb6fc996fe4b5fa11bb8.tar.gz blogc-f3b6c03f21e45edd2220cb6fc996fe4b5fa11bb8.tar.bz2 blogc-f3b6c03f21e45edd2220cb6fc996fe4b5fa11bb8.zip |
make: settings: do not read output_dir from blogcfile
now it is only possible to override output directory using environment
variable. this commit also reduces the number trie lookups.
Diffstat (limited to 'src/blogc-make/settings.c')
-rw-r--r-- | src/blogc-make/settings.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/blogc-make/settings.c b/src/blogc-make/settings.c index 3552223..c80feaa 100644 --- a/src/blogc-make/settings.c +++ b/src/blogc-make/settings.c @@ -27,9 +27,6 @@ static const struct default_settings_map { {"main_template", "main.tmpl"}, {"source_ext", ".txt"}, - // output - {"output_dir", "_build"}, - // pagination {"pagination_prefix", "page"}, {"posts_per_page", "10"}, |