From 7ef76246a6fc7571c8620420397b584f6262f641 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Mon, 28 Jul 2014 21:17:02 -0400 Subject: [PATCH] Revert "Revert "Fix broken links and add missing alt descriptions"" This reverts commit 67d58a77cf76beba58fe9113ce782501f61436b1. --- _config.yml | 2 +- _posts/2011-03-10-sample-post.md | 4 +-- _posts/2012-05-22-readability-post.md | 2 +- _posts/2013-05-22-sample-post-images.md | 34 +++++++++---------- _posts/2013-05-23-readability-feature-post.md | 2 +- _posts/2013-06-25-video-post.md | 2 +- _posts/2013-08-12-sample-link-post.md | 2 +- _posts/2013-08-16-code-highlighting-post.md | 2 +- _posts/2014-06-19-author-override.md | 2 +- about.md | 4 +-- theme-setup.md | 4 +-- 11 files changed, 30 insertions(+), 30 deletions(-) diff --git a/_config.yml b/_config.yml index c589cd4..e6e192f 100644 --- a/_config.yml +++ b/_config.yml @@ -5,7 +5,7 @@ disqus_shortname: search: true # Change url to your domain. Leave localhost server or blank when working locally. # You don't need to specify the protocol if you want it available on http and https. Example: //localhost:4000 -url: http://localhost:4000 +# url: http://localhost:4000 # Owner/author information owner: diff --git a/_posts/2011-03-10-sample-post.md b/_posts/2011-03-10-sample-post.md index 3c41627..b1d2506 100644 --- a/_posts/2011-03-10-sample-post.md +++ b/_posts/2011-03-10-sample-post.md @@ -4,7 +4,7 @@ title: Sample Post description: "Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more." modified: 2013-05-31 category: articles -tags: [sample post] +tags: [sample-post] image: feature: so-simple-sample-image-1.jpg credit: Michael Rose @@ -93,4 +93,4 @@ Non Pygments code example Make any link standout more when applying the `.btn` class. -
This is a button
+
This is a button
diff --git a/_posts/2012-05-22-readability-post.md b/_posts/2012-05-22-readability-post.md index f4095a1..c854fd0 100644 --- a/_posts/2012-05-22-readability-post.md +++ b/_posts/2012-05-22-readability-post.md @@ -3,7 +3,7 @@ layout: post title: "Testing Readability with a Bunch of Text" description: "A ton of text to test readability." category: articles -tags: [sample post, readability, test, intro] +tags: [sample-post, readability, test, intro] image: feature: so-simple-sample-image-2.jpg credit: Michael Rose diff --git a/_posts/2013-05-22-sample-post-images.md b/_posts/2013-05-22-sample-post-images.md index b84fdd4..bbf35cd 100644 --- a/_posts/2013-05-22-sample-post-images.md +++ b/_posts/2013-05-22-sample-post-images.md @@ -3,7 +3,7 @@ layout: post title: "A Post with Images" description: "Examples and code for displaying images in posts." category: articles -tags: [sample post, images, test] +tags: [sample-post, images, test] comments: true share: true --- @@ -15,7 +15,7 @@ Here are some examples of what a post with images might look like. If you want t ### One Up
- + image
Morning Fog Emerging From Trees by A Guy Taking Pictures, on Flickr.
@@ -25,8 +25,8 @@ Apply the `half` class like so to display two images side by side that share the {% highlight html %}
- - + image + image
Caption describing these two images.
{% endhighlight %} @@ -34,10 +34,10 @@ Apply the `half` class like so to display two images side by side that share the And you'll get something that looks like this:
- - - - + image + image + image + image
Two images.
@@ -47,9 +47,9 @@ Apply the `third` class like so to display three images side by side that share {% highlight html %}
- - - + image + image + image
Caption describing these three images.
{% endhighlight %} @@ -57,11 +57,11 @@ Apply the `third` class like so to display three images side by side that share And you'll get something that looks like this:
- - - - - - + image + image + image + image + image + image
Three images.
\ No newline at end of file diff --git a/_posts/2013-05-23-readability-feature-post.md b/_posts/2013-05-23-readability-feature-post.md index 3ca1743..fa94fb6 100644 --- a/_posts/2013-05-23-readability-feature-post.md +++ b/_posts/2013-05-23-readability-feature-post.md @@ -3,7 +3,7 @@ layout: post title: "Post with Large Feature Image and Text" description: "Custom written post descriptions are the way to go... if you're not lazy." category: articles -tags: [sample post, readability] +tags: [sample-post, readability] modified: 2013-06-30 image: feature: so-simple-sample-image-3.jpg diff --git a/_posts/2013-06-25-video-post.md b/_posts/2013-06-25-video-post.md index 2dae191..d9cae2b 100644 --- a/_posts/2013-06-25-video-post.md +++ b/_posts/2013-06-25-video-post.md @@ -3,7 +3,7 @@ layout: post title: "A Post with a Video" description: "Custom written post descriptions are the way to go... if you're not lazy." category: articles -tags: [sample post, video] +tags: [sample-post, video] comments: true share: true --- diff --git a/_posts/2013-08-12-sample-link-post.md b/_posts/2013-08-12-sample-link-post.md index 4a80409..8cef5ca 100644 --- a/_posts/2013-08-12-sample-link-post.md +++ b/_posts/2013-08-12-sample-link-post.md @@ -3,7 +3,7 @@ layout: post title: "Sample Link Post" description: "Example and code for using link posts." category: articles -tags: [sample post, link post] +tags: [sample-post, link-post] comments: true link: http://mademistakes.com --- diff --git a/_posts/2013-08-16-code-highlighting-post.md b/_posts/2013-08-16-code-highlighting-post.md index 10e8a76..faf3ca4 100644 --- a/_posts/2013-08-16-code-highlighting-post.md +++ b/_posts/2013-08-16-code-highlighting-post.md @@ -3,7 +3,7 @@ layout: post title: Syntax Highlighting Post description: "Demo post displaying the various ways of highlighting code in Markdown." category: articles -tags: [sample post, code, highlighting] +tags: [sample-post, code, highlighting] image: feature: so-simple-sample-image-5.jpg credit: Michael Rose diff --git a/_posts/2014-06-19-author-override.md b/_posts/2014-06-19-author-override.md index c39b797..ab181d9 100644 --- a/_posts/2014-06-19-author-override.md +++ b/_posts/2014-06-19-author-override.md @@ -3,7 +3,7 @@ layout: post title: "Override Author Byline Test Post" description: "An article to test overriding the default site author." category: articles -tags: [sample post, readability, test] +tags: [sample-post, readability, test] author: name: Billy Rick avatar: bio-photo-alt.jpg diff --git a/about.md b/about.md index c60b703..3d98b89 100644 --- a/about.md +++ b/about.md @@ -10,7 +10,7 @@ image: creditlink: http://mademistakes.com --- -Looking for a simple, responsive, theme for your Jekyll powered blog? Well look no further. Here be **So Simple Theme**, the followup to [**Minimal Mistakes**](http://mmistakes.github.io/minimal-mistakes) --- by designer slash illustrator [Michael Rose](http://mademistakes). +Looking for a simple, responsive, theme for your Jekyll powered blog? Well look no further. Here be **So Simple Theme**, the followup to [**Minimal Mistakes**](http://mmistakes.github.io/minimal-mistakes) --- by designer slash illustrator [Michael Rose](http://mademistakes.com). ## So Simple Theme is all about: @@ -23,7 +23,7 @@ Looking for a simple, responsive, theme for your Jekyll powered blog? Well look * Simple and clear permalink structure[^1]. * Tags for [Open Graph](https://developers.facebook.com/docs/opengraph/) and [Twitter Cards](https://dev.twitter.com/docs/cards) for a better social sharing experience. * Vanilla [custom 404 page]({{ site.url }}/404.html) to get you started. -* Stylesheets for Pygments and Coderay [syntax highlighting](http://mmistakes.github.io/articles/so-simple-theme/code-highlighting-post/) to make your code examples look snazzy. +* Stylesheets for Pygments and Coderay [syntax highlighting](http://mmistakes.github.io/so-simple-theme/articles/code-highlighting-post/) to make your code examples look snazzy. * Simple search that overlays results based on post title. * [Grunt build script]({{ site.url }}/theme-setup/index.html#theme-development) for easier theme development. * [Sitemap](https://github.com/mmistakes/so-simple-theme/blob/master/sitemap.xml) for search engines diff --git a/theme-setup.md b/theme-setup.md index 4810a16..f1cfc41 100644 --- a/theme-setup.md +++ b/theme-setup.md @@ -142,7 +142,7 @@ Including a link to your Google+ profile has the added benefit of displaying [Go #### Google Analytics and Webmaster Tools -Your Google Analytics ID goes here along with meta tags for [Google Webmaster Tools](http://support.google.com/webmasters/bin/answer.py?hl=en&answer=35179) and [Bing Webmaster Tools](https://ssl.bing.com/webmaster/configure/verify/ownershi) site verification. +Your Google Analytics ID goes here along with meta tags for [Google Webmaster Tools](http://support.google.com/webmasters/bin/answer.py?hl=en&answer=35179) and [Bing Webmaster Tools](https://ssl.bing.com/webmaster/configure/verify/ownership) site verification. #### Top Navigation Links @@ -287,7 +287,7 @@ Having a problem getting something to work or want to know why I setup something ## License -This theme is free and open source software, distributed under the [GNU General Public License]({{ site.url }}/LICENSE) version 2 or later. So feel free to to modify this theme to suit your needs. +This theme is free and open source software, distributed under the GNU General Public License version 2 or later. So feel free to to modify this theme to suit your needs. If you'd like to give me credit somewhere on your blog or tweet a shout out to [@mmistakes](https://twitter.com/mmistakes), that would be pretty sweet.