Skip to content

Commit 6b2be02

Browse files
committed
Switch to Jekyll
1 parent 40a3051 commit 6b2be02

File tree

37 files changed

+603
-444
lines changed

37 files changed

+603
-444
lines changed

.gitignore

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1 @@
1-
# See http://help.github.com/ignore-files/ for more about ignoring files.
2-
#
3-
# If you find yourself ignoring temporary files generated by your text editor
4-
# or operating system, you probably want to add a global ignore instead:
5-
# git config --global core.excludesfile ~/.gitignore_global
6-
7-
# Ignore bundler config
8-
/.bundle
9-
10-
# Ignore the build directory
11-
/build
12-
13-
# Ignore Sass' cache
14-
/.sass-cache
15-
16-
# Ignore .DS_store file
17-
.DS_Store
1+
/_site
File renamed without changes.

Gemfile

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,2 @@
11
source 'https://rubygems.org'
2-
3-
gem "middleman"
4-
5-
# Live-reloading plugin
6-
gem "middleman-livereload"
7-
8-
# deploy to github pages
9-
gem "middleman-deploy"
10-
11-
# For faster file watcher updates on Windows:
12-
gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]
2+
gem 'github-pages', group: :jekyll_plugins

0 commit comments

Comments
 (0)