diff --git a/404.md b/404.md
index 20b2c3a3..4e444428 100644
--- a/404.md
+++ b/404.md
@@ -1,7 +1,7 @@
---
layout: page
title: "Page Not Found"
-description: "Page not found. Your pixels are in another canvas."
+excerpt: "Page not found. Your pixels are in another canvas."
image:
feature: texture-feature-01.jpg
credit: Texture Lovers
diff --git a/_config.yml b/_config.yml
index 75cb861c..16d2631a 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,45 +1,16 @@
+# Site wide configuration
+
title: Site Title
description: Describe your website.
-# Your site's domain goes here. Leave localhost server or blank when working locally.
+locale: en_US
url: http://localhost:4000
-disqus_shortname:
-# Owner/author information
-owner:
- name: Your Name
- avatar: bio-photo.jpg
- bio: "Describe your self."
- email: your@email.com
- # Social networking links are used in author-bio sidebar. Update and remove as you like.
- twitter:
- facebook:
- github:
- stackoverflow:
- linkedin:
- instagram:
- lastfm:
- tumblr:
- pinterest:
- foursquare:
- steam:
- dribbble:
- # For Google Authorship https://plus.google.com/authorship
- google_plus:
-# Analytics and webmaster tools stuff goes here
-google_analytics:
-google_verify:
-# https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here
-bing_verify:
+# Jekyll configuration
-# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
-timezone: America/New_York
-future: true
-highlighter: pygments
-markdown: kramdown
-
-# https://github.com/mojombo/jekyll/wiki/Permalinks
permalink: /:categories/:title/
+markdown: kramdown
+highlighter: pygments
kramdown:
auto_ids: true
@@ -48,12 +19,33 @@ kramdown:
toc_levels: 1..6
use_coderay: false
- coderay:
- coderay_line_numbers:
- coderay_line_numbers_start: 1
- coderay_tab_width: 4
- coderay_bold_every: 10
- coderay_css: class
+
+# Site owner
+owner:
+ name: Your Name
+ avatar: bio-photo.jpg
+ bio: "Describe your self."
+ email: your@email.com
+ disqus-shortname: minimalmistakes
+ twitter: mmistakes
+ facebook: michaelrose
+ google:
+ plus: +MichaelRoseDesign
+ analytics: UA-2011187-3
+ verify: UQj93ERU9zgECodaaXgVpkjrFn9UrDMEzVamacSoQ8Y
+ ad-client: ca-pub-7328585512091257
+ ad-slot: 7855747535
+ bing-verify: D81F4C18A6CB3018F64D7C827D953DFD
+ github: mmistakes
+ stackoverflow:
+ linkedin:
+ instagram: mmistakes
+ lastfm:
+ tumblr:
+ pinterest:
+ foursquare:
+ steam:
+ dribbble:
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/_data/authors.yml b/_data/authors.yml
new file mode 100644
index 00000000..45eafa22
--- /dev/null
+++ b/_data/authors.yml
@@ -0,0 +1,20 @@
+# Authors
+
+billy_rick:
+ name: Billy Rick
+ web: http://thewhip.com
+ email: billy@rick.com
+ bio: "What do you want, jewels? I am a very extravagant man."
+ avatar: bio-photo.jpg
+ twitter: extravagantman
+ google:
+ plus: +BillyRick
+
+cornelius_fiddlebone:
+ name: Cornelius Fiddlebone
+ email: cornelius@thewhip.com
+ bio: "I ordered what?"
+ avatar: bio-photo.jpg
+ twitter: rhymeswithsackit
+ google:
+ plus: +CorneliusFiddlebone
\ No newline at end of file
diff --git a/_includes/_author-bio.html b/_includes/_author-bio.html
index 2e9d0c9f..87d262d0 100644
--- a/_includes/_author-bio.html
+++ b/_includes/_author-bio.html
@@ -1,22 +1,24 @@
-{% if site.owner.avatar contains 'http://' %}
-
-{% elsif site.owner.avatar contains 'https://' %}
-
-{% else %}
-
+{% if page.author %}
+ {% assign author = site.data.authors[page.author] %}{% else %}{% assign author = site.owner %}
{% endif %}
-
{{ site.owner.bio }}
-{% if site.owner.twitter %} Twitter{% endif %} -{% if site.owner.facebook %} Facebook{% endif %} -{% if site.owner.google_plus %} Google+{% endif %} -{% if site.owner.linkedin %} LinkedIn{% endif %} -{% if site.owner.instagram %} Instagram{% endif %} -{% if site.owner.tumblr %} Tumblr{% endif %} -{% if site.owner.github %} Github{% endif %} -{% if site.owner.stackoverflow %} Stackoverflow{% endif %} -{% if site.owner.lastfm %} Last.fm{% endif %} -{% if site.owner.dribbble %} Dribbble{% endif %} -{% if site.owner.pinterest %} Pinterest{% endif %} -{% if site.owner.foursquare %} Foursquare{% endif %} -{% if site.owner.steam %} Steam{% endif %} \ No newline at end of file + +{% if author.avatar contains 'http' %} +{{ author.bio }}
+{% if author.twitter %} Twitter{% endif %} +{% if author.facebook %} Facebook{% endif %} +{% if author.google_plus %} Google+{% endif %} +{% if author.linkedin %} LinkedIn{% endif %} +{% if author.instagram %} Instagram{% endif %} +{% if author.tumblr %} Tumblr{% endif %} +{% if author.github %} Github{% endif %} +{% if author.stackoverflow %} Stackoverflow{% endif %} +{% if author.lastfm %} Last.fm{% endif %} +{% if author.dribbble %} Dribbble{% endif %} +{% if author.pinterest %} Pinterest{% endif %} +{% if author.foursquare %} Foursquare{% endif %} +{% if author.steam %} Steam{% endif %} \ No newline at end of file diff --git a/_includes/_disqus_comments.html b/_includes/_disqus_comments.html index 95b26b3b..0ce654e4 100644 --- a/_includes/_disqus_comments.html +++ b/_includes/_disqus_comments.html @@ -1,7 +1,7 @@ -{% if site.disqus_shortname %} +{% if site.owner.disqus-shortname %} + + + + © {{ site.time | date: '%Y' }} {{ site.owner.name }}. Powered by Jekyll using the Minimal Mistakes theme. diff --git a/_includes/_head.html b/_includes/_head.html index d6c020a7..80b89ecb 100644 --- a/_includes/_head.html +++ b/_includes/_head.html @@ -1,62 +1,21 @@