Skip to content

Commit de37ea9

Browse files
committed
Rewritting
1 parent 36db385 commit de37ea9

28 files changed

+336
-1135
lines changed

.gitignore

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
_site
2-
.sass-cache
3-
*.gem
4-
.DS_Store
5-
.jekyll-cache
1+
_site/
2+
.sass-cache/
3+
.jekyll-cache/
4+
Gemfile.lock
5+
node_modules
6+
package-lock.json

Gemfile

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
source "https://rubygems.org"
2-
gem "minima", "~> 2.0"
3-
gem "github-pages", group: :jekyll_plugins
4-
gem "webrick", "~> 1.8"
1+
source 'https://rubygems.org'
2+
3+
group :jekyll_plugins do
4+
gem 'jekyll'
5+
gem 'jemoji'
6+
gem 'kramdown-parser-gfm'
7+
gem 'webrick'
8+
end

0 commit comments

Comments
 (0)