first commit
parents
.browserslistrc
0 → 100644
.eslintrc.yml
0 → 100644
.gitignore
0 → 100755
.postcssrc.js
0 → 100644
.stylelintrc.yml
0 → 100644
Gemfile
0 → 100644
source "https://rubygems.org" | ||
# Hello! This is where you manage which Jekyll version is used to run. | ||
# When you want to use a different version, change it below, save the | ||
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: | ||
# | ||
# bundle exec jekyll serve | ||
# | ||
# This will help ensure the proper Jekyll version is running. | ||
# Happy Jekylling! | ||
gem "jekyll", "~> 3.6.0" | ||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and | ||
# uncomment the line below. To upgrade, run `bundle update github-pages`. | ||
# gem "github-pages", group: :jekyll_plugins | ||
# If you have any plugins, put them here! | ||
group :jekyll_plugins do | ||
gem "jekyll-feed", "~> 0.6" | ||
gem "jekyll-menus" | ||
end | ||
# 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
LICENSE
0 → 100644
README.md
0 → 100755
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100755
{ | ||
"name": "blocks", | ||
"version": "0.1.0", | ||
"devDependencies": { | ||
"static-scripts": "0.1.3-3" | ||
}, | ||
"dependencies": { | ||
"static-scripts": "0.1.3-3", | ||
"gulp": "^3.9.1" | ||
}, | ||
"scripts": { | ||
"start": "static-scripts start", | ||
"preview": "static-scripts preview", | ||
"build": "static-scripts build", | ||
"eject": "static-scripts eject" | ||
} | ||
} | ||
\ No newline at end of file |
site/.forestry/settings.yml
0 → 100644
site/404.md
0 → 100644
site/_config.yml
0 → 100644
site/_config_development.yml
0 → 100644
site/_data/.gitkeep
0 → 100644
site/_data/menus.yml
0 → 100644
Please register or sign in to comment