From 7181a5a8bf3996836d3833c3cefbcf5870ba6459 Mon Sep 17 00:00:00 2001 From: Adam Williams Date: Wed, 18 Jan 2012 17:07:10 -0500 Subject: [PATCH] Adding plugins.yml for create command to know what plugins to install. --- octopress/plugins.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 octopress/plugins.yml diff --git a/octopress/plugins.yml b/octopress/plugins.yml new file mode 100644 index 0000000..a72d3d0 --- /dev/null +++ b/octopress/plugins.yml @@ -0,0 +1,6 @@ +# Core plugins. This list identifies the plugins that should be installed by +# the octopress executable. It is maintained here so that the plugins may have +# their own release schedule. +# +--- +- https://github.com/octopress/plugin-titlecase/zipball/master