From d17bdbeea7a6b12c683518a3fe87f13e31f14382 Mon Sep 17 00:00:00 2001 From: Spencer Lyon Date: Sat, 29 Mar 2014 22:26:14 -0400 Subject: [PATCH] rebuilding site Sat Mar 29 22:26:14 EDT 2014 --- content/posts/newest.md | 2 +- layouts/chrome/categories.html | 17 ++++--- layouts/chrome/footer.html | 9 ++++ layouts/chrome/head_includes.html | 9 ++++ layouts/chrome/header.html | 7 +++ layouts/chrome/prev_next.html | 30 ++++++++---- layouts/chrome/sidebar.html | 10 ++++ layouts/index.html | 24 +++++++++- layouts/indexes/category.html | 20 ++++++++ layouts/indexes/indexes.html | 17 ++++++- layouts/indexes/posts.html | 13 +++++- layouts/posts/li.html | 14 +++++- layouts/posts/single.html | 18 +++++++- layouts/posts/summary.html | 13 ++++++ public/categories/blah/index.html | 21 +++++++-- public/categories/boring/index.html | 21 +++++++-- public/categories/fun/index.html | 21 +++++++-- public/categories/hugo/index.html | 21 +++++++-- public/categories/index.html | 17 +++++-- public/categories/second/index.html | 21 +++++++-- public/categories/template/index.html | 21 +++++++-- public/categories/test/index.html | 25 ++++++++-- public/index.html | 24 ++++++++-- public/posts/index.html | 36 +++++++++------ public/posts/middle/index.html | 66 ++++++++++++++++----------- public/posts/newest/index.html | 60 ++++++++++++++---------- public/posts/oldest/index.html | 58 +++++++++++++---------- static/css/syntax.css | 66 --------------------------- 28 files changed, 476 insertions(+), 205 deletions(-) delete mode 100644 static/css/syntax.css diff --git a/content/posts/newest.md b/content/posts/newest.md index d7f598e..033e12f 100644 --- a/content/posts/newest.md +++ b/content/posts/newest.md @@ -1,7 +1,7 @@ --- title: "Just another sample post" -description: "This should be a more useful description" date: "2014-03-29" +description: "This should be a more useful description" categories: - "hugo" - "fun" diff --git a/layouts/chrome/categories.html b/layouts/chrome/categories.html index d6c03c6..0444f62 100644 --- a/layouts/chrome/categories.html +++ b/layouts/chrome/categories.html @@ -1,9 +1,12 @@ -{{ $baseurl := .Site.BaseUrl }} +
- +
diff --git a/layouts/chrome/footer.html b/layouts/chrome/footer.html index fe4d710..1cacef5 100644 --- a/layouts/chrome/footer.html +++ b/layouts/chrome/footer.html @@ -1,3 +1,12 @@ + +