From 8e5626c9b614c2848436fe3ee8ee1206ad038e0f Mon Sep 17 00:00:00 2001 From: Tom Johnson Date: Sat, 13 Aug 2016 05:29:19 -0700 Subject: [PATCH 1/2] added Documentation theme for Jekyll --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b6f2c2b..8ea5af7 100644 --- a/README.md +++ b/README.md @@ -104,3 +104,4 @@ This should be updated fairly regularly. As usual, **pull requests are encourage * [Swig Documentation](http://paularmstrong.github.io/swig/docs/) - A Node.js and Browser-based JavaScript Template Engine. (contributed by [Wil Moore III](https://github.com/wilmoore)) * [documentation.js](https://github.com/documentationjs/documentation) - Generates documentation from JavaScript source code. (contributed by [tmcw](https://github.com/tmcw)) * [SassDoc](http://sassdoc.com/) - A Sass documentation generator that utilizes inline comments to make pretty and powerful docs. (contributed by [Hugo Giraudel](https://github.com/HugoGiraudel)) +* [Documentation theme for Jekyll](http://idratherbewriting.com/documentation-theme-jekyll/) - Documentation theme built on Jekyll. Includes detailed notes on how to tackle nearly every technical documentation scenario, from single sourcing to multiple outputs, relative links, and more. From 3d91abc0920727c554e1a196ab1bb38c23df4386 Mon Sep 17 00:00:00 2001 From: Tom Johnson Date: Sat, 13 Aug 2016 05:32:09 -0700 Subject: [PATCH 2/2] updated description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ea5af7..dcb7c7b 100644 --- a/README.md +++ b/README.md @@ -104,4 +104,4 @@ This should be updated fairly regularly. As usual, **pull requests are encourage * [Swig Documentation](http://paularmstrong.github.io/swig/docs/) - A Node.js and Browser-based JavaScript Template Engine. (contributed by [Wil Moore III](https://github.com/wilmoore)) * [documentation.js](https://github.com/documentationjs/documentation) - Generates documentation from JavaScript source code. (contributed by [tmcw](https://github.com/tmcw)) * [SassDoc](http://sassdoc.com/) - A Sass documentation generator that utilizes inline comments to make pretty and powerful docs. (contributed by [Hugo Giraudel](https://github.com/HugoGiraudel)) -* [Documentation theme for Jekyll](http://idratherbewriting.com/documentation-theme-jekyll/) - Documentation theme built on Jekyll. Includes detailed notes on how to tackle nearly every technical documentation scenario, from single sourcing to multiple outputs, relative links, and more. +* [Documentation theme for Jekyll](http://idratherbewriting.com/documentation-theme-jekyll/) - Documentation theme built on Jekyll. Includes detailed notes on how to tackle nearly every technical documentation scenario, from single sourcing to conditional filtering, PDF output, relative links, and more.