summaryrefslogtreecommitdiff
path: root/manuals/haunt/index.html
blob: 679d20c649fd5486e96198b73bed9ef90aea917d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Copyright (C) 2015-2021 David Thompson


Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with no
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.  A
copy of the license is included in the section entitled "GNU Free
Documentation License". -->
<!-- Created by GNU Texinfo 6.7, http://www.gnu.org/software/texinfo/ -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Top (Haunt Reference Manual)</title>

<meta name="description" content="Top (Haunt Reference Manual)">
<meta name="keywords" content="Top (Haunt Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<link href="#Top" rel="start" title="Top">
<link href="Concept-Index.html" rel="index" title="Concept Index">
<link href="#SEC_Contents" rel="contents" title="Table of Contents">
<link href="Introduction.html" rel="next" title="Introduction">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
kbd {font-style: oblique}
pre.display {font-family: inherit}
pre.format {font-family: inherit}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
span.nolinebreak {white-space: nowrap}
span.roman {font-family: initial; font-weight: normal}
span.sansserif {font-family: sans-serif; font-weight: normal}
ul.no-bullet {list-style: none}
@media (min-width: 1140px) {
    body {
        margin-left: 14rem;
        margin-right: 4rem;
        max-width: 52rem;
    }
}

@media (min-width: 800px) and (max-width: 1140px) {
    body {
        margin-left: 6rem;
        margin-right: 4rem;
        max-width: 52rem;
    }
}

@media (max-width: 800px) {
    body {
        margin: 1rem;
    }
}

-->
</style>
<link rel="stylesheet" type="text/css" href="https://dthompson.us/css/dthompson.css">


</head>

<body lang="en">
<h1 class="settitle" align="center">Haunt Reference Manual</h1>





<span id="SEC_Contents"></span>
<h2 class="contents-heading">Table of Contents</h2>

<div class="contents">

<ul class="no-bullet">
  <li><a id="toc-Introduction-1" href="Introduction.html#Introduction">1 Introduction</a></li>
  <li><a id="toc-Installation-1" href="Installation.html#Installation">2 Installation</a>
  <ul class="no-bullet">
    <li><a id="toc-Downloading-1" href="Downloading.html#Downloading">2.1 Downloading</a></li>
    <li><a id="toc-Requirements-1" href="Requirements.html#Requirements">2.2 Requirements</a></li>
    <li><a id="toc-Building-1" href="Building.html#Building">2.3 Building</a></li>
  </ul></li>
  <li><a id="toc-Tutorial-1" href="Tutorial.html#Tutorial">3 Tutorial</a></li>
  <li><a id="toc-Command_002dline-Interface-1" href="Command_002dline-Interface.html#Command_002dline-Interface">4 Command-line Interface</a>
  <ul class="no-bullet">
    <li><a id="toc-Invoking-haunt-build-1" href="Invoking-haunt-build.html#Invoking-haunt-build">4.1 Invoking <code>haunt build</code></a></li>
    <li><a id="toc-Invoking-haunt-serve-1" href="Invoking-haunt-serve.html#Invoking-haunt-serve">4.2 Invoking <code>haunt serve</code></a></li>
  </ul></li>
  <li><a id="toc-Programming-Interface-1" href="Programming-Interface.html#Programming-Interface">5 Programming Interface</a>
  <ul class="no-bullet">
    <li><a id="toc-Sites-1" href="Sites.html#Sites">5.1 Sites</a></li>
    <li><a id="toc-Posts-1" href="Posts.html#Posts">5.2 Posts</a></li>
    <li><a id="toc-Readers-1" href="Readers.html#Readers">5.3 Readers</a>
    <ul class="no-bullet">
      <li><a id="toc-Reader-1" href="Reader.html#Reader">5.3.1 Reader</a></li>
      <li><a id="toc-Texinfo-1" href="Texinfo.html#Texinfo">5.3.2 Texinfo</a></li>
      <li><a id="toc-Skribe-1" href="Skribe.html#Skribe">5.3.3 Skribe</a></li>
      <li><a id="toc-CommonMark-1" href="CommonMark.html#CommonMark">5.3.4 CommonMark</a></li>
    </ul></li>
    <li><a id="toc-Pages-1" href="Pages.html#Pages">5.4 Pages</a></li>
    <li><a id="toc-Assets-1" href="Assets.html#Assets">5.5 Assets</a></li>
    <li><a id="toc-Builders-1" href="Builders.html#Builders">5.6 Builders</a>
    <ul class="no-bullet">
      <li><a id="toc-Static-Assets-1" href="Static-Assets.html#Static-Assets">5.6.1 Static Assets</a></li>
      <li><a id="toc-Blog-1" href="Blog.html#Blog">5.6.2 Blog</a></li>
      <li><a id="toc-Atom-1" href="Atom.html#Atom">5.6.3 Atom</a></li>
    </ul></li>
  </ul></li>
  <li><a id="toc-Contributing-1" href="Contributing.html#Contributing">6 Contributing</a></li>
  <li><a id="toc-GNU-Free-Documentation-License-1" href="GNU-Free-Documentation-License.html#GNU-Free-Documentation-License">Appendix A GNU Free Documentation License</a></li>
  <li><a id="toc-Concept-Index-1" href="Concept-Index.html#Concept-Index" rel="index">Concept Index</a></li>
  <li><a id="toc-Programming-Index-1" href="Programming-Index.html#Programming-Index" rel="index">Programming Index</a></li>
</ul>
</div>


<span id="Top"></span><div class="header">
<p>
Next: <a href="Introduction.html" accesskey="n" rel="next">Introduction</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html" title="Index" rel="index">Index</a>]</p>
</div>
<hr>
<span id="Haunt"></span><h1 class="top">Haunt</h1>

<p>This document describes Haunt version 0.2.6, an extensible,
functional static site generator.
</p>
<table class="menu" border="0" cellspacing="0">
<tr><td align="left" valign="top">&bull; <a href="Introduction.html" accesskey="1">Introduction</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">About Haunt.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="Installation.html" accesskey="2">Installation</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Installing Haunt.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="Tutorial.html" accesskey="3">Tutorial</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">How to get started quickly.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="Command_002dline-Interface.html" accesskey="4">Command-line Interface</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Using Haunt from the command-line.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="Programming-Interface.html" accesskey="5">Programming Interface</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Using the Haunt API in Scheme.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="Contributing.html" accesskey="6">Contributing</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">How to contribute to Haunt.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="GNU-Free-Documentation-License.html" accesskey="7">GNU Free Documentation License</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">The license of this manual.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="Concept-Index.html" rel="index" accesskey="8">Concept Index</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Concepts.
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="Programming-Index.html" rel="index" accesskey="9">Programming Index</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Data types, procedures, syntax, and variables.
</td></tr>
</table>

<hr>
<div class="header">
<p>
Next: <a href="Introduction.html" accesskey="n" rel="next">Introduction</a> &nbsp; [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html" title="Index" rel="index">Index</a>]</p>
</div>



</body>
</html>