-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathantenna-init.7.html
More file actions
35 lines (35 loc) · 1.25 KB
/
Copy pathantenna-init.7.html
File metadata and controls
35 lines (35 loc) · 1.25 KB
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>harvey</title>
<link rel="stylesheet" href="css/site.css">
</head>
<body>
<a href="#main-content" class="visually-hidden">skip to main content</a>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="index.html">Harvey</a></li>
<li><a href="LICENSE">LICENSE</a></li>
<li><a href="INSTALL.html">INSTALL</a></li>
<li><a href="user_manual.html">User Manual</a></li>
<li><a href="search.html">Search</a></li>
<li><a href="about.html">About</a></li>
<li><a href="https://github.com/rsdoiel/harvey">Code Repository</a></li>
</ul>
</nav>
<main id="main-content">
<p>init — initialize Antenna configuration</p>
<p>SYNOPSIS antenna init</p>
<p>DESCRIPTION Creates the two configuration files antenna needs if they
do not exist:</p>
<pre><code>antenna.yaml main configuration (htdocs path, port, collections list)
page.yaml page generator (link, meta, nav, header, footer, scripts)</code></pre>
<p>Also creates a default pages.md collection and pages.db database.</p>
<p>After running init, run ‘antenna css’ to generate a starter
stylesheet and automatically link it in page.yaml.</p>
<p>EXAMPLE mkdir myblog && cd myblog antenna init antenna
css</p>
</main>
</body>
</html>