diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2019-05-01 23:21:19 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2019-05-01 23:21:19 +0200 |
commit | 04ade4f784565a2c3070e0457d987468d6201b3e (patch) | |
tree | 66c0b2b247cafebfb1216ccdfd7f8538f970e96a /src/blogc-make/settings.c | |
parent | 792ac4ec66dd098109a88065420ef95c1a78624f (diff) | |
download | blogc-04ade4f784565a2c3070e0457d987468d6201b3e.tar.gz blogc-04ade4f784565a2c3070e0457d987468d6201b3e.tar.bz2 blogc-04ade4f784565a2c3070e0457d987468d6201b3e.zip |
Revert "make: support posts autoloading"
It works mostly fine, but if you build a website, delete some files and
try to rebuild, it won't be able to detect the removed files. This may
be reverted when I find a solution for this problem.
This reverts commit 792ac4ec66dd098109a88065420ef95c1a78624f.
Diffstat (limited to 'src/blogc-make/settings.c')
-rw-r--r-- | src/blogc-make/settings.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/blogc-make/settings.c b/src/blogc-make/settings.c index 2f56d9c..be976e3 100644 --- a/src/blogc-make/settings.c +++ b/src/blogc-make/settings.c @@ -28,7 +28,6 @@ static const struct default_settings_map { {"main_template", "main.tmpl"}, {"source_ext", ".txt"}, {"listing_entry", NULL}, - {"posts_autoload", NULL}, {"posts_sort", NULL}, // pagination |