aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2023-07-06 10:25:42 -0500
committerMichael Hunteman <michael@huntm.net>2023-07-06 10:25:42 -0500
commit48678950b83bc828ee32cbc1af6724e58f4cd83a (patch)
tree9489ad5bb7a79fdde94fcd0dc4b37e009642e2a2 /README.md
parent11f5f7e14a3b616509ed438a72d72aa63f62a01c (diff)
Add README
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..1ec89e9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+# huntm.net
+
+This site is written using [Hugo][0], a static site generator. The web server is
+hosted by [nginx][1].
+
+[0]: https://gohugo.io
+[1]: https://www.nginx.com
+
+### Getting Started
+
+Install the latest version of Hugo.
+
+```sh
+git clone https://git.huntm.net/huntm.git
+cd huntm
+hugo server
+```