Skip to content
This repository was archived by the owner on Apr 2, 2022. It is now read-only.

Commit 0573cd6

Browse files
committed
Initial changes
1 parent 73db9a4 commit 0573cd6

File tree

563 files changed

+258
-15371
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

563 files changed

+258
-15371
lines changed

.editorconfig

Lines changed: 0 additions & 13 deletions
This file was deleted.

.gitattributes

Lines changed: 0 additions & 6 deletions
This file was deleted.

.github/CONTRIBUTING.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 68 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/documentation.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/support.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/stale.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

Gemfile

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,31 @@
11
source "https://rubygems.org"
2-
gemspec
2+
3+
# Hello! This is where you manage which Jekyll version is used to run.
4+
# When you want to use a different version, change it below, save the
5+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
6+
#
7+
# bundle exec jekyll serve
8+
#
9+
# This will help ensure the proper Jekyll version is running.
10+
# Happy Jekylling!
11+
12+
# gem "github-pages", group: :jekyll_plugins
13+
14+
# To upgrade, run `bundle update`.
15+
16+
gem "jekyll"
17+
gem "minimal-mistakes-jekyll"
18+
19+
# The following plugins are automatically loaded by the theme-gem:
20+
# gem "jekyll-paginate"
21+
# gem "jekyll-sitemap"
22+
# gem "jekyll-gist"
23+
# gem "jekyll-feed"
24+
# gem "jekyll-include-cache"
25+
#
26+
# If you have any other plugins, put them here!
27+
group :jekyll_plugins do
28+
gem "jekyll-archives"
29+
gem "tzinfo"
30+
gem "tzinfo-data"
31+
end

0 commit comments

Comments
 (0)