diff options
author | David Thompson <dthompson2@worcester.edu> | 2024-09-24 10:34:36 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2024-09-24 10:34:36 -0400 |
commit | 1f07b6076ae3e35177f481efdc9107b6d4d0611a (patch) | |
tree | 4d7c23c055dd99886aed9fa1ae9ea922c676440c /doc | |
parent | 0a7186155a65da5a95b21520f8d7f8f8e3a9bc12 (diff) |
flat-pages: Set default directory, template, and prefix args.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/haunt.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/haunt.texi b/doc/haunt.texi index 8df937a..acc7257 100644 --- a/doc/haunt.texi +++ b/doc/haunt.texi @@ -884,7 +884,9 @@ in some markup language to full web pages. Flat pages work great for the more informational parts of a website that don't require any fancy programming to generate, like an ``About me'' page. -@deffn {Procedure} flat-pages directory [#:template] [#:prefix] +@deffn {Procedure} flat-pages [directory "pages"] @@ + [#:template ugly-page-template] @@ + [#:prefix "/"] Return a procedure that parses the files in @var{directory} and returns a list of HTML pages, one for each file. The files are parsed |