summaryrefslogtreecommitdiff
path: root/haunt
Commit message (Expand)AuthorAgeFilesLines
* 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
* ui: Set default locale for all commands.David Thompson2015-07-261-0/+1
* utils: file-name-components: Handle empty string.David Thompson2015-07-261-1/+3
* asset: Add brief documentation.David Thompson2015-07-261-0/+5
* builder: Add assets builder.David Thompson2015-07-261-0/+39
* Rename (haunt build html) to (haunt html).David Thompson2015-07-264-3/+6
* html: Add punctuation to comment.David Thompson2015-07-261-1/+1
* html: Remove gratuitous escape codes.David Thompson2015-07-262-244/+2
* builder: blog: Add theme type.David Thompson2015-04-151-28/+73
* Add static asset support.David Thompson2015-04-133-3/+100
* builder: Add primitive blog builder.David Thompson2015-04-131-0/+81
* post: Add post-date procedure.David Thompson2015-04-132-1/+11