rj1
about | log | files | refs
commit 94580e5780aaea8e20e0154ad5469188ff085e6b
parent ec7a0daa5cf10dd5ca5ef6108ce24785491f49bc
author: rj1 <[email protected]>
date:   Tue,  6 Dec 2022 15:44:31 -0600

change domain names: rj1.localghost.org -> rj1.su

Diffstat:
MREADME.md | 6++++--
Mconfig.toml | 2+-
Mdeploy.sh | 11+++++------
3 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md @@ -1,5 +1,7 @@ # personal website -source files for my website, currently located @ https://rj1.localghost.org +source files for [my website](https://rj1.su) -the site is generated using hugo & stagit +this site is generated using a combination of [hugo](https://gohugo.io/) and +[my personal fork](https://rj1.su/repos/stagit) of +[stagit](https://codemadness.org/stagit.html) diff --git a/config.toml b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://rj1.localghost.org" +baseURL = "https://rj1.su" languageCode = "en-us" defaultContentLanguage = "en" title = "rj1" diff --git a/deploy.sh b/deploy.sh @@ -20,9 +20,11 @@ repos[stagit]=$HOME/playground/stagit 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.localghost.org]=$HOME/web/rj1.localghost.org +repos[rj1.su]=$HOME/web/rj1.su repos[recaptcha-prank]=$HOME/playground/recaptcha-prank +repos[aoc]=$HOME/playground/aoc +repos[rofimpd]=$HOME/playground/rofimpd +repos[chatgpt-irc]=$HOME/playground/chatgpt-irc # generate html for each repo args="" @@ -58,9 +60,6 @@ cd $sitewebroot hugo --minify # upload -rsync -azvhP public/ rj1.localghost.org:/home/rj1/web/rj1.localghost.org/public +rsync -azvhP public/ fktown:/usr/jails/http/home/rj1/web/rj1.su/public -rm -rf public -rm -rf $reposwebroot rm -rf $HOME/tmp -