From e9ae079fc3e28a93825a76744bb9c1a5d7acbd53 Mon Sep 17 00:00:00 2001 From: William Denton Date: Mon, 28 Jul 2014 12:18:35 -0400 Subject: [PATCH 1/2] Add jekyll-co2 plugin to list --- site/docs/plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/docs/plugins.md b/site/docs/plugins.md index bb3c1787..5d1132e7 100644 --- a/site/docs/plugins.md +++ b/site/docs/plugins.md @@ -448,6 +448,7 @@ You can find a few useful plugins at the following locations: - [Transform Layouts](https://gist.github.com/1472645): Allows HAML layouts (you need a HAML Converter plugin for this to work). - [Org-mode Converter](https://gist.github.com/abhiyerra/7377603): Org-mode converter for Jekyll. - [Customized Kramdown Converter](https://github.com/mvdbos/kramdown-with-pygments): Enable Pygments syntax highlighting for Kramdown-parsed fenced code blocks. +- [Jekyll CO₂](https://github.com/wdenton/jekyll-co2): Generates small chunk of HTML showing the change in atmospheric CO₂ at the Mauna Loa observatory in Hawaii. #### Filters From 56a82b1e8ad2b187a67dfe7a408752236c707c3a Mon Sep 17 00:00:00 2001 From: William Denton Date: Mon, 28 Jul 2014 12:21:01 -0400 Subject: [PATCH 2/2] Move to "other" section --- site/docs/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/plugins.md b/site/docs/plugins.md index 5d1132e7..b9ab4bbb 100644 --- a/site/docs/plugins.md +++ b/site/docs/plugins.md @@ -448,7 +448,6 @@ You can find a few useful plugins at the following locations: - [Transform Layouts](https://gist.github.com/1472645): Allows HAML layouts (you need a HAML Converter plugin for this to work). - [Org-mode Converter](https://gist.github.com/abhiyerra/7377603): Org-mode converter for Jekyll. - [Customized Kramdown Converter](https://github.com/mvdbos/kramdown-with-pygments): Enable Pygments syntax highlighting for Kramdown-parsed fenced code blocks. -- [Jekyll CO₂](https://github.com/wdenton/jekyll-co2): Generates small chunk of HTML showing the change in atmospheric CO₂ at the Mauna Loa observatory in Hawaii. #### Filters @@ -544,6 +543,7 @@ You can find a few useful plugins at the following locations: - [grunt-jekyll](https://github.com/dannygarcia/grunt-jekyll): A straightforward [Grunt](http://gruntjs.com/) plugin for Jekyll. - [jekyll-postfiles](https://github.com/indirect/jekyll-postfiles): Add `_postfiles` directory and {% raw %}`{{ postfile }}`{% endraw %} tag so the files a post refers to will always be right there inside your repo. - [A layout that compresses HTML](https://github.com/penibelst/jekyll-compress-html) by [Anatol Broder](http://penibelst.de/): Github Pages compatible, configurable way to compress HTML files on site build. +- [Jekyll CO₂](https://github.com/wdenton/jekyll-co2): Generates HTML showing the monthly change in atmospheric CO₂ at the Mauna Loa observatory in Hawaii. #### Editors