From 5d5a7c59aacdc28a8ac76759fe5054cddd70701d Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 24 Oct 2021 23:06:29 -0400 Subject: [PATCH] homepage: Port root-index to markdown as well May as well go whole-hog on the markdown train! --- .gitignore | 3 ++- Makefile | 2 +- root-index.html | 52 ---------------------------------------------------- root-index.md | 36 ++++++++++++++++++++++++++++++++++++ template.html | 1 - 5 files changed, 39 insertions(+), 55 deletions(-) delete mode 100644 root-index.html create mode 100644 root-index.md diff --git a/.gitignore b/.gitignore index dcaf716..9988980 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -index.html +*.html +!template.html diff --git a/Makefile b/Makefile index 3d38754..863c3eb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .PHONY: all -all: index.html +all: index.html root-index.html .SUFFIXES: .md .html .md.html: diff --git a/root-index.html b/root-index.html deleted file mode 100644 index 07a4e4c..0000000 --- a/root-index.html +++ /dev/null @@ -1,52 +0,0 @@ - - - -garbash.com - - - - -

Welcome

-
-                .
-                ').
-               /;((
-             .'____`.
-             | g    | create
-             |  a   | something
-             |   r  | worth
-             | bash | rewriting
-             `-____-'
-
-

About

-

-garbash is a budding invite-only -tilde -community. -

-

-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. -

-

-As of now, this site doesn't have much. See -~alex's page for a log -of the work to be done! -

-

User Sites

- -

Hosted Services

- - - diff --git a/root-index.md b/root-index.md new file mode 100644 index 0000000..c5bd22c --- /dev/null +++ b/root-index.md @@ -0,0 +1,36 @@ +Welcome +======= +``` + . + '). + /;(( + .'____`. + | g | create + | a | something + | r | worth + | bash | rewriting + `-____-' +``` + +garbash is a budding invite-only [tilde](https://tildeverse.org) +community. + +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. + +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! diff --git a/template.html b/template.html index 816261e..c02db67 100644 --- a/template.html +++ b/template.html @@ -2,7 +2,6 @@ -~alex -- libgit2 1.1.1