This repository has been archived by the owner on Jul 21, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Change framework to bootstrap 4 Also moves us from LESS to SCSS Signed-off-by: Matt Stratton <[email protected]> * Format with bootstrap 4 Signed-off-by: Matt Stratton <[email protected]> * Add styling to navs Signed-off-by: Matt Stratton <[email protected]> * Compress CSS file Signed-off-by: Matt Stratton <[email protected]>
- Loading branch information
1 parent
4169441
commit 4d299f5
Showing
305 changed files
with
46,525 additions
and
15,329 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
source 'https://rubygems.org' | ||
|
||
group :development, :test do | ||
gem 'jekyll', '~> 3.1.2' | ||
gem 'jekyll-sitemap', '~> 0.11.0' | ||
gem 'jekyll', '~> 3.3.1' | ||
gem 'jekyll-redirect-from', '~> 0.12.0' | ||
gem 'jekyll-sitemap', '~> 0.12.0' | ||
gem 'scss_lint', '~> 0.51.0' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,58 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
addressable (2.4.0) | ||
colorator (0.1) | ||
ffi (1.9.14-x64-mingw32) | ||
jekyll (3.1.6) | ||
colorator (~> 0.1) | ||
addressable (2.5.0) | ||
public_suffix (~> 2.0, >= 2.0.2) | ||
colorator (1.1.0) | ||
ffi (1.9.14) | ||
forwardable-extended (2.6.0) | ||
jekyll (3.3.1) | ||
addressable (~> 2.4) | ||
colorator (~> 1.0) | ||
jekyll-sass-converter (~> 1.0) | ||
jekyll-watch (~> 1.1) | ||
kramdown (~> 1.3) | ||
liquid (~> 3.0) | ||
mercenary (~> 0.3.3) | ||
pathutil (~> 0.9) | ||
rouge (~> 1.7) | ||
safe_yaml (~> 1.0) | ||
jekyll-sass-converter (1.4.0) | ||
jekyll-redirect-from (0.12.0) | ||
jekyll (~> 3.3) | ||
jekyll-sass-converter (1.5.0) | ||
sass (~> 3.4) | ||
jekyll-sitemap (0.11.0) | ||
addressable (~> 2.4.0) | ||
jekyll-watch (1.4.0) | ||
jekyll-sitemap (0.12.0) | ||
jekyll (~> 3.3) | ||
jekyll-watch (1.5.0) | ||
listen (~> 3.0, < 3.1) | ||
kramdown (1.11.1) | ||
kramdown (1.13.1) | ||
liquid (3.0.6) | ||
listen (3.0.8) | ||
rb-fsevent (~> 0.9, >= 0.9.4) | ||
rb-inotify (~> 0.9, >= 0.9.7) | ||
mercenary (0.3.6) | ||
rb-fsevent (0.9.7) | ||
pathutil (0.14.0) | ||
forwardable-extended (~> 2.6) | ||
public_suffix (2.0.5) | ||
rake (12.0.0) | ||
rb-fsevent (0.9.8) | ||
rb-inotify (0.9.7) | ||
ffi (>= 0.5.0) | ||
rouge (1.11.1) | ||
safe_yaml (1.0.4) | ||
sass (3.4.22) | ||
sass (3.4.23) | ||
scss_lint (0.51.0) | ||
rake (>= 0.9, < 13) | ||
sass (~> 3.4.20) | ||
|
||
PLATFORMS | ||
x64-mingw32 | ||
ruby | ||
|
||
DEPENDENCIES | ||
jekyll (~> 3.1.2) | ||
jekyll-sitemap (~> 0.11.0) | ||
jekyll (~> 3.3.1) | ||
jekyll-redirect-from (~> 0.12.0) | ||
jekyll-sitemap (~> 0.12.0) | ||
scss_lint (~> 0.51.0) | ||
|
||
BUNDLED WITH | ||
1.12.5 | ||
1.13.6 |
Oops, something went wrong.