summaryrefslogtreecommitdiff
path: root/haunt
Commit message (Expand)AuthorAgeFilesLines
* html: Fix emission of 'script' and 'style' elements.HEADmasterDaniel Meißner2024-03-021-6/+19
* atom/rss: Allow passing last updated date for reproducibility.Richard Sent2024-01-162-2/+12
* builder: atom: Add scheme to self-link.Denys Nykula2024-01-161-4/+6
* Add flat pages builder.David Thompson2023-12-281-0/+80
* Add redirects builder.David Thompson2023-12-281-0/+57
* Document RSS builder.David Thompson2023-12-281-4/+11
* artifact: Ensure destination file names have a leading '/'.David Thompson2023-12-281-8/+20
* builder: atom: Clarify #:blog-prefix parameter.David Thompson2023-12-281-7/+19
* builder: blog: Add #:post-prefix parameter.David Thompson2023-12-281-10/+22
* post: Add post-slug-v2 procedure.David Thompson2023-12-281-0/+12
* Move file-extension to (haunt utils).David Thompson2023-12-282-5/+7
* reader: Factor out new reader-find and reader-read procedures.David Thompson2023-12-281-5/+16
* builder: blog: Only render pages for posts in collections.David Thompson2023-12-271-5/+18
* Fix minor typo in docstring.Yuval Langer2023-12-191-1/+1
* publisher: Throw an error on non-zero exit status in run-command.David Thompson2023-11-131-1/+4
* builder: atom: Change summary to content.David Thompson2023-11-121-1/+1
* publisher: sourcehut: Correct docstring.Filip Lajszczak2023-11-121-1/+1
* Build all publishers, fallback to $PATH lookups as necessary.David Thompson2023-11-112-9/+5
* publisher: Throw an error if name isn't a symbol.David Thompson2023-11-111-1/+6
* Add Sourcehut publisher.Filip Lajszczak2023-11-112-1/+63
* ui: Add publish to list of subcommands.Filip Lajszczak2023-11-111-1/+1
* post: Add convenience procedures for post author, tags, and title.Filip Lajszczak2023-11-101-2/+18
* Sidestep CORS issues when using local web server.David Thompson2023-09-201-1/+2
* Add application/wasm MIME type.David Thompson2023-09-201-0/+1
* ui: Fix typo in leave function docstring.jgart2023-06-131-1/+1
* post: Add fallback value to post-time.Jelle Licht2023-03-211-1/+1
* Fix copyright year in (haunt ui publish).David Thompson2023-02-271-1/+1
* 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