-
- Downloads
minimal mistakes ccl
Showing
- .editorconfig 13 additions, 0 deletions.editorconfig
- .gitattributes 6 additions, 0 deletions.gitattributes
- .github/CONTRIBUTING.md 26 additions, 0 deletions.github/CONTRIBUTING.md
- .github/FUNDING.yml 1 addition, 0 deletions.github/FUNDING.yml
- .github/ISSUE_TEMPLATE/bug_report.md 68 additions, 0 deletions.github/ISSUE_TEMPLATE/bug_report.md
- .github/ISSUE_TEMPLATE/documentation.md 16 additions, 0 deletions.github/ISSUE_TEMPLATE/documentation.md
- .github/ISSUE_TEMPLATE/feature_request.md 32 additions, 0 deletions.github/ISSUE_TEMPLATE/feature_request.md
- .github/ISSUE_TEMPLATE/support.md 22 additions, 0 deletions.github/ISSUE_TEMPLATE/support.md
- .github/PULL_REQUEST_TEMPLATE.md 26 additions, 0 deletions.github/PULL_REQUEST_TEMPLATE.md
- .github/stale.yml 21 additions, 0 deletions.github/stale.yml
- .gitignore 16 additions, 2 deletions.gitignore
- .travis.yml 11 additions, 0 deletions.travis.yml
- 404.html 0 additions, 25 deletions404.html
- CHANGELOG.md 1363 additions, 0 deletionsCHANGELOG.md
- Gemfile 1 addition, 29 deletionsGemfile
- LICENSE 21 additions, 0 deletionsLICENSE
- Rakefile 76 additions, 0 deletionsRakefile
- _actions/ateliers.md 9 additions, 0 deletions_actions/ateliers.md
- _actions/jardin.md 9 additions, 0 deletions_actions/jardin.md
- _actions/paniers.md 8 additions, 0 deletions_actions/paniers.md
.editorconfig
0 → 100644
.gitattributes
0 → 100644
.github/CONTRIBUTING.md
0 → 100644
.github/FUNDING.yml
0 → 100644
.github/ISSUE_TEMPLATE/bug_report.md
0 → 100644
.github/ISSUE_TEMPLATE/documentation.md
0 → 100644
.github/ISSUE_TEMPLATE/feature_request.md
0 → 100644
.github/ISSUE_TEMPLATE/support.md
0 → 100644
.github/PULL_REQUEST_TEMPLATE.md
0 → 100644
.github/stale.yml
0 → 100644
.travis.yml
0 → 100644
404.html
deleted
100644 → 0
CHANGELOG.md
0 → 100644
This diff is collapsed.
source "https://rubygems.org" | ||
# 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 "jekyll", "~> 4.0.0" | ||
# This is the default theme for new Jekyll sites. You may change this to anything you like. | ||
gem "minima", "~> 2.5" | ||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and | ||
# uncomment the line below. To upgrade, run `bundle update github-pages`. | ||
# gem "github-pages", group: :jekyll_plugins | ||
# If you have any plugins, put them here! | ||
group :jekyll_plugins do | ||
gem "jekyll-feed", "~> 0.12" | ||
end | ||
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem | ||
# and associated library. | ||
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do | ||
gem "tzinfo", "~> 1.2" | ||
gem "tzinfo-data" | ||
end | ||
# Performance-booster for watching directories on Windows | ||
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform? | ||
gemspec |
LICENSE
0 → 100644
Rakefile
0 → 100644
_actions/ateliers.md
0 → 100644
_actions/jardin.md
0 → 100644
_actions/paniers.md
0 → 100644
Please register or sign in to comment