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 /man | |
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 'man')
-rw-r--r-- | man/blogcfile.5.ronn | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/man/blogcfile.5.ronn b/man/blogcfile.5.ronn index b63bcf7..fd77e1c 100644 --- a/man/blogcfile.5.ronn +++ b/man/blogcfile.5.ronn @@ -110,12 +110,6 @@ however these rules can be customized with the following settings, from the The prefix of the posts file names. It is used for both content and output directories, and is relative to `content_dir` and the output directory. - * `posts_autoload` (default: `false`): - If true, blogc-make(1) will guess the source files from the posts directory - (`content_dir`/`post_prefix`) and ignore anything listed in `[posts]` section. - This setting automatically enable `posts_sort`, as there's no manually-provided - order of posts to follow. - * `posts_per_page` (default: `10`): Number of posts per page in the pagination pages. If negative, all the posts are included. If `0`, no post listing pages are generated. Also, if negative or @@ -147,9 +141,6 @@ is `foo`. All the posts are relative to the `post_prefix` in the root of the website. -This section can be omitted if using the `posts_autoload` setting, as it will -guess the posts from the directory. - ### Pages listing The `[pages]` section is a listing of the pages that will be included in the |