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