summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2018-09-17 23:58:17 -0400
committerBen Burwell <ben@benburwell.com>2018-09-17 23:58:17 -0400
commitd807690224086610fdd1e38b69f35eb7030216f7 (patch)
treebf47e43cb11099626d655cec6879d86f64523745
parentdd5121ec6a56e503e8541e8bb1a751ab3339b0d6 (diff)
Add dates, clean up home page
-rw-r--r--freebsd.md2
-rw-r--r--index.md27
-rw-r--r--posts/index.html2
3 files changed, 9 insertions, 22 deletions
diff --git a/freebsd.md b/freebsd.md
index e8441fc..1a3a985 100644
--- a/freebsd.md
+++ b/freebsd.md
@@ -6,7 +6,7 @@ layout: master
# Notes on setting up a FreeBSD home server
-## Prologue
+## 2018-09-17: Prologue
A few months ago, I purchased a beefy second-hand tower to act as a home server.
I was looking to bring some of the services that I was previously outsourcing
diff --git a/index.md b/index.md
index c56b810..855794c 100644
--- a/index.md
+++ b/index.md
@@ -5,27 +5,12 @@ title: Ben Burwell
# Ben Burwell
-## Things I've Made
+- [code (github)](https://github.com/benburwell)
+- [words](/posts/)
+- [theatre](/theatre/)
+- [freebsd notes](/freebsd.html)
+- mail: anything you'd like @benburwell.com
+- pgp: `0x666112D967A36ECD` ([keybase][], [mit][])
-I've written a lot of code, and a bunch of it is [on github][github]. I've also
-done a bunch of [technical theatre work][theatre] while I was in high school and
-college, mostly lighting-related.
-
-## Things I've Written
-
-I occasionally write about things I'm interested in. You can see some of them
-[here][posts]. I'm currently keeping [notes on setting up a FreeBSD
-server][freebsd].
-
-## Talk to me
-
-You can send me mail to anything you'd like @benburwell.com. My PGP key is
-`0x666112D967A36ECD`, which you can find [on keybase][keybase] or on the [MIT
-PGP server][mit].
-
-[github]: https://github.com/benburwell
-[theatre]: /theatre/
-[posts]: /posts/
[mit]: http://pgp.mit.edu/pks/lookup?op=get&search=0x666112D967A36ECD
[keybase]: https://keybase.io/benburwell/key.asc
-[freebsd]: /freebsd.html
diff --git a/posts/index.html b/posts/index.html
index ddf174d..57bc579 100644
--- a/posts/index.html
+++ b/posts/index.html
@@ -6,6 +6,8 @@ description: Irregularly updated blogish thing about stuff I’m interested in.
<h1>Posts</h1>
+<p>I occasionally write things, and when I do they usually end up here.</p>
+
<ul>
{% for post in site.posts %}
<li>{{post.date | date: "%Y-%m-%d"}} <a href="{{post.url}}">{{post.title}}</a></li>