rj1.su - my website
git clone https://github.com/rj1/rj1.su
commit c3558b53971a84520d4bc5c8fcbd11d74c11ca82 parent 1d51d82c260acff4f063bf4628ad29ac83c593ba author: rj1 <[email protected]> date: Tue, 20 Sep 2022 09:44:11 -0500 goodbye neocities Diffstat:
M | README.md | | | 2 | +- |
M | config.toml | | | 2 | +- |
M | deploy.sh | | | 5 | +++-- |
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md @@ -1,5 +1,5 @@ # personal website -source files for my website, currently located @ https://rj1.neocities.org +source files for my website, currently located @ https://rj1.localghost.org the site is generated using hugo & stagit diff --git a/config.toml b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://rj1.neocities.org" +baseURL = "https://rj1.localghost.org" languageCode = "en-us" defaultContentLanguage = "en" title = "rj1" diff --git a/deploy.sh b/deploy.sh @@ -21,7 +21,8 @@ repos[post_image]=$HOME/playground/post_image repos[maildir]=$HOME/playground/maildir repos[znc-oneway-relay]=$HOME/playground/znc-oneway-relay repos[dopewars-irc]=$HOME/playground/dopewars-irc -repos[rj1.neocities.org]=$HOME/web/rj1.neocities.org +repos[rj1.localghost.org]=$HOME/web/rj1.localghost.org +repos[recaptcha-prank]=$HOME/playground/recaptcha-prank # generate html for each repo args="" @@ -57,7 +58,7 @@ cd $sitewebroot hugo --minify # upload -neocities push --include-hidden --prune public +rsync -azvhP public/ rj1.localghost.org:/home/rj1/web/rj1.localghost.org/public rm -rf public rm -rf $reposwebroot