From 6ba53e6ca96c79827717df0f430a9424e5877d89 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 12 Mar 2026 16:51:39 +0100 Subject: Update readme and AI agent note --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3