Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add more detail to post-slug docs. | David Thompson | 2023-12-28 | 1 | -4/+9 |
| | |||||
* | Add flat pages builder. | David Thompson | 2023-12-28 | 1 | -0/+59 |
| | |||||
* | Add redirects builder. | David Thompson | 2023-12-28 | 1 | -0/+29 |
| | |||||
* | Document RSS builder. | David Thompson | 2023-12-28 | 1 | -0/+36 |
| | |||||
* | builder: atom: Clarify #:blog-prefix parameter. | David Thompson | 2023-12-28 | 1 | -13/+20 |
| | |||||
* | builder: blog: Add #:post-prefix parameter. | David Thompson | 2023-12-28 | 1 | -4/+8 |
| | | | | This allows for posts to be nested deeper than the collections. | ||||
* | post: Add post-slug-v2 procedure. | David Thompson | 2023-12-28 | 1 | -0/+13 |
| | |||||
* | reader: Factor out new reader-find and reader-read procedures. | David Thompson | 2023-12-28 | 1 | -0/+10 |
| | |||||
* | doc: Information about code repository | Filip Lajszczak | 2023-11-16 | 1 | -0/+3 |
| | | | | * doc/haunt.texi (Contributing): Url of git repo added. | ||||
* | doc: More explanations on sourcehut publisher. | Filip Lajszczak | 2023-11-16 | 1 | -3/+9 |
| | | | | * doc/haunt.texi (Sourcehut): hut cli configuration prequisites. | ||||
* | doc: Document artifacts, remove deprecated interface sections. | David Thompson | 2023-11-12 | 1 | -82/+71 |
| | |||||
* | doc: Remove unnecessary "Scheme" qualifier from API docs. | David Thompson | 2023-11-12 | 1 | -64/+64 |
| | |||||
* | doc: Document publishers. | Filip Lajszczak | 2023-11-12 | 1 | -1/+113 |
| | |||||
* | post: Add convenience procedures for post author, tags, and title. | Filip Lajszczak | 2023-11-10 | 1 | -0/+15 |
| | | | | | | | | | | Author, tags and title metadata are commonly used, * haunt/post.scm (post-author, post-tags, post-title): New procedures. * tests/post.scm ("post-author, author metadata", "post-tags, tags metadata", "post-title, title metadata", "post-author, no metadata", "post-tags, no metadata", "post-title, no metadata"): New tests. * doc/haunt.texi (Posts): Docs for new procedures. | ||||
* | Fix documentation for static-directory. | David Thompson | 2023-06-13 | 1 | -3/+2 |
| | |||||
* | doc: Fix cross-reference formatting error in "Posts" section. | David Thompson | 2022-10-21 | 1 | -3/+2 |
| | |||||
* | ui: serve: Allow for setting the host explicitly. | Christine Lemmer-Webber | 2022-06-01 | 1 | -1/+10 |
| | | | | Also update docs accordingly. | ||||
* | doc: Add docs for new blog features. | David Thompson | 2022-02-05 | 1 | -6/+15 |
| | |||||
* | 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 | 1 | -0/+21 |
| | |||||
* | 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 | ||||
* | doc: Fix typo in "Builders" section. | Dan Frumin | 2019-06-28 | 1 | -1/+1 |
| | | | | * doc/haunt.texi: Fix typo. | ||||
* | doc: Fix tarball download link. | Jorge Maldonado Ventura | 2018-04-02 | 1 | -3/+3 |
| | | | | * doc/haunt.texi (Downloading): Fix outdated download link. | ||||
* | doc: Add Readers section and reader subsections. | Erik Edrosa | 2016-12-14 | 1 | -0/+101 |
| | | | | | | | | * doc/haunt.texi ("Readers"): Add menu. ("Reader"): Change Readers to a subsection. ("Texinfo"): Add Textinfo subsection. ("Skribe"): Add Skribe subsection. ("CommonMark"): Add CommonMark subsection. | ||||
* | doc: Add guile-commonmark as optional dependency. | Erik Edrosa | 2016-08-18 | 1 | -0/+3 |
| | | | | | * doc/haunt.text ("Requirements"): Add guile-commonmark. * README ("Requirements"): Add guile-commonmark. | ||||
* | doc: Fix a typo in procedure name. | Vladimir Zhbanov | 2016-06-07 | 1 | -1/+1 |
| | | | | * doc/haunt.texi ("Posts"): s/post-data/post-date/ | ||||
* | doc: Fix procedure name. | Vladimir Zhbanov | 2016-05-20 | 1 | -1/+1 |
| | | | | * doc/haunt.texi: s/matcher/proc/ | ||||
* | doc: Expand API documentation. | David Thompson | 2016-04-23 | 1 | -13/+395 |
| | |||||
* | doc: Start writing API docs. | David Thompson | 2016-04-02 | 1 | -0/+81 |
| | |||||
* | doc: Write command-line interface chapter. | David Thompson | 2016-04-02 | 1 | -0/+95 |
| | |||||
* | doc: Add support for 'install-info'. | Mathieu Lirzin | 2015-12-06 | 1 | -0/+5 |
| | | | | * doc/haunt.texi: Use '@dircategory' and '@direntry'. | ||||
* | Add beginnings of a reference manual. | David Thompson | 2015-10-15 | 2 | -0/+807 |
* Makefile.am (info_TEXINFOS): New variable. * doc/haunt.texi: New file. * doc/fdl-1.3.texi: New file. * guix.scm [native-inputs]: Add texinfo. |