-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use just-the-readme and update README
- Loading branch information
Showing
6 changed files
with
84 additions
and
17 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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
source "https://rubygems.org" | ||
gemspec | ||
|
||
gem "jekyll-github-metadata", ">= 2.15" | ||
|
||
gem "jekyll-include-cache", group: :jekyll_plugins | ||
gem "jekyll-sitemap", group: :jekyll_plugins | ||
|
||
gem "html-proofer", "~> 5.0", :group => :development | ||
|
||
gem 'jekyll-autolinks' | ||
|
||
gem 'kramdown-parser-gfm' | ||
gem "jekyll-remote-theme" | ||
|
||
#------------------------------------------------------------------------------------------------ | ||
# After modifying the Gemfile: | ||
#------------------------------------------------------------------------------------------------ | ||
#bundle install | ||
#bundle exec jekyll serve |
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
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# coding: utf-8 | ||
|
||
Gem::Specification.new do |spec| | ||
spec.name = "just-the-readme" | ||
spec.version = "0.0.1" | ||
spec.authors = ["Ircama"] | ||
|
||
spec.summary = %q{A modern, highly customizable, and responsive Jekyll theme for README documentation with built-in search.} | ||
spec.homepage = "https://github.com/Ircama/just-the-readme" | ||
spec.license = "MIT" | ||
|
||
spec.add_development_dependency "bundler", ">= 2.3.5" | ||
spec.add_runtime_dependency "sass-embedded", "~> 1.78.0" # Fix use of deprecated sass lighten() and darken() | ||
spec.add_runtime_dependency "jekyll", ">= 3.8.5" | ||
spec.add_runtime_dependency "jekyll-seo-tag", ">= 2.0" | ||
spec.add_runtime_dependency "jekyll-include-cache" | ||
spec.add_runtime_dependency "rake", ">= 12.3.1" | ||
spec.add_runtime_dependency "base64" | ||
spec.add_runtime_dependency "csv" | ||
end |
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