Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add to TODO list. | David Thompson | 2023-09-20 | 1 | -0/+18 |
| | |||||
* | Add application/wasm MIME type. | David Thompson | 2023-09-20 | 1 | -0/+1 |
| | |||||
* | ui: Fix typo in leave function docstring. | jgart | 2023-06-13 | 1 | -1/+1 |
| | | | | * haunt/ui.scm: Fix typo. | ||||
* | Fix documentation for static-directory. | David Thompson | 2023-06-13 | 1 | -3/+2 |
| | |||||
* | Add to-do items. | David Thompson | 2023-06-13 | 1 | -1/+15 |
| | |||||
* | post: Add fallback value to post-time. | Jelle Licht | 2023-03-21 | 1 | -1/+1 |
| | | | | | * haunt/post.scm (post-time): Implement in terms of post-date, which has a fallback value. | ||||
* | Bump version to 0.3.0. | David Thompson | 2023-03-21 | 1 | -1/+1 |
| | |||||
* | Fix copyright year in (haunt ui publish). | David Thompson | 2023-02-27 | 1 | -1/+1 |
| | |||||
* | Add TODO.org. | David Thompson | 2022-12-06 | 1 | -0/+46 |
| | |||||
* | Add .dir-locals.el file. | David Thompson | 2022-12-06 | 1 | -0/+1 |
| | |||||
* | site: Use issue-deprecation-warning for deprecation notification. | David Thompson | 2022-10-22 | 1 | -2/+6 |
| | |||||
* | doc: Fix cross-reference formatting error in "Posts" section. | David Thompson | 2022-10-21 | 1 | -3/+2 |
| | |||||
* | guix: Replace 'guix environment' reference with 'guix shell'. | David Thompson | 2022-09-02 | 1 | -1/+1 |
| | |||||
* | guix: Use simpler method for local git checkout. | David Thompson | 2022-08-31 | 1 | -7/+2 |
| | |||||
* | guix: Use current directory source when building. | David Thompson | 2022-08-31 | 1 | -9/+7 |
| | |||||
* | guix: Use new style input specification. | David Thompson | 2022-08-31 | 1 | -10/+3 |
| | |||||
* | Add missing haunt/ui/publish.scm file. | David Thompson | 2022-08-21 | 1 | -0/+69 |
| | | | | Oops! | ||||
* | Add publishing interface with built-in support for rsync. | David Thompson | 2022-08-21 | 7 | -9/+159 |
| | |||||
* | Factor watch implementations into their own modules. | David Thompson | 2022-07-09 | 4 | -114/+155 |
| | | | | | | This should also hopefully resolve some issues that Christine Lemmer-Webber reported with the old code when resolving all of those inotify bindings at runtime. | ||||
* | Automatically add Haunt's modules to Guile's load path at startup. | David Thompson | 2022-07-07 | 4 | -0/+22 |
| | | | | | | | | | | | This fixes a longstanding usability issue where people would install Haunt to /usr/local and then wonder why Haunt doesn't work, which was because Guile's default load path is /usr and thus could not find the newly installed modules in /usr/local. I received several emails about this over the years and didn't know to deal with it. Many thanks to Daniel Meißner for pointing out that Guix had already found a solution to this problem because of course Guix would have this problem solved! Ludovic is an autotools wizard. | ||||
* | ui: serve: Allow for setting the host explicitly. | Christine Lemmer-Webber | 2022-06-01 | 2 | -4/+36 |
| | | | | Also update docs accordingly. | ||||
* | ui: Make cli options consistent. | Filip Lajszczak | 2022-02-23 | 2 | -2/+2 |
| | | | | | | | * haunt/ui.scm: Option to display version with single character flag was missing for the root command... * haunt/ui/build.scm: ...and was present but undocummented for the build command. | ||||
* | ui: serve: Fix lazy loading of inotify module. | David Thompson | 2022-02-06 | 1 | -9/+13 |
| | |||||
* | configure: Fix HAVE_INOTIFY conditional. | David Thompson | 2022-02-06 | 1 | -2/+1 |
| | |||||
* | Do not compile or load inotify module when inotify is not available. | David Thompson | 2022-02-06 | 3 | -2/+20 |
| | |||||
* | doc: Add docs for new blog features. | David Thompson | 2022-02-05 | 1 | -6/+15 |
| | |||||
* | ui: serve: Reload user modules when they change. | David Thompson | 2022-02-05 | 1 | -0/+17 |
| | |||||
* | builder: blog: Add support for collection pagination. | David Thompson | 2022-02-05 | 1 | -19/+104 |
| | |||||
* | Fix test suite.v0.2.6 | David Thompson | 2022-01-26 | 4 | -98/+117 |
| | |||||
* | Bump version to 0.2.6. | David Thompson | 2022-01-25 | 1 | -1/+1 |
| | |||||
* | Fix Guile < 3.0 compatibility issue. | David Thompson | 2022-01-13 | 3 | -6/+39 |
| | |||||
* | ui: serve: Watch files with inotify on Linux. | David Thompson | 2022-01-13 | 1 | -14/+63 |
| | |||||
* | Add inotify bindings. | David Thompson | 2022-01-13 | 2 | -0/+225 |
| | |||||
* | doc: Update copyright year. | David Thompson | 2021-12-13 | 1 | -1/+1 |
| | |||||
* | doc: Remove text that shouldn't be in the main menu. | David Thompson | 2021-12-13 | 1 | -12/+0 |
| | |||||
* | doc: apply nice css to html docs. | Filip Lajszczak | 2021-12-13 | 2 | -0/+26 |
| | |||||
* | doc: adds missing @. | Filip Lajszczak | 2021-12-13 | 1 | -1/+1 |
| | |||||
* | doc: Explain how to handle Guile path problems. | Filip Lajszczak | 2021-11-18 | 1 | -0/+20 |
| | | | | | | * doc/haunt.texi (Installation): Explains how to handle GUILE_LOAD_PATH and GUILE_LOAD_COMPILED_PATH problems (almost exact copy of Erik Edrosa's guile-commonmark installation instructions). | ||||
* | doc: Mention where to send patches. | Filip Lajszczak | 2021-11-18 | 1 | -0/+2 |
| | | | | doc/haunt.texi (Contributing): where to send bug reports and patches | ||||
* | make: Add missing flag when generating GPG release signature. | David Thompson | 2021-04-29 | 1 | -1/+1 |
| | |||||
* | Mark modules that call 'load' as non-declarative.v0.2.5 | David Thompson | 2021-04-15 | 3 | -0/+3 |
| | |||||
* | make: Update publish task to use new username. | David Thompson | 2021-04-15 | 1 | -1/+1 |
| | |||||
* | tests: Fix utils test. | David Thompson | 2021-04-15 | 1 | -1/+1 |
| | |||||
* | Bump version to 0.2.5. | David Thompson | 2021-04-15 | 1 | -1/+1 |
| | |||||
* | Revert "html: Add support for comments." | David Thompson | 2021-03-18 | 1 | -2/+0 |
| | | | | | | | This reverts commit 93334118aa3e156a0c47e76014fabc36b0752ebc. You cannot just put an unsanitized string in a comment, because there certain strings that cannot appear in a comment. | ||||
* | html: Add support for comments. | David Thompson | 2021-03-18 | 1 | -0/+2 |
| | | | | Thanks to Riku Viitanen for the patch. | ||||
* | builder: rss: Fix "//" in URI path when there is no blog prefix. | David Thompson | 2021-03-18 | 1 | -2/+5 |
| | |||||
* | example: Add RSS feed. | David Thompson | 2021-03-18 | 1 | -0/+2 |
| | |||||
* | builder: blog: Remove (haunt page) import. | David Thompson | 2021-03-18 | 1 | -1/+0 |
| | |||||
* | builder: rss: Migrate to artifacts. | David Thompson | 2021-03-18 | 1 | -17/+22 |
| |