summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* reader: Factor out new reader-find and reader-read procedures.David Thompson2023-12-281-0/+10
|
* doc: Information about code repositoryFilip Lajszczak2023-11-161-0/+3
| | | | * doc/haunt.texi (Contributing): Url of git repo added.
* doc: More explanations on sourcehut publisher.Filip Lajszczak2023-11-161-3/+9
| | | | * doc/haunt.texi (Sourcehut): hut cli configuration prequisites.
* doc: Document artifacts, remove deprecated interface sections.David Thompson2023-11-121-82/+71
|
* doc: Remove unnecessary "Scheme" qualifier from API docs.David Thompson2023-11-121-64/+64
|
* doc: Document publishers.Filip Lajszczak2023-11-121-1/+113
|
* post: Add convenience procedures for post author, tags, and title.Filip Lajszczak2023-11-101-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 Thompson2023-06-131-3/+2
|
* doc: Fix cross-reference formatting error in "Posts" section.David Thompson2022-10-211-3/+2
|
* ui: serve: Allow for setting the host explicitly.Christine Lemmer-Webber2022-06-011-1/+10
| | | | Also update docs accordingly.
* doc: Add docs for new blog features.David Thompson2022-02-051-6/+15
|
* doc: Update copyright year.David Thompson2021-12-131-1/+1
|
* doc: Remove text that shouldn't be in the main menu.David Thompson2021-12-131-12/+0
|
* doc: apply nice css to html docs.Filip Lajszczak2021-12-131-0/+21
|
* doc: adds missing @.Filip Lajszczak2021-12-131-1/+1
|
* doc: Explain how to handle Guile path problems.Filip Lajszczak2021-11-181-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 Lajszczak2021-11-181-0/+2
| | | | doc/haunt.texi (Contributing): where to send bug reports and patches
* doc: Fix typo in "Builders" section.Dan Frumin2019-06-281-1/+1
| | | | * doc/haunt.texi: Fix typo.
* doc: Fix tarball download link.Jorge Maldonado Ventura2018-04-021-3/+3
| | | | * doc/haunt.texi (Downloading): Fix outdated download link.
* doc: Add Readers section and reader subsections.Erik Edrosa2016-12-141-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 Edrosa2016-08-181-0/+3
| | | | | * doc/haunt.text ("Requirements"): Add guile-commonmark. * README ("Requirements"): Add guile-commonmark.
* doc: Fix a typo in procedure name.Vladimir Zhbanov2016-06-071-1/+1
| | | | * doc/haunt.texi ("Posts"): s/post-data/post-date/
* doc: Fix procedure name.Vladimir Zhbanov2016-05-201-1/+1
| | | | * doc/haunt.texi: s/matcher/proc/
* doc: Expand API documentation.David Thompson2016-04-231-13/+395
|
* doc: Start writing API docs.David Thompson2016-04-021-0/+81
|
* doc: Write command-line interface chapter.David Thompson2016-04-021-0/+95
|
* doc: Add support for 'install-info'.Mathieu Lirzin2015-12-061-0/+5
| | | | * doc/haunt.texi: Use '@dircategory' and '@direntry'.
* Add beginnings of a reference manual.David Thompson2015-10-152-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.