This commit is contained in:
Drew 2019-10-01 15:08:25 +01:00
parent f27049dd47
commit 0a3c17dcd6
1 changed files with 9 additions and 0 deletions

View File

@ -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. `<!--title-->`, `<!--author--> and <!--date--> will be replaced with what you'd expect and `<!--title-nospaces-->` 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).