diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-03-12 16:51:39 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-03-12 16:51:39 +0100 |
| commit | 6ba53e6ca96c79827717df0f430a9424e5877d89 (patch) | |
| tree | b715c1a409c2cd9863c0047fc08a0d140766804c /README.md | |
| parent | 6e7394c6d46357190e88b8b172aa7623e751fb1b (diff) | |
Update readme and AI agent note
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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 |
