summaryrefslogtreecommitdiff
path: root/haunt/builder
Commit message (Expand)AuthorAgeFilesLines
* builder: blog: Add support for collection pagination.David Thompson2022-02-051-19/+104
* builder: rss: Fix "//" in URI path when there is no blog prefix.David Thompson2021-03-181-2/+5
* builder: blog: Remove (haunt page) import.David Thompson2021-03-181-1/+0
* builder: rss: Migrate to artifacts.David Thompson2021-03-181-17/+22
* rss: Made RSS builder more W3-validation compliantPhilip K2021-03-181-28/+41
* Create a unified type for build artifacts.David Thompson2021-03-182-20/+22
* atom: Change date format from ISO-8601 to RFC-3339.Philip K2019-08-151-2/+2
* atom: Add 'id' attribute to feed and entries.David Thompson2019-06-281-35/+46
* atom: links should use href attribute, not url attribute.Christopher Lemmer Webber2018-11-291-1/+1
* Add RSS support.Christopher Lemmer Webber2018-11-251-0/+107
* atom: Add support for enclosures.David Thompson2018-11-181-2/+102
* builder: atom: Provide a full URL for the "self" link.Ludovic Courtès2016-11-011-1/+2
* builder: Reverse prefix and slash append order in generating post paths.Christopher Allan Webber2016-04-122-2/+2
* builder: atom: Allow atom feeds to correctly set the blog prefix.Christopher Allan Webber2016-04-081-6/+12
* builder: blog: Set default values for 'theme' keywords.Christopher Allan Webber2016-04-021-33/+37
* builder: blog: Export render-post and render-collection.David Thompson2015-10-081-0/+2
* builder: blog: Export "theme-collection-template".Ricardo Wurmus2015-09-041-1/+1
* blog: Export with-layout.David Thompson2015-08-081-0/+1
* asset: Filter out assets that do not pass the site file filter.David Thompson2015-08-081-2/+3
* builder: blog: Add concept of "collections".David Thompson2015-08-061-15/+19
* builder: blog: Export date->string*.David Thompson2015-08-051-0/+2
* site: Add site-wide slug procedure setting.Ricardo Wurmus2015-07-272-7/+10
* builder: Add assets builder.David Thompson2015-07-261-0/+39
* Rename (haunt build html) to (haunt html).David Thompson2015-07-262-2/+2
* html: Remove gratuitous escape codes.David Thompson2015-07-261-0/+1
* builder: blog: Add theme type.David Thompson2015-04-151-28/+73
* builder: Add primitive blog builder.David Thompson2015-04-131-0/+81
* post: Add post-date procedure.David Thompson2015-04-131-1/+1
* builder: Add Atom feed builder.David Thompson2015-04-111-0/+104