From af81bdaf4ba94000a93503b6001a46bbe2062ec4 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sat, 6 Jun 2020 23:59:27 -0400 Subject: Refresh home page layout --- _layouts/nav.html | 9 +++++---- assets/base.css | 2 +- index.md | 57 +++++++++++++++++++++++++++++++++++++++++++++++++------ posts/index.html | 2 -- 4 files changed, 57 insertions(+), 13 deletions(-) diff --git a/_layouts/nav.html b/_layouts/nav.html index 57cabb9..f955d0f 100644 --- a/_layouts/nav.html +++ b/_layouts/nav.html @@ -2,10 +2,11 @@ layout: master --- +
{{ content }} diff --git a/assets/base.css b/assets/base.css index f87b2ae..82585ae 100644 --- a/assets/base.css +++ b/assets/base.css @@ -10,7 +10,7 @@ img { max-width: 100% } body { color: #242424 } -h1, h2, h3, h4, h5, h6 { font-family: sans-serif } +h1, h2, h3, h4, h5, h6, dt { font-family: sans-serif } table, td, th { border: 1px solid #ccc; diff --git a/index.md b/index.md index bea5804..5dc2663 100644 --- a/index.md +++ b/index.md @@ -5,13 +5,58 @@ title: Ben Burwell # Ben Burwell -- [Blog](/posts/) -- [Projects](/projects.html) -- [Talks](/talks.html) -- [Tech theatre](/theatre.html) -- Email: anything @benburwell.com +
+
Blog
+
+

+ A place where I occasionally write about things like + welding, + DHCP, and the + Dewey Decimal Classification. +

+
-**Around the net…** +
Projects
+
+

+ Details about a bunch of (mostly software-related) things I've worked on. +

+
+ +
Food & Cooking
+
+

+ Recipes, techniques, and other cooking-related resources abound! +

+
+ +
Talks I've Given
+
+

+ Currently, this list just has one entry :( +

+
+ +
Git Repositories
+
+

+ A collection of git repositories for software I use or have written. +

+
+ +
Tech Theatre
+
+

+ Just a list of productions I've been involved with, mostly for my own + reference. +

+
+
+ +
+ +You can contact me by sending email to my first name `@benburwell.com`. You can +also find me elsewhere on the web: - [GitHub](https://github.com/benburwell) - [Sourcehut](https://git.sr.ht/~benburwell) diff --git a/posts/index.html b/posts/index.html index fe490d1..c118c63 100644 --- a/posts/index.html +++ b/posts/index.html @@ -8,8 +8,6 @@ description: Irregularly updated blogish thing about stuff I’m interested in.

I occasionally write things, and when I do they usually end up here. There’s also an RSS feed.

-
- {% for post in site.posts %}

{{post.title}} -- cgit v1.2.3