summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
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: