aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnthony Wang2024-12-11 20:08:08 -0500
committerAnthony Wang2024-12-11 20:08:08 -0500
commit4df556361db729da3f0f5f0cd5f1a11b8f32434a (patch)
treeb494735433e67c316dd35c610abc147a7372046b /README.md
parentf1f0fae573170fbc051ceaed881bb8a1e3cf4fb4 (diff)
Build to tmp then replace live site, add build instructions to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index 97b8b43..6f6d724 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,11 @@
# website
-Some random website
+
+It's my website's source code. Yay.
+
+## How to build
+
+You'll need Hugo and preferably a COW filesystem such as btrfs.
+```sh
+cp -r static public
+hugo
+```