Use Jekyll
Showing
.gitignore
0 → 100644
Gemfile
0 → 100644
source "https://rubygems.org" | ||
ruby RUBY_VERSION | ||
# This will help ensure the proper Jekyll version is running. | ||
gem "jekyll", "3.4.0" | ||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] | ||
Gemfile.lock
0 → 100644
_config.yml
0 → 100644
_includes/footer.html
0 → 100644
_includes/head.html
0 → 100644
_includes/header.html
0 → 100644
_layouts/default.html
0 → 100644
_layouts/page.html
0 → 100644
_layouts/post.html
0 → 100644
_sass/_base.scss
0 → 100644
_sass/_layout.scss
0 → 100644