summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index c49a156..8684dcd 100644
--- a/README.md
+++ b/README.md
@@ -4,22 +4,23 @@
### Prerequisites
-- Hugo: `brew install hugo`
+- Mise: `curl https://mise.run | sh`
### Development
-- Run `hugo server -D`
+- Install dependencies: `mise install`
+- Run `hugo server -D` or `mise serve`
### Build
-- Run `hugo`
+- Run `hugo` or `mise build`
### Deploy
-- Build website using `hugo`
+- Build website.
- Copy the generated `public` directory to any hosting environment.
- srht.site: `tar -C public -cvz . > site.tar.gz && hut pages publish -d a14m.srht.site site.tar.gz`
- - cloudflare: `npx wrangler pages deploy public`
+ - cloudflare: `npx wrangler pages deploy public` or `mise deploy`
## Docker