From 0a3c17dcd6c64e69baf32080a4810b781b9754be Mon Sep 17 00:00:00 2001 From: Drew Date: Tue, 1 Oct 2019 15:08:25 +0100 Subject: [PATCH] config --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e237ee8..6a58cdf 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,15 @@ short_date_format: %Y default_author: Rebecca Black ``` +Settings are: + +| default_author | Unless specified in the blog's markdown file, this will be the author | +| max_posts | How many posts to list in the index.html. Set to `unlimited` to list all posts | +| group_by_date | Whether to insert date-grouping headers in the index listing as in the archive. Set to `true` or `false` | +| date_format | The format to use for dates on blog entires | +| short_date_format | The date format to use when grouping by date | +| listing_format | The format to use in post listings. ``, ` and will be replaced with what you'd expect and `` equates to the generated html file's basename, to be used in links | + Note that setting values should be unquoted. As with the rest, there's an example of this in the [demo blog](https://gitlab.com/uoou/blop_blog).