Skip to content

Commit a090167

Browse files
committedApr 29, 2015
init commit. forked from plusjade/jekyll-bootstrap
0 parents  commit a090167

Some content is hidden

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

62 files changed

+2816
-0
lines changed
 

‎.gitignore

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
_site/*
2+
_theme_packages/*
3+
4+
Thumbs.db
5+
.DS_Store
6+
7+
!.gitkeep
8+
9+
.rbenv-version
10+
.rvmrc

‎404.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Sorry this page does not exist =(

0 commit comments

Comments
 (0)
Please sign in to comment.