diff --git a/Makefile b/Makefile index 2edebdf..0f2ed2d 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ drafts: tags LANG="en_US.UTF-8" $(JEKYLL) serve --drafts --incremental run: tags - rm -rf _site && $(JEKYLL) serve --drafts --future --watch --incremental --limit-posts 20 + rm -rf _site && $(JEKYLL) serve --drafts --future --watch --incremental --limit-posts 40 tags: ./generate-tags diff --git a/_data/settings.yml b/_data/settings.yml index e98a712..e3cb842 100644 --- a/_data/settings.yml +++ b/_data/settings.yml @@ -3,7 +3,7 @@ analytics-id: #leave blank to not use Analytics #Subtitle subtitle: - active: true + active: false text: a moderately technical blog #Nav diff --git a/_includes/footer.html b/_includes/footer.html index 42a01b0..bade9ab 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,3 +1,2 @@ \ No newline at end of file + diff --git a/_includes/head.html b/_includes/head.html index 1be02bd..c9ac89b 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -20,7 +20,7 @@ - + diff --git a/_includes/header.html b/_includes/header.html index 2e8ba10..fa2e694 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,5 +1,5 @@ + +
diff --git a/_layouts/categories.html b/_layouts/categories.html index cc4761e..ae7fae7 100644 --- a/_layouts/categories.html +++ b/_layouts/categories.html @@ -4,19 +4,57 @@ permalink: /categories/ title: Categories --- -{% assign categories = site.tags | sort %} -{% for category in categories %} -
- {% capture category_name %}{{ category | first }}{% endcapture %} -
-

+
+ + + + + + + + {% assign categories = site.tags | sort %} + {% for category in categories %} + {% capture category_name %}{{ category | first }}{% endcapture %} + + + + {% for post in site.tags[category_name] %} + + + + {% endfor %} + + {% endfor %} +
+ + Back +
+ + tags/ +
+ + + {{ category_name }}/ +
+ + + + {{post.title}} +
+
+ +
diff --git a/_layouts/home.html b/_layouts/home.html index 3d7a7e3..dec60d0 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -3,53 +3,92 @@ layout: default title: Home --- -{% for post in paginator.posts %} -
-

{{ post.title }}

- - {% if site.data.settings.date-under-post.active %} -