1
0
Fork 0
mirror of https://git.sr.ht/~adnano/kiln synced 2024-05-06 00:26:17 +02:00
Commit Graph

12 Commits

Author SHA1 Message Date
Adnan Maolood 509ae0c75a site: Configure permalinks per task 2022-10-01 15:25:13 -04:00
Adnan Maolood de04e0e828 config.toml: Update input_dir 2022-02-09 19:10:50 -05:00
Adnan Maolood 9263b73543 page: Ability to specify build tasks per page
Implements: https://todo.sr.ht/~adnano/kiln/15
2022-02-09 15:52:22 -05:00
Adnan Maolood f87fa392d5 site: Implement support for task URLs
Resolves #23
2021-10-02 19:20:50 -04:00
Adnan Maolood c0fcac882a config.toml: Remove urls config option 2021-10-02 17:27:29 -04:00
oliverpool 66f25b0b3c 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
Adnan Maolood b0b15146f9 Rename Path fields to Permalink 2021-05-21 17:08:36 -04:00
Adnan Maolood 462cbe442a Update example site configuration 2021-05-10 15:15:33 -04:00
Adnan Maolood 4e47940307 Allow multiple input formats per task 2021-05-10 12:23:29 -04:00
Adnan Maolood 28d241980a Expose path functions to permalinks 2021-05-10 11:31:32 -04:00
Adnan Maolood db44d5fcf8 Implement support for permalinks 2021-05-10 11:09:16 -04:00
Adnan Maolood c9004640db Add 'kiln new' command 2021-04-20 16:00:39 -04:00