diff options
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 |
