summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-07builder: rss: Refactor using site-url.wip-slug-to-file-nameDavid Thompson
2022-07-07builder: atom: Refactor using site-url.David Thompson
2022-07-07site: Add site-url procedure.David Thompson
2022-07-07builder: rss: Add slug->file-name keyword argument.David Thompson
2022-07-07builder: atom: Add slug->file-name keyword argument.David Thompson
2022-07-07builder: blog: Add new #:slug->file-name keyword.David Thompson
2022-07-07Add make targets for building and serving example site.David Thompson
2022-07-07Automatically add Haunt's modules to Guile's load path at startup.David Thompson
2022-06-01ui: serve: Allow for setting the host explicitly.Christine Lemmer-Webber
2022-02-23ui: Make cli options consistent.Filip Lajszczak
2022-02-06ui: serve: Fix lazy loading of inotify module.David Thompson
2022-02-06configure: Fix HAVE_INOTIFY conditional.David Thompson
2022-02-06Do not compile or load inotify module when inotify is not available.David Thompson
2022-02-05doc: Add docs for new blog features.David Thompson
2022-02-05ui: serve: Reload user modules when they change.David Thompson
2022-02-05builder: blog: Add support for collection pagination.David Thompson
2022-01-26Fix test suite.v0.2.6David Thompson
2022-01-25Bump version to 0.2.6.David Thompson
2022-01-13Fix Guile < 3.0 compatibility issue.David Thompson
2022-01-13ui: serve: Watch files with inotify on Linux.David Thompson
2022-01-13Add inotify bindings.David Thompson
2021-12-13doc: Update copyright year.David Thompson
2021-12-13doc: Remove text that shouldn't be in the main menu.David Thompson
2021-12-13doc: apply nice css to html docs.Filip Lajszczak
2021-12-13doc: adds missing @.Filip Lajszczak
2021-11-18doc: Explain how to handle Guile path problems.Filip Lajszczak
2021-11-18doc: Mention where to send patches.Filip Lajszczak
2021-04-29make: Add missing flag when generating GPG release signature.David Thompson
2021-04-15Mark modules that call 'load' as non-declarative.v0.2.5David Thompson
2021-04-15make: Update publish task to use new username.David Thompson
2021-04-15tests: Fix utils test.David Thompson
2021-04-15Bump version to 0.2.5.David Thompson
2021-03-18Revert "html: Add support for comments."David Thompson
2021-03-18html: Add support for comments.David Thompson
2021-03-18builder: rss: Fix "//" in URI path when there is no blog prefix.David Thompson
2021-03-18example: Add RSS feed.David Thompson
2021-03-18builder: blog: Remove (haunt page) import.David Thompson
2021-03-18builder: rss: Migrate to artifacts.David Thompson
2021-03-18rss: Made RSS builder more W3-validation compliantPhilip K
2021-03-18Create a unified type for build artifacts.David Thompson
2021-03-18utils: Remove leading "/" in join-file-name-components.David Thompson
2021-03-18site: Add files ending in "~" to the default file filter.David Thompson
2021-03-18guix: Update to Guile 3.David Thompson
2021-03-18reader: Follow symlinks in read-posts.David Thompson
2019-08-15atom: Change date format from ISO-8601 to RFC-3339.Philip K
2019-06-28guix: Update module includes to work with newer versions of Guix.Dan Frumin
2019-06-28doc: Fix typo in "Builders" section.Dan Frumin
2019-06-28atom: Add 'id' attribute to feed and entries.David Thompson
2019-06-28site: Add scheme field.David Thompson
2019-05-21configure: Accept Guile 3.0.David Thompson