From d3a4721a7cf55edc9ec8ca9bcacee0ed566038a9 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 4 Mar 2024 06:52:28 +0200 Subject: Fix readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4962260..f249ce4 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,16 @@ - Hugo: `brew install hugo` ## Development : -- Run `hugo serve` +- Run `hugo server -D` ## Build : - Run `hugo` ## Deploy : -- Run `hugo` -- Copy the generated `public` directory to any hosting environment. (`srht.site`) +- Build website using `hugo` +- 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` # Docker ## Prerequisites: -- cgit v1.2.3