From 43873bb881e7316d457f4716f4984be8f9745890 Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Sat, 27 Feb 2016 11:45:34 -0800 Subject: [PATCH] Add 'view source' entry Sometimes the best help is seeing how others' have done. Just an idea... I notice there's also https://talk.jekyllrb.com/t/showcase-sites-made-using-jekyll/18 and https://github.com/showcases/github-pages-examples but this Help page seems to use links exclusively in headings and second link probably includes non-Jekyll sites. --- site/help/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/help/index.md b/site/help/index.md index 7219114e..11213471 100644 --- a/site/help/index.md +++ b/site/help/index.md @@ -14,6 +14,10 @@ Known breaking changes are listed in the upgrading docs. Our guide to Jekyll covering installation, writing, customization, deployment, and more. +### [View source](https://github.com/jekyll/jekyll/wiki/sites) + +Learn from the source of others' Jekyll-powered sites. + ### [Google](https://www.google.com/?q=jekyll) Add **jekyll** to almost any query, and you'll find just what you need.