summaryrefslogtreecommitdiff
path: root/content/services/_index.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/services/_index.md')
-rw-r--r--content/services/_index.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/content/services/_index.md b/content/services/_index.md
new file mode 100644
index 0000000..f303c7a
--- /dev/null
+++ b/content/services/_index.md
@@ -0,0 +1,12 @@
+---
+title: Services
+---
+
+These are all the services I run for public use. I give no guarantee on the
+stability of any of these services, nor the longevity of them.
+
+<ul>
+{{ range .Pages }}
+ <li><a href="{{ .Permalink }}">{{ .Title }}</a></li>
+{{ end }}
+</ul>