From 1a203a05981711b0b81e8ddfd278dc515568501c Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Fri, 11 Mar 2016 14:43:44 -0500 Subject: [PATCH] use variables in the docs --- site/_docs/themes.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site/_docs/themes.md b/site/_docs/themes.md index 6196597e..2b7155bb 100644 --- a/site/_docs/themes.md +++ b/site/_docs/themes.md @@ -40,12 +40,12 @@ Jekyll themes are distributed as Ruby gems. The only required file is the [Ruby {% highlight ruby %} Gem::Specification.new do |s| - s.name = 'My Awesome theme' + s.name = '' s.version = '0.1.0' s.license = 'MIT' - s.summary = 'This is an awesome Jekyll theme!' - s.author = 'Dr. Jekyll' - s.email = 'doc@jekyllrb.com' + s.summary = '' + s.author = '' + s.email = '' s.homepage = 'https://github.com/jekyll/my-awesome-jekyll-theme' s.files = `git ls-files -z`.split("\x0").grep(%r{^_(sass|includes|layouts)/}) end