clean unrelated files from mmistakes
Showing
- .editorconfig 0 additions, 13 deletions.editorconfig
- .github/CONTRIBUTING.md 0 additions, 26 deletions.github/CONTRIBUTING.md
- .github/FUNDING.yml 0 additions, 1 deletion.github/FUNDING.yml
- .github/ISSUE_TEMPLATE/bug_report.md 0 additions, 68 deletions.github/ISSUE_TEMPLATE/bug_report.md
- .github/ISSUE_TEMPLATE/documentation.md 0 additions, 16 deletions.github/ISSUE_TEMPLATE/documentation.md
- .github/ISSUE_TEMPLATE/feature_request.md 0 additions, 32 deletions.github/ISSUE_TEMPLATE/feature_request.md
- .github/ISSUE_TEMPLATE/support.md 0 additions, 22 deletions.github/ISSUE_TEMPLATE/support.md
- .github/PULL_REQUEST_TEMPLATE.md 0 additions, 26 deletions.github/PULL_REQUEST_TEMPLATE.md
- .github/stale.yml 0 additions, 21 deletions.github/stale.yml
- CHANGELOG.md 0 additions, 1363 deletionsCHANGELOG.md
- Gemfile 27 additions, 1 deletionGemfile
- minimal-mistakes-jekyll.gemspec 0 additions, 26 deletionsminimal-mistakes-jekyll.gemspec
- screenshot-layouts.png 0 additions, 0 deletionsscreenshot-layouts.png
- screenshot.png 0 additions, 0 deletionsscreenshot.png
.editorconfig
deleted
100644 → 0
.github/CONTRIBUTING.md
deleted
100644 → 0
.github/FUNDING.yml
deleted
100644 → 0
.github/ISSUE_TEMPLATE/bug_report.md
deleted
100644 → 0
.github/ISSUE_TEMPLATE/support.md
deleted
100644 → 0
.github/PULL_REQUEST_TEMPLATE.md
deleted
100644 → 0
.github/stale.yml
deleted
100644 → 0
CHANGELOG.md
deleted
100644 → 0
This diff is collapsed.
source "https://rubygems.org" | ||
gemspec | ||
# Hello! This is where you manage which Jekyll version is used to run. | ||
# When you want to use a different version, change it below, save the | ||
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: | ||
# | ||
# bundle exec jekyll serve | ||
# | ||
# This will help ensure the proper Jekyll version is running. | ||
# Happy Jekylling! | ||
# gem "github-pages", group: :jekyll_plugins | ||
# To upgrade, run `bundle update`. | ||
gem "jekyll" | ||
# gem "minimal-mistakes-jekyll" | ||
# The following plugins are automatically loaded by the theme-gem: | ||
# | ||
# If you have any other plugins, put them here! | ||
group :jekyll_plugins do | ||
gem "jekyll-paginate" | ||
gem "jekyll-sitemap" | ||
gem "jekyll-gist" | ||
gem "jekyll-feed" | ||
gem "jekyll-include-cache" | ||
end |
minimal-mistakes-jekyll.gemspec
deleted
100644 → 0
# coding: utf-8 | ||
Gem::Specification.new do |spec| | ||
spec.name = "minimal-mistakes-jekyll" | ||
spec.version = "4.17.2" | ||
spec.authors = ["Michael Rose"] | ||
spec.summary = %q{A flexible two-column Jekyll theme.} | ||
spec.homepage = "https://github.com/mmistakes/minimal-mistakes" | ||
spec.license = "MIT" | ||
spec.metadata["plugin_type"] = "theme" | ||
spec.files = `git ls-files -z`.split("\x0").select do |f| | ||
f.match(%r{^(assets|_(data|includes|layouts|sass)/|(LICENSE|README|CHANGELOG)((\.(txt|md|markdown)|$)))}i) | ||
end | ||
spec.add_runtime_dependency "jekyll", ">= 3.6", "< 5.0" | ||
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1" | ||
spec.add_runtime_dependency "jekyll-sitemap", "~> 1.3" | ||
spec.add_runtime_dependency "jekyll-gist", "~> 1.5" | ||
spec.add_runtime_dependency "jekyll-include-cache", "~> 0.1" | ||
spec.add_development_dependency "bundler" | ||
spec.add_development_dependency "rake", "~> 10.0" | ||
end |
screenshot-layouts.png
deleted
100644 → 0
122 KiB
screenshot.png
deleted
100644 → 0
206 KiB