diff --git a/.gitignore b/.gitignore index 5a41294..6bcef60 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ bin !.gitignore .DS_Store +/docs/_site +/docs/.jekyll-cache diff --git a/docs/_config.yml b/docs/_config.yml index 32e2110..13a6b75 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -28,13 +28,13 @@ url: https://cogtool-modern.github.io/cogtool/ # Use rdiscount as the markdown engine because it generates html5 compliant code for stuff like footnotes # If you use maroku (default engine) some of your generated pages may not validate or lint as html5 # If you don't have it install it via gem install rdiscount -markdown: rdiscount +# markdown: rdiscount # Makes pretty (descriptive) permalinks. See Jekyll docs for alternatives. permalink: pretty # How many articles do you wish to appear on the front page: -paginate: 6 +# paginate: 6 # Exclude metadata and development time dependencies (like Grunt plugins) exclude: [README.markdown, package.json, grunt.js, Gruntfile.js, Gruntfile.coffee, node_modules] diff --git a/docs/_plugins/generate_categories.rb b/docs/_plugins/generate_categories.rb deleted file mode 100644 index 554e87a..0000000 --- a/docs/_plugins/generate_categories.rb +++ /dev/null @@ -1,166 +0,0 @@ -# Jekyll category page generator. -# http://recursive-design.com/projects/jekyll-plugins/ -# -# Version: 0.1.8 (201108151628) -# -# Copyright (c) 2010 Dave Perrett, http://recursive-design.com/ -# Modified by Luke Maciak (c) 2012 -# Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php) -# -# A generator that creates category pages for jekyll sites. -# -# To use it, simply drop this script into the _plugins directory of your Jekyll site. You should -# also create a file called 'category_index.html' in the _layouts directory of your jekyll site -# with the following contents (note: you should remove the leading '# ' characters): -# -# ================================== COPY BELOW THIS LINE ================================== -# --- -# layout: default -# --- -# -#