Commit graph

8 commits

Author SHA1 Message Date
adnano 76145e1f05 config.toml: Remove urls config option 2021-10-02 17:27:29 -04:00
oliverpool 2ef8f77d24 tasks: add tasks.feeds support
Every task can now have a [[tasks.feeds]] entry to generate one or more feeds.
It must have the following arguments:

[[tasks.feeds]]
input_dir = ""
title = "Example feed"
template = "atom.xml"
output = "atom.xml"
2021-09-02 19:25:32 -04:00
adnano 78e5bf51c6 Rename Path fields to Permalink 2021-05-21 17:08:36 -04:00
adnano 26f44d157a Update example site configuration 2021-05-10 15:15:33 -04:00
adnano 61a1380f1c Allow multiple input formats per task 2021-05-10 12:23:29 -04:00
adnano 318241b712 Expose path functions to permalinks 2021-05-10 11:31:32 -04:00
adnano 66ac6015c9 Implement support for permalinks 2021-05-10 11:09:16 -04:00
adnano 3dfdf507dc Add 'kiln new' command 2021-04-20 16:00:39 -04:00