diff --git a/404.md b/404.md
index 59218627..3981c8c7 100644
--- a/404.md
+++ b/404.md
@@ -4,7 +4,7 @@ title: "Page Not Found"
excerpt: "Page not found. Your pixels are in another canvas."
sitemap: false
permalink: /404.html
----
+---
Sorry, but the page you were trying to view does not exist --- perhaps you can try searching for it below.
@@ -14,4 +14,4 @@ Sorry, but the page you were trying to view does not exist --- perhaps you can t
\ No newline at end of file
+
diff --git a/Gemfile b/Gemfile
index f6958278..2af79e0b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,4 +2,4 @@ source 'https://rubygems.org'
gem 'jekyll'
gem 'jekyll-sitemap'
-gem 'octopress', '~> 3.0.0.rc.12'
\ No newline at end of file
+gem 'octopress', '~> 3.0.0.rc.12'
diff --git a/README.md b/README.md
index afe57d51..575e1692 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
# Minimal Mistakes
-**[Minimal Mistakes](http://mmistakes.github.io/minimal-mistakes)** is a two column responsive Jekyll theme perfect for powering your GitHub hosted blog.
+**[Minimal Mistakes](http://mmistakes.github.io/minimal-mistakes)** is a two column responsive Jekyll theme perfect for powering your GitHub hosted blog.
## Minimal Mistakes is all about:
* Responsive templates. Looking good on mobile, tablet, and desktop.
-* Gracefully degrading in older browsers. Compatible with Internet Explorer 8+ and all modern browsers.
+* Gracefully degrading in older browsers. Compatible with Internet Explorer 8+ and all modern browsers.
* Minimal embellishments -- content first.
* Optional large feature images for posts and pages.
* Simple and clear permalink structure.
@@ -20,4 +20,4 @@ See a [live version of Minimal Mistakes](http://mmistakes.github.io/minimal-mist
Minimal Mistakes takes advantage of Sass and data files to make customizing easier. These features require Jekyll 2.x and will not work with older versions of Jekyll.
-To learn how to install and use this theme check out the [Setup Guide](http://mmistakes.github.io/minimal-mistakes/theme-setup/) for more information.
\ No newline at end of file
+To learn how to install and use this theme check out the [Setup Guide](http://mmistakes.github.io/minimal-mistakes/theme-setup/) for more information.
diff --git a/_config.yml b/_config.yml
index 2fa10c3a..08e0ce1d 100644
--- a/_config.yml
+++ b/_config.yml
@@ -2,7 +2,7 @@
title: Site Title
locale: en_US
-url:
+url:
# Jekyll configuration
@@ -29,19 +29,19 @@ owner:
name: Your Name
avatar: bio-photo.jpg
bio: "Describe your self."
- email:
- disqus-shortname:
+ email:
+ disqus-shortname:
twitter: #username
facebook: #username
google:
plus: #username
- analytics:
- verify:
- ad-client:
- ad-slot:
- bing-verify:
+ analytics:
+ verify:
+ ad-client:
+ ad-slot:
+ bing-verify:
github: #username
- stackoverflow: #http://stackoverflow.com/users/123456/username
+ stackoverflow: #123456/username from a "http://stackoverflow.com/users/123456/username" link
linkedin: #username
xing: #username
instagram: #username
@@ -55,6 +55,7 @@ owner:
soundcloud: #username
weibo: #username
flickr: #username
+ codepen: #username
include: [".htaccess"]
exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules", "Gemfile", "Gemfile.lock", "LICENSE", "README.md"]
diff --git a/_includes/_author-bio.html b/_includes/_author-bio.html
index 81eaaffe..7fd24e34 100644
--- a/_includes/_author-bio.html
+++ b/_includes/_author-bio.html
@@ -31,4 +31,5 @@
{% if author.soundcloud %} Soundcloud{% endif %}
{% if author.weibo %} Weibo{% endif %}
{% if author.flickr %} Flickr{% endif %}
+ {% if author.codepen %} CodePen{% endif %}
diff --git a/_includes/_scripts.html b/_includes/_scripts.html
index 9fc26ff5..42d75b3e 100644
--- a/_includes/_scripts.html
+++ b/_includes/_scripts.html
@@ -5,7 +5,7 @@