From 7b24a02e139b1d72c04f1d3995e2b7a5452249e2 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 4 Sep 2014 20:54:33 -0400 Subject: [PATCH] Mention that Octopres is optional - Used to automate the creation of new posts and pages --- theme-setup/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme-setup/index.md b/theme-setup/index.md index 665d2d58..1aa9aef1 100644 --- a/theme-setup/index.md +++ b/theme-setup/index.md @@ -132,9 +132,9 @@ To set what links appear in the top navigation edit `_data/navigation.yml`. Use --- -## Adding New Content +## Adding New Content with Octopress -Install the [Octopress](https://github.com/octopress/octopress) gem if it isn't already. +While completely optional, I've included Octopress and some starter templates to automate the creation of new posts and pages. To take advantage of it start by installing the [Octopress](https://github.com/octopress/octopress) gem if it isn't already. {% highlight bash %} $ gem install octopress --pre