aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+```