Skip to content

Commit

Permalink
Merge pull request #53 from brianmaierjr/bye-compass
Browse files Browse the repository at this point in the history
Bye compass
  • Loading branch information
brianmaierjr authored Apr 7, 2017
2 parents 585810e + 71dcd82 commit 06039f8
Show file tree
Hide file tree
Showing 20 changed files with 1,741 additions and 149 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
_site
.sass-cache
.DS_Store
.ruby-version
.ruby-version
node_modules
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,4 @@ source 'http://rubygems.org'

gem "jekyll"
gem "jekyll-paginate"
gem "susy"
gem "normalize-scss"
gem "compass"
gem "sass"
gem "support-for"
44 changes: 13 additions & 31 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,23 +1,13 @@
GEM
remote: http://rubygems.org/
specs:
chunky_png (1.3.6)
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
colorator (1.1.0)
compass (1.0.3)
chunky_png (~> 1.2)
compass-core (~> 1.0.2)
compass-import-once (~> 1.0.5)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
sass (>= 3.3.13, < 3.5)
compass-core (1.0.3)
multi_json (~> 1.0)
sass (>= 3.3.0, < 3.5)
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)
ffi (1.9.14)
ffi (1.9.18)
forwardable-extended (2.6.0)
jekyll (3.2.1)
jekyll (3.4.3)
addressable (~> 2.4)
colorator (~> 1.0)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 1.1)
Expand All @@ -28,43 +18,35 @@ GEM
rouge (~> 1.7)
safe_yaml (~> 1.0)
jekyll-paginate (1.1.0)
jekyll-sass-converter (1.4.0)
jekyll-sass-converter (1.5.0)
sass (~> 3.4)
jekyll-watch (1.5.0)
listen (~> 3.0, < 3.1)
kramdown (1.11.1)
kramdown (1.13.2)
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)
multi_json (1.12.1)
normalize-scss (5.0.3)
sass (~> 3.3)
pathutil (0.14.0)
forwardable-extended (~> 2.6)
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
public_suffix (2.0.5)
rb-fsevent (0.9.8)
rb-inotify (0.9.8)
ffi (>= 0.5.0)
rouge (1.11.1)
safe_yaml (1.0.4)
sass (3.4.22)
support-for (1.0.6)
sass (3.4.23)
support-for (1.0.7)
sass (~> 3.3)
susy (2.2.12)
sass (>= 3.3.0, < 3.5)

PLATFORMS
ruby

DEPENDENCIES
compass
jekyll
jekyll-paginate
normalize-scss
sass
support-for
susy

BUNDLED WITH
1.12.5
1.14.6
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ If you really enjoy Long Haul and want to give me credit somewhere on the intern
## Features

- Minimal, Type Focused Design
- Built with SASS + COMPASS
- Layout with SUSY Grid
- Built with GULP + SASS + BROWSERSYNC + AUTOPREFIXER
- SVG Social Icons
- Responsive Nav Menu
- XML Feed for RSS Readers
Expand All @@ -28,9 +27,9 @@ If you really enjoy Long Haul and want to give me credit somewhere on the intern
3. Clone it
4. [Install Bundler](http://bundler.io/)
5. Run `bundle install`
6. Run Jekyll `jekyll serve -w`
7. Run `compass watch`
8. Customize!
6. Install gulp dependencies by running `npm install`
7. Run Jekyll and watch files by running `gulp`
8. Customize and watch the magic happen!

## Site Settings

Expand Down
2 changes: 1 addition & 1 deletion assets/css/style.css
100644 → 100755

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/scss/_config.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $primary-color: seagreen;
$secondary-color: #233E5B;
$tertiary-color: #aaa;
$link-color: $primary-color;
$background-color: seagreen;
$background-color: $primary-color;

$bad-color: $red; // Bad color for errors, validation etc.
$good-color: $green; // Good color for success etc.
Expand Down
Loading

0 comments on commit 06039f8

Please sign in to comment.