Skip to content

Commit

Permalink
Use just-the-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ircama committed Nov 24, 2024
1 parent 11ac16b commit ab930b0
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Gemfile
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
20 changes: 20 additions & 0 deletions just-the-readme.gemspec
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

0 comments on commit ab930b0

Please sign in to comment.