Skip to content

Commit 18561ae

Browse files
committed
Add jekyll build support
1 parent 989e09b commit 18561ae

File tree

192 files changed

+28148
-0
lines changed

Some content is hidden

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

192 files changed

+28148
-0
lines changed

.editorconfig

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# what's this?
2+
# - http://editorconfig.org
3+
4+
[*.js]
5+
end_of_line = lf
6+
indent_style = space
7+
indent_size = 4

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.DS_Store
2+
Gemfile.lock
3+
_site
4+
_tempconfig.yml

0 commit comments

Comments
 (0)