From 208821cda116bab74e657d6f0c2cd7c23eff9610 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sat, 3 Feb 2018 13:40:30 -0500 Subject: Vastly simplify site I was getting tired of feeling like I should put things on my website and keep it up to date, so I decided to slim it down significantly (from its already admittedly slim state). No CSS, no JavaScript, just plain old HTML. The posts are staying for now, though I haven't linked to them from anywhere. Thus they won't be easily discoverable, but any links that are out there right now shouldn't break. I've also removed my resume from the site. --- _layouts/post.html | 28 ++++------------------------ 1 file changed, 4 insertions(+), 24 deletions(-) (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html index 1449d39..b3dd0c1 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,29 +1,9 @@ --- -layout: blog +layout: master --- -
-

{{ page.title }}

-

+

{{page.title}}

+

{{page.date | date: "%Y-%m-%d"}}

-
- {{ content }} -
-
+{{content}} - -- cgit v1.2.3