Commit graph

17 commits

Author SHA1 Message Date
Adnan Maolood 90aa756156 templates/_default/atom.xml: Add required links
Entries must contain a alternate link if there is no content element.
2022-09-24 11:09:04 -04:00
Adnan Maolood f737d4b009 templates/_default/index.gmi: Minor formatting nit 2022-02-09 19:07:03 -05:00
Adnan Maolood 7b8dd422bc templates/_default/atom.xml: Fix feed URL 2022-02-09 13:31:59 -05:00
Adnan Maolood f87fa392d5 site: Implement support for task URLs
Resolves #23
2021-10-02 19:20:50 -04:00
Adnan Maolood 56f0d2dd8a atom.xml: Remove unused variable 2021-10-02 17:01:43 -04:00
Adnan Maolood 6eb5e45afa site: Remove support for site URLs 2021-10-02 16:59:36 -04:00
Adnan Maolood 686f6a78d6 site: Add Generated variable
This also removes the need for the feed Updated variable.
2021-10-02 16:25:05 -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 01815ec49d Move templates to templates/_default 2021-05-10 15:03:02 -04:00
Adnan Maolood 492a15cfb6 Update default atom.xml template 2021-05-10 01:08:39 -04:00
Adnan Maolood 793116c853 Write default templates when creating a new site 2021-04-21 14:03:43 -04:00
Adnan Maolood d91de5881c Fix unclosed tags in Atom template 2020-11-27 19:06:38 -05:00
Adnan Maolood 7760b5529e Allow specifying multiple site URLs 2020-11-27 18:24:31 -05:00
Adnan Maolood 134f38bb58 Remove directory links from default index template 2020-11-25 10:12:39 -05:00
Adnan Maolood 92463aff4f Remove site title from default page template 2020-11-24 20:09:55 -05:00
Adnan Maolood 121b91990a Add default templates 2020-11-24 20:08:31 -05:00