From a86f57ec7ff55682c9758ae8358f0985db650148 Mon Sep 17 00:00:00 2001 From: Anna Wiggins Date: Mon, 11 Apr 2016 18:01:41 -0400 Subject: [PATCH] Fix site to categorize and show categories automatically. --- _config.yml | 2 +- _includes/category_list.html | 13 +++++++++++++ _includes/footer.html | 3 --- _plugins/auto_categories.rb | 9 +++++++++ index.html | 24 +++++++----------------- 5 files changed, 30 insertions(+), 21 deletions(-) create mode 100644 _includes/category_list.html create mode 100644 _plugins/auto_categories.rb diff --git a/_config.yml b/_config.yml index 2c28fcd..738a0de 100644 --- a/_config.yml +++ b/_config.yml @@ -6,7 +6,7 @@ # 'jekyll serve'. If you change this file, please restart the server process. # Site settings -title: annabunches +title: Anna and the Bunches email: annabunches@gmail.com description: > # this means to ignore newlines until "baseurl:" The story of Anna and her lifelong friends, Left Bunch and Right Bunch. diff --git a/_includes/category_list.html b/_includes/category_list.html new file mode 100644 index 0000000..3155d03 --- /dev/null +++ b/_includes/category_list.html @@ -0,0 +1,13 @@ +

{{ include.category | capitalize }}

+ + + diff --git a/_includes/footer.html b/_includes/footer.html index 72239f1..8ff2203 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,9 +1,6 @@