summaryrefslogtreecommitdiff
path: root/haunt
Commit message (Expand)AuthorAgeFilesLines
* site: Use issue-deprecation-warning for deprecation notification.David Thompson2022-10-221-2/+6
* Add missing haunt/ui/publish.scm file.David Thompson2022-08-211-0/+69
* Add publishing interface with built-in support for rsync.David Thompson2022-08-214-7/+144
* Factor watch implementations into their own modules.David Thompson2022-07-093-113/+151
* ui: serve: Allow for setting the host explicitly.Christine Lemmer-Webber2022-06-011-3/+26
* ui: Make cli options consistent.Filip Lajszczak2022-02-232-2/+2
* ui: serve: Fix lazy loading of inotify module.David Thompson2022-02-061-9/+13
* Do not compile or load inotify module when inotify is not available.David Thompson2022-02-061-1/+11
* ui: serve: Reload user modules when they change.David Thompson2022-02-051-0/+17
* builder: blog: Add support for collection pagination.David Thompson2022-02-051-19/+104
* Fix Guile < 3.0 compatibility issue.David Thompson2022-01-133-6/+39
* ui: serve: Watch files with inotify on Linux.David Thompson2022-01-131-14/+63
* Add inotify bindings.David Thompson2022-01-131-0/+224
* 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