summaryrefslogtreecommitdiff
path: root/haunt
Commit message (Expand)AuthorAgeFilesLines
* 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
* builder: blog: Export date->string*.David Thompson2015-08-051-0/+2
* site: Don't crash if there is no posts directory.David Thompson2015-08-051-4/+6
* site: Update default file filter.David Thompson2015-08-051-1/+1
* ui: serve: Add --watch option.David Thompson2015-08-031-3/+49
* site: Add a way to ignore post files that match a pattern.David Thompson2015-08-032-10/+36
* site: Fix procedure name in doc string.Ricardo Wurmus2015-07-281-1/+1
* site: Add site-wide slug procedure setting.Ricardo Wurmus2015-07-273-9/+22
* web-server: Bypass response sanitization for static files.David Thompson2015-07-271-11/+2
* Remove code that was accidentally committed.David Thompson2015-07-271-3/+0
* site: Display unicode arrow when printing asset copy actions.David Thompson2015-07-261-1/+1