commit 5d5a7c59aacdc28a8ac76759fe5054cddd70701d (patch)
parent e699819f8c6ca479f53901f2f695d0a96f77f196
Author: alex <alex@garbash.com>
Date: Sun, 24 Oct 2021 23:06:29 -0400
homepage: Port root-index to markdown as well
May as well go whole-hog on the markdown train!
Diffstat:
5 files changed, 39 insertions(+), 55 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -1 +1,2 @@
-index.html
+*.html
+!template.html
diff --git 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
@@ -1,52 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<title>garbash.com</title>
-<meta charset="utf-8"/>
-<meta name="viewport" content="width=device-width,initial-scale=1">
-</head>
-<body>
-<h1>Welcome</h1>
-<pre>
- .
- ').
- /;((
- .'____`.
- | g | create
- | a | something
- | r | worth
- | bash | rewriting
- `-____-'
-</pre>
-<h2>About</h2>
-<p>
-garbash is a budding invite-only
-<a href="https://tildeverse.org">tilde</a>
-community.
-</p>
-<p>
-The name itself stems from "garbage <code>bash(1)</code>",
-a term we lovingly use to describe our shell scripts
-as we learn the art of scripting.
-</p>
-<p>
-As of now, this site doesn't have much. See
-<a href="/~alex">~alex's page</a> for a log
-of the work to be done!
-</p>
-<h2>User Sites</h2>
-<ul>
-<li><a href="/~alex">~alex</a></li>
-<li><a href="/~anthony">~anthony</a></li>
-</ul>
-<h2>Hosted Services</h2>
-<ul>
-<li><a href="https://git.garbash.com">git hosting</a></li>
-<li><a href="https://garbash.com">web hosting</a></li>
-<li><a href="mailto:postmaster@garbash.com">email</a></li>
-<li>wireguard VPN</li>
-<li><a href="https://irc.garbash.com">IRC server, bouncer, and web client (VPN only)</a></li>
-<li>More to come!</a></li>
-</ul>
-</body>
-</html>
diff --git a/root-index.md 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
@@ -2,7 +2,6 @@
<html lang="en">
<head>
<meta charset="utf-8"/>
-<title>~alex</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body>