summaryrefslogtreecommitdiff
path: root/haunt
Commit message (Expand)AuthorAgeFilesLines
* Mark modules that call 'load' as non-declarative.v0.2.5David Thompson2021-04-153-0/+3
* Revert "html: Add support for comments."David Thompson2021-03-181-2/+0
* html: Add support for comments.David Thompson2021-03-181-0/+2
* 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-185-31/+105
* utils: Remove leading "/" in join-file-name-components.David Thompson2021-03-181-1/+1
* site: Add files ending in "~" to the default file filter.David Thompson2021-03-181-1/+1
* reader: Follow symlinks in read-posts.David Thompson2021-03-181-1/+1
* 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
* site: Add scheme field.David Thompson2019-06-281-2/+7
* reader: html: Add support for multiple top-level elements.Jakob L. Kreuze2019-05-211-2/+11
* reader: skribe: Add additional HTML 5 tags.humanitiesNerd2019-01-051-2/+6
* 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
* post: Add post-ref-all procedure.David Thompson2018-11-181-0/+8
* post: Fix export for register-metadata-parser!David Thompson2018-11-181-1/+1
* serve: Fix 'file-extension' so that the right MIME type is chosen.Ludovic Courtès2017-12-211-10/+4
* html: Stop escaping apostrophes.David Thompson2017-11-011-1/+0
* ui: serve: Fix deprecation warning.Jelle Licht2017-10-311-0/+1
* Don't ignore a specified non-default port in 'haunt serve'.Sudarshan S Chawathe2017-09-031-1/+1
* builder: atom: Provide a full URL for the "self" link.Ludovic Courtès2016-11-011-1/+2
* reader: Add commonmark support.Erik Edrosa2016-08-021-0/+37
* serve: Catch exceptions when rebuilding site.David Thompson2016-04-211-1/+16
* post: Allow posts to set their own slugs.Christopher Allan Webber2016-04-121-5/+7
* 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
* post: Allow dashes in slugs.David Thompson2016-04-021-1/+4
* skribe: utils: Export ol.David Thompson2016-04-021-1/+1
* skribe: Add copyright information for Ludovic Courtès.Christopher Allan Webber2016-02-151-0/+2
* reader: texinfo: Remove unused import.David Thompson2015-11-101-2/+0
* reader: Add texinfo support.David Thompson2015-10-151-0/+44
* post: Add read-metadata-headers procedure.David Thompson2015-10-152-16/+21
* utils: Clean up and add tests.David Thompson2015-10-141-4/+18
* Add support for Skribe document format.David Thompson2015-10-123-0/+211
* utils: Add make-user-module.David Thompson2015-10-121-1/+10
* ui: Add CWD to Guile load path.David Thompson2015-10-121-0/+3
* builder: blog: Export render-post and render-collection.David Thompson2015-10-081-0/+2
* html: Remove 'raw' element type.David Thompson2015-10-022-4/+4
* builder: blog: Export "theme-collection-template".Ricardo Wurmus2015-09-041-1/+1
* ui: serve: Fix auto-rebuilding logic.David Thompson2015-08-081-16/+25
* 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-082-8/+11
* site: Change post-filter to file-filter.David Thompson2015-08-082-24/+25
* builder: blog: Add concept of "collections".David Thompson2015-08-061-15/+19