From c0750c1a3fc8a76c6b45300f10fdf2dd8e649d85 Mon Sep 17 00:00:00 2001 From: Alfred Xing Date: Wed, 16 Jul 2014 14:43:43 -0700 Subject: [PATCH] Fix rest of broken links --- site/_posts/2013-05-06-jekyll-1-0-0-released.markdown | 2 +- site/_posts/2013-05-08-jekyll-1-0-1-released.markdown | 2 +- site/_posts/2013-05-12-jekyll-1-0-2-released.markdown | 2 +- site/_posts/2013-06-07-jekyll-1-0-3-released.markdown | 2 +- site/_posts/2014-03-24-jekyll-1-5-0-released.markdown | 2 +- site/docs/github-pages.md | 2 +- site/docs/history.md | 4 ++-- site/docs/plugins.md | 2 +- site/docs/resources.md | 9 +++------ 9 files changed, 12 insertions(+), 15 deletions(-) diff --git a/site/_posts/2013-05-06-jekyll-1-0-0-released.markdown b/site/_posts/2013-05-06-jekyll-1-0-0-released.markdown index 34010e0c..4b8e3be1 100644 --- a/site/_posts/2013-05-06-jekyll-1-0-0-released.markdown +++ b/site/_posts/2013-05-06-jekyll-1-0-0-released.markdown @@ -19,5 +19,5 @@ examples and for compiling this list): Take a look at the [Upgrading][] page in the docs for more detailed information. -[history]: /docs/history/#100__20130506 +[history]: /docs/history/#v1-0-0 [Upgrading]: /docs/upgrading/ diff --git a/site/_posts/2013-05-08-jekyll-1-0-1-released.markdown b/site/_posts/2013-05-08-jekyll-1-0-1-released.markdown index 0a505ac3..90edcc26 100644 --- a/site/_posts/2013-05-08-jekyll-1-0-1-released.markdown +++ b/site/_posts/2013-05-08-jekyll-1-0-1-released.markdown @@ -24,4 +24,4 @@ See the [History][] page for more information on this release. [#{{ issue }}]: {{ site.repository }}/issues/{{ issue }} {% endfor %} -[History]: /docs/history/#101__20130508 +[History]: /docs/history/#v1-0-1 diff --git a/site/_posts/2013-05-12-jekyll-1-0-2-released.markdown b/site/_posts/2013-05-12-jekyll-1-0-2-released.markdown index 8993a6b0..2a2b97e6 100644 --- a/site/_posts/2013-05-12-jekyll-1-0-2-released.markdown +++ b/site/_posts/2013-05-12-jekyll-1-0-2-released.markdown @@ -25,4 +25,4 @@ See the [History][] page for more information on this release. [#{{ issue }}]: {{ site.repository }}/issues/{{ issue }} {% endfor %} -[History]: /docs/history/#102__20130512 +[History]: /docs/history/#v1-0-2 diff --git a/site/_posts/2013-06-07-jekyll-1-0-3-released.markdown b/site/_posts/2013-06-07-jekyll-1-0-3-released.markdown index 0a04da12..566ae668 100644 --- a/site/_posts/2013-06-07-jekyll-1-0-3-released.markdown +++ b/site/_posts/2013-06-07-jekyll-1-0-3-released.markdown @@ -22,4 +22,4 @@ See the [History][] page for more information on this release. [#{{ issue }}]: {{ site.repository }}/issues/{{ issue }} {% endfor %} -[History]: /docs/history/#103__20130607 +[History]: /docs/history/#v1-0-3 diff --git a/site/_posts/2014-03-24-jekyll-1-5-0-released.markdown b/site/_posts/2014-03-24-jekyll-1-5-0-released.markdown index 95eff0b9..5b103dc2 100644 --- a/site/_posts/2014-03-24-jekyll-1-5-0-released.markdown +++ b/site/_posts/2014-03-24-jekyll-1-5-0-released.markdown @@ -16,4 +16,4 @@ For a full changelog, check out our [history][] page. Now, back to work on 2.0.0! [fun issue with path sanitizing]: https://github.com/jekyll/jekyll/issues/1948 -[history]: /docs/history/#150__20140324 +[history]: /docs/history/#v1-5-0 diff --git a/site/docs/github-pages.md b/site/docs/github-pages.md index c73046eb..f126db0d 100644 --- a/site/docs/github-pages.md +++ b/site/docs/github-pages.md @@ -8,7 +8,7 @@ permalink: /docs/github-pages/ [GitHub Pages](http://pages.github.com) are public web pages for users, organizations, and repositories, that are freely hosted on GitHub's -[github.io]() domain or on a custom domain name of your choice. GitHub Pages are +`github.io` domain or on a custom domain name of your choice. GitHub Pages are powered by Jekyll behind the scenes, so in addition to supporting regular HTML content, they’re also a great way to host your Jekyll-powered website for free. diff --git a/site/docs/history.md b/site/docs/history.md index efb67d86..26edd57d 100644 --- a/site/docs/history.md +++ b/site/docs/history.md @@ -1277,7 +1277,7 @@ prev_section: contributing - Configuration options set in config.yml are now available through the site payload ([@vilcans](https://github.com/vilcans)) - Posts can now have an empty YAML front matter or none at all - ([@bahuvrihi](https://github.com/bahuvrihi)) + (@bahuvrihi) - Bug Fixes - Fixing Ruby 1.9 issue that requires to_s on the err object ([@Chrononaut](https://github.com/Chrononaut)) @@ -1289,7 +1289,7 @@ prev_section: contributing - Added trailing slash to pretty permalink style so Apache is happy ([@eugenebolshakov](https://github.com/eugenebolshakov)) - Bad markdown processor in config fails sooner and with better message - ([@gcnovus](https://github.com/gcnovus)) + (@gcnovus) - Allow CRLFs in yaml frontmatter ([@juretta](https://github.com/juretta)) - Added Date#xmlschema for Ruby versions < 1.9 diff --git a/site/docs/plugins.md b/site/docs/plugins.md index 1d0a29a5..2eb36d14 100644 --- a/site/docs/plugins.md +++ b/site/docs/plugins.md @@ -456,7 +456,7 @@ You can find a few useful plugins at the following locations: - [URL encoding by James An](https://gist.github.com/919275): Percent encoding for URIs. - [JSON Filter](https://gist.github.com/1850654) by [joelverhagen](https://github.com/joelverhagen): Filter that takes input text and outputs it as JSON. Great for rendering JavaScript. - [i18n_filter](https://github.com/gacha/gacha.id.lv/blob/master/_plugins/i18n_filter.rb): Liquid filter to use I18n localization. -- [Smilify](https://github.com/SaswatPadhi/jekyll_smilify) by [SaswatPadhi](https://github.com/SaswatPadhi): Convert text emoticons in your content to themeable smiley pics ([Demo](http://saswatpadhi.github.com/)). +- [Smilify](https://github.com/SaswatPadhi/jekyll_smilify) by [SaswatPadhi](https://github.com/SaswatPadhi): Convert text emoticons in your content to themeable smiley pics. - [Read in X Minutes](https://gist.github.com/zachleat/5792681) by [zachleat](https://github.com/zachleat): Estimates the reading time of a string (for blog post content). - [Jekyll-timeago](https://github.com/markets/jekyll-timeago): Converts a time value to the time ago in words. - [pluralize](https://github.com/bdesham/pluralize): Easily combine a number and a word into a gramatically-correct amount like “1 minute” or “2 minute**s**”. diff --git a/site/docs/resources.md b/site/docs/resources.md index 06a91aea..36c66c42 100644 --- a/site/docs/resources.md +++ b/site/docs/resources.md @@ -35,12 +35,9 @@ Jekyll’s growing use is producing a wide variety of tutorials, frameworks, ext > “Jekyll is a well-architected throwback to a time before WordPress, when men were men, and HTML was static. I like the ideas it espouses, and have made a few improvements to it’s core. Here, I’ll point out some highlights of my fork in the hopes that they see usage beyond this site.” - [‘About this Website’, by Carter Allen](http://cartera.me/2010/08/12/about-this-website/) > “Jekyll is everything that I ever wanted in a blogging engine. Really. It isn’t perfect, but what’s excellent about it is that if there’s something wrong, I know exactly how it works and how to fix it. It runs on the your machine only, and is essentially an added”build" step between you and the browser. I coded this entire site in TextMate using standard HTML5 and CSS3, and then at the end I added just a few little variables to the markup. Presto-chango, my site is built and I am at peace with the world.” -- [Generating a Tag Cloud in Jekyll](http://www.justkez.com/generating-a-tag-cloud-in-jekyll/) +- [Generating a Tag Cloud in Jekyll](http://www.justkez.com/generating-a-tag-cloud-in-jekyll/) +A guide to implementing a tag cloud and per-tag content pages using Jekyll. - A guide to implementing a tag cloud and per-tag content pages using Jekyll. - -- [Jekyll Extensions -= Pain](http://rfelix.com/2010/01/19/jekyll-extensions-minus-equal-pain/) - - A way to [extend Jekyll](https://github.com/rfelix/jekyll_ext) without forking and modifying the Jekyll gem codebase and some [portable Jekyll extensions](https://wiki.github.com/rfelix/jekyll_ext/extensions) that can be reused and shared. +- A way to [extend Jekyll](https://github.com/rfelix/jekyll_ext) without forking and modifying the Jekyll gem codebase and some [portable Jekyll extensions](https://wiki.github.com/rfelix/jekyll_ext/extensions) that can be reused and shared. - [Using your Rails layouts in Jekyll](http://numbers.brighterplanet.com/2010/08/09/sharing-rails-views-with-jekyll)