diff --git a/_config.yml b/_config.yml
index d4fcf88..b17c0aa 100644
--- a/_config.yml
+++ b/_config.yml
@@ -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: your-email@yourdomain.com
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'
diff --git a/_includes/head.html b/_includes/head.html
index f3bffc7..7707e39 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -15,6 +15,9 @@
+
+
+
@@ -54,8 +57,6 @@
-
-
{% include analytics.html %}
diff --git a/colorscheme.scss b/colorscheme.scss
new file mode 100644
index 0000000..1fa4646
--- /dev/null
+++ b/colorscheme.scss
@@ -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;
+}
\ No newline at end of file