From 48b5f59b8e82f5befe4d7c4d4dbe7c7d4a624652 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Fri, 13 Mar 2015 16:11:04 -0700 Subject: [PATCH] Put all the filters on one page --- _config.yml | 10 +--------- _layouts/default.html | 2 +- filters.md | 12 ++++++++++++ 3 files changed, 14 insertions(+), 10 deletions(-) create mode 100644 filters.md diff --git a/_config.yml b/_config.yml index bcde8b44..d44d9685 100644 --- a/_config.yml +++ b/_config.yml @@ -3,12 +3,4 @@ baseurl: "" # the subpath of your site, e.g. /blog/ url: "http://liquidmarkup.org" # the base hostname & protocol for your site markdown: kramdown collections: - filters: - output: true - -defaults: - - - scope: - type: filters - values: - layout: page + - filters diff --git a/_layouts/default.html b/_layouts/default.html index 929ea562..6cff173e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -12,7 +12,7 @@
  • {{ collection[0] | capitalize }}
  • diff --git a/filters.md b/filters.md new file mode 100644 index 00000000..fcb99aa0 --- /dev/null +++ b/filters.md @@ -0,0 +1,12 @@ +--- +title: Filters +permalink: /filters/ +layout: page +--- + +{% for doc in site.filters %} + +

    + {{ doc.output }} +

    +{% endfor %}