M docs/pages/installation.html => docs/pages/installation.html +15 -0
@@ 13,6 13,21 @@
Please let me know on the <a href="https://lists.sr.ht/~javiljoen/yatte">mailing list</a>
if you run into any issues.</p>
+<section><h2>Manual</h2>
+
+<p>The manual page for the <code class="cmd">yatte</code> command-line interface (CLI)
+ can be viewed <a href="manual.html">online</a>.</p>
+
+<p>Once <code>yatte</code> is installed on your system,
+ you can view the same information locally by running <code class="cmd">yatte --help</code>.</p>
+
+<p>If you prefer to view the manual with <code class="cmd">man yatte</code>,
+ download <a href="yatte.1">the <code>man</code>-format file</a>
+ and place it on your <code>$MANPATH</code>,
+ e.g. in <code>~/.local/share/man/man1/</code>.</p>
+
+</section>
+
<section><h2>Tab completion</h2>
<p>To get tab-completion of tasks for the Fish shell,
M docs/pages/manual.html => docs/pages/manual.html +1 -16
@@ 1,20 1,7 @@
-<article>
+<article id="manpage">
<h1>User manual</h1>
-<p>This is the manual page for the <code class="cmd">yatte</code> command-line interface (CLI).</p>
-
-
-<p>If <code>yatte</code> is installed on your system,
- you can view the same information locally by running <code class="cmd">yatte --help</code>.</p>
-
-<p>If you prefer to view the manual with <code class="cmd">man yatte</code>,
- download <a href="yatte.1">the <code>man</code>-format file</a>
- and place it on your <code>$MANPATH</code>,
- e.g. in <code>~/.local/share/man/man1/</code>.</p>
-
-<section id="manpage" class="topborder">
-
<h2>NAME</h2>
<p>yatte – a simple task runner</p>
@@ 86,6 73,4 @@ HELLO Hello hello
<h2>SEE ALSO</h2>
<p><b>invoke</b>(1), <b>make</b>(1)</p>
-</section>
-
</article>
M docs/static/style.css => docs/static/style.css +0 -2
@@ 32,8 32,6 @@ footer { margin-top: 2rem; }
section { margin-top: 3rem; }
-.topborder { border-top: var(--blackish) solid 1px; }
-
h1, h2 {
color: var(--purple);
margin: 1em 0;