-
- Downloads
Initial commit
parents
Branches
Tags
Showing
- 404.md 13 additions, 0 deletions404.md
- CNAME 1 addition, 0 deletionsCNAME
- Gemfile 30 additions, 0 deletionsGemfile
- _config.yml 168 additions, 0 deletions_config.yml
- _includes/.DS_Store 0 additions, 0 deletions_includes/.DS_Store
- _includes/button.html 1 addition, 0 deletions_includes/button.html
- _includes/figure.html 5 additions, 0 deletions_includes/figure.html
- _includes/icon.html 1 addition, 0 deletions_includes/icon.html
- _includes/image.html 12 additions, 0 deletions_includes/image.html
- _includes/map.html 3 additions, 0 deletions_includes/map.html
- _includes/nav-categories.html 9 additions, 0 deletions_includes/nav-categories.html
- _includes/nav-default.html 23 additions, 0 deletions_includes/nav-default.html
- _includes/nav-footer.html 20 additions, 0 deletions_includes/nav-footer.html
- _includes/nav-header.html 68 additions, 0 deletions_includes/nav-header.html
- _includes/nav-share.html 23 additions, 0 deletions_includes/nav-share.html
- _includes/nav-social.html 8 additions, 0 deletions_includes/nav-social.html
- _includes/post-categories.html 25 additions, 0 deletions_includes/post-categories.html
- _includes/post-comments.html 17 additions, 0 deletions_includes/post-comments.html
- _includes/post-list-frontpage.html 16 additions, 0 deletions_includes/post-list-frontpage.html
- _includes/post-list.html 34 additions, 0 deletions_includes/post-list.html
404.md
0 → 100644
CNAME
0 → 100644
Gemfile
0 → 100644
source "https://rubygems.org" | ||
# Make sure Jekyll 3.3 is running | ||
gem "jekyll", "~> 3.4" | ||
# The theme for the site | ||
gem "alembic-jekyll-theme", "~> 2.2" | ||
# The plugins for the site | ||
group :jekyll_plugins do | ||
gem "jekyll-sitemap" | ||
gem "jekyll-mentions" | ||
gem "jekyll-paginate" | ||
gem "jekyll-seo-tag" | ||
gem "jekyll-redirect-from" | ||
gem "jekyll-default-layout" | ||
gem "jekyll-feed" | ||
gem "jemoji" | ||
gem 'jekyll-twitter-plugin' | ||
end | ||
require 'rbconfig' | ||
if RbConfig::CONFIG['target_os'] =~ /darwin(1[0-3])/i | ||
gem 'rb-fsevent', '<= 0.9.4' | ||
end | ||
require 'rbconfig' | ||
if RbConfig::CONFIG['target_os'] =~ /darwin(1[0-3])/i | ||
gem 'rb-fsevent', '<= 0.9.4' | ||
end |
_config.yml
0 → 100644
_includes/.DS_Store
0 → 100644
File added
_includes/button.html
0 → 100644
_includes/figure.html
0 → 100644
_includes/icon.html
0 → 100644
_includes/image.html
0 → 100644
_includes/map.html
0 → 100644
_includes/nav-categories.html
0 → 100644
_includes/nav-default.html
0 → 100644
_includes/nav-footer.html
0 → 100644
_includes/nav-header.html
0 → 100644
_includes/nav-share.html
0 → 100644
_includes/nav-social.html
0 → 100644
_includes/post-categories.html
0 → 100644
_includes/post-comments.html
0 → 100644
_includes/post-list-frontpage.html
0 → 100644
_includes/post-list.html
0 → 100644
Please register or sign in to comment