summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-03-12 16:51:39 +0100
committerAhmed Abdelhalim <[email protected]>2026-03-12 16:51:39 +0100
commit6ba53e6ca96c79827717df0f430a9424e5877d89 (patch)
treeb715c1a409c2cd9863c0047fc08a0d140766804c /README.md
parent6e7394c6d46357190e88b8b172aa7623e751fb1b (diff)
Update readme and AI agent note
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