garbash-www

archive of ~alex garbash.com page
git clone git://git.alexkarle.com.com/garbash-www
Log | Files | Refs | README | LICENSE

commit 025e4c7415d21750ad74e7d4f4139263e8ed0c43 (patch)
parent 23fbeaf8316052feaef8941e0e611bc16948e019
Author: Alex Karle <alex@alexkarle.com>
Date:   Wed, 12 Apr 2023 00:43:27 -0400

Update for retirement

So long and thanks for all the fish!

Diffstat:
MMakefile | 9++++-----
Mbin/buildpage | 2+-
Mindex.md | 21++++-----------------
Mroot-index.md | 26++++++--------------------
4 files changed, 15 insertions(+), 43 deletions(-)

diff --git a/Makefile b/Makefile @@ -32,10 +32,8 @@ build: $(BUILT) clean: rm -f $(BUILT) -install: build - mkdir -p /var/www/htdocs/~alex/notes - install -m 444 *.html /var/www/htdocs/~alex - install -m 444 notes/* /var/www/htdocs/~alex/notes +release: + rsync -av ./ garbash.com:/var/www/htdocs/garbash/~alex/ $(BUILT): Makefile bin/buildpage @@ -47,4 +45,5 @@ $(BUILT): Makefile bin/buildpage .md.txt: cd `dirname $<` && ln -sf `basename $<` `basename $@` -.PHONY: all clean install + +.PHONY: all clean install release diff --git a/bin/buildpage b/bin/buildpage @@ -64,7 +64,7 @@ if [ -z "$nofooter" ]; then cat <<EOM <br><br> <footer> -<a href="/~alex">Home</a> | <a href="https://git.garbash.com/alex/www">Source</a> +<a href="/~alex">Home</a> | <a href="https://git.alexkarle.com/garbash-www">Source</a> </footer> </body> </html> diff --git a/index.md b/index.md @@ -8,24 +8,11 @@ title: ~alex About Me -------- Hey! I'm alex. I'm a programmer by day and sysadmin by night. -I co-admin this site with [~anthony](/~anthony). +I used to co-admin this site with ~anthony when it was live. +Now I blog/phlog on my [personal domain](https://alexkarle.com). -Below you'll find both an ongoing list of things I'd like to do for -this site along with my field notes on how I set each thing up! - -Game Plan ---------- -### TODO: - -* Start inviting people -* Automate account creation -* Homepage -* wiki -* Gopher hosting -* Gemini hosting -* Set up IRC services (NickServ) - -### Done: +I've kept this page live in case anyone is interested in reading +my "field notes" on how the tilde was set up! * [Awesome domain name :)](notes/001-domain-name.html) * [OpenBSD install on Linode](notes/002-install.html) diff --git a/root-index.md b/root-index.md @@ -17,25 +17,11 @@ Welcome `-____-' ``` -garbash is a budding invite-only [tilde](https://tildeverse.org) -community. +garbash was an invite-only [tilde](https://tildeverse.org) +community that was retired in early 2023. -The name itself stems from "garbage `bash(1)`", a term we lovingly use to -describe our shell scripts as we learn the art of scripting. +[~alex's page](/~alex) was kept for historical purposes, +and has some info on how to set up a tilde, should you be +interested! -As of now, this site doesn't have much. See [~alex's page](/~alex) for a log -of the work to be done! - -User Sites ----------- -* [~alex](/~alex) -* [~anthony](/~anthony) - -Hosted Services ---------------- -* [git hosting](https://git.garbash.com) -* [web hosting](https://garbash.com) -* [email](mailto:postmaster@garbash.com) -* wireguard VPN -* [IRC server, bouncer, and web client (VPN only)](https://irc.garbash.com) -* More to come! +To all who participated--thanks, it was fun!