aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html4
-rw-r--r--pages.sr.ht/installation.md21
2 files changed, 24 insertions, 1 deletions
diff --git a/index.html b/index.html
index fcef16e..72db369 100644
--- a/index.html
+++ b/index.html
@@ -174,7 +174,9 @@ dt {
<strong>pages.sr.ht</strong>: static web hosting
</dt>
<dd>
- <a href="https://srht.site">More information</a>
+ <a href="https://srht.site">User Manual</a>
+ &mdash;
+ <a href="/pages.sr.ht/installation.md">Installation</a>
</dd>
</div>
<div class="col-md-4">
diff --git a/pages.sr.ht/installation.md b/pages.sr.ht/installation.md
new file mode 100644
index 0000000..aecb560
--- /dev/null
+++ b/pages.sr.ht/installation.md
@@ -0,0 +1,21 @@
+---
+title: pages.sr.ht Installation
+---
+
+This document covers the installation steps for pages.sr.ht, a static website
+hosting service.
+
+This documentation is a work-in-progress.
+
+# Installation
+
+pages.sr.ht can be installed through [package
+installation](/installation.md#installing-from-packages).
+
+## Daemons
+
+- `pages.sr.ht` - The web and API service.
+
+## Configuration
+
+See [Configuration](configuration.md).