Skip to content

Commit

Permalink
scss baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
codinfox committed May 22, 2016
1 parent 62e7883 commit 64182fc
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ validation-report.json
# Folders to ignore
node_modules
bower_components

# sass
.sass-cache
8 changes: 6 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ paginate: 5

permalink: pretty

# About/contact
# About/contact
author:
name: Mark Otto
email: markdotto@gmail.com

# Custom vars
# Custom vars
version: 1.0.0

gems:
Expand All @@ -23,3 +23,7 @@ gems:
markdown: kramdown
kramdown:
input: GFM

sass:
style: compressed
sass_dir: _scss
4 changes: 1 addition & 3 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
</title>

<!-- CSS -->
<link rel="stylesheet" href="{{ site.baseurl }}/public/css/poole.css">
<link rel="stylesheet" href="{{ site.baseurl }}/public/css/syntax.css">
<link rel="stylesheet" href="{{ site.baseurl }}/public/css/lanyon.css">
<link rel="stylesheet" href="{{ site.baseurl }}/public/css/main.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400">

<!-- Icons -->
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions public/css/main.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
---

@import 'base/poole';
@import 'base/lanyon';
@import 'base/syntax';

0 comments on commit 64182fc

Please sign in to comment.