-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SASS modify header color and hide some more
- Loading branch information
1 parent
cea1b10
commit 86cd2ef
Showing
3 changed files
with
18 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
|
||
title: Project Pages | ||
header-img: img/home-bg.jpg | ||
headercolor: "#FFFFFF" | ||
logo: /project-pages/img/logos/Project-Pages-New-Logo-Inverted.png | ||
email: [email protected] | ||
description: "Write your site description here. It will be used as your sites meta description as well!" | ||
|
@@ -23,7 +24,7 @@ exclude: ["less","node_modules","Gruntfile.js","package.json","README.md"] | |
|
||
# Prose Settings | ||
prose: | ||
ignore: ['feed.xml', '/stl', '/ply', '/js', '/plugin', '/lib', '/projectors', '_layouts', '/includes', 'Gruntfile.js', 'package.json', 'proselinks.jsonp', 'ppanchor.matin', '.gitignore', '/search', '/css/print'] | ||
ignore: ['feed.xml', '/stl', '/ply', '/js', '/plugin', '/lib', '/projectors', '_layouts', '/_includes', 'Gruntfile.js', 'package.json', 'proselinks.jsonp', 'ppanchor.matin', '.gitignore', '/search', '/css'] | ||
siteurl: 'http://ahmetcecen.github.io/project-pages/' | ||
ispp: true | ||
media: 'img' | ||
|
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
--- | ||
$header-color: {{ site.headercolor }}; | ||
|
||
.intro-header .site-heading, | ||
.intro-header .post-heading, | ||
.intro-header .page-heading { | ||
color: $header-color; | ||
} | ||
|
||
hr.small { | ||
border-color: $header-color; | ||
} |