-
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove features from test_files * Modify description * {% toc %} tag / toc_only filter * Move "Default Configuration" to the customization section * Add _config.yml * Refine English * Add " Alternative Tools" * Update TOC * Update README.md * Update TOC again * Add "Enable TOC by default" closes #116
- Loading branch information
Showing
2 changed files
with
55 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,13 +8,13 @@ Gem::Specification.new do |spec| | |
spec.name = 'jekyll-toc' | ||
spec.version = Jekyll::TableOfContents::VERSION | ||
spec.summary = 'Jekyll Table of Contents plugin' | ||
spec.description = 'Jekyll (Ruby static website generator) plugin which generates a table of contents.' | ||
spec.description = 'Jekyll (Ruby static website generator) plugin which generates a Table of Contents for the page.' | ||
spec.authors = %w(toshimaru torbjoernk) | ||
spec.email = '[email protected]' | ||
spec.files = `git ls-files -z`.split("\x0") | ||
spec.homepage = 'https://github.com/toshimaru/jekyll-toc' | ||
spec.license = 'MIT' | ||
spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) | ||
spec.test_files = spec.files.grep(%r{^(test|spec)/}) | ||
spec.require_paths = ['lib'] | ||
|
||
spec.required_ruby_version = '>= 2.4' | ||
|