From b54688ff019df0c512ec8f18048b2a881bb5b978 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Fri, 30 Aug 2024 10:40:09 +0700 Subject: [PATCH] fix srht --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 241ccca..ca0c11b 100644 --- a/justfile +++ b/justfile @@ -39,8 +39,8 @@ format-html: srht: # https://srht.site/quickstart - # go install git.sr.ht/~emersion/hut@latest + # go install git.sr.ht/~xenrox/hut@latest + # hut init tar -C docs -cvz . > site.tar.gz - # Need to run hut init first hut pages publish -d youngyoshie.srht.site site.tar.gz rm -rf site.tar.gz