From 4017325981f8fda29daedf75febcc5d44e1aa0b8 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Thu, 27 Mar 2014 19:14:11 -0400 Subject: [PATCH 1/6] Add links to our lovely new Help repo --- site/_config.yml | 1 + site/_includes/primary-nav-items.html | 3 +++ site/docs/troubleshooting.md | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/site/_config.yml b/site/_config.yml index 7181a663..d05758a2 100644 --- a/site/_config.yml +++ b/site/_config.yml @@ -4,3 +4,4 @@ gauges_id: 503c5af6613f5d0f19000027 permalink: /news/:year/:month/:day/:title/ excerpt_separator: noifniof3nioaniof3nioafafinoafnoif repository: https://github.com/jekyll/jekyll +help_url: https://github.com/jekyll/help diff --git a/site/_includes/primary-nav-items.html b/site/_includes/primary-nav-items.html index d6843338..b6470af1 100644 --- a/site/_includes/primary-nav-items.html +++ b/site/_includes/primary-nav-items.html @@ -8,6 +8,9 @@
  • News
  • +
  • + Help +
  • View on GitHub
  • diff --git a/site/docs/troubleshooting.md b/site/docs/troubleshooting.md index 8219ded7..cdd531df 100644 --- a/site/docs/troubleshooting.md +++ b/site/docs/troubleshooting.md @@ -6,9 +6,9 @@ next_section: sites permalink: /docs/troubleshooting/ --- -If you ever run into problems installing or using Jekyll, here's a few tips +If you ever run into problems installing or using Jekyll, here are a few tips that might be of help. If the problem you’re experiencing isn’t covered below, -please [report an issue]({{ site.repository }}/issues/new) so the +please [report an issue]({{site.help_url}}/issues/new) so the Jekyll community can make everyone’s experience better. ## Installation Problems From fa769b5ac6e50cdd96e9f3b1dda0ef2070ce001d Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Fri, 28 Mar 2014 14:15:28 -0400 Subject: [PATCH 2/6] Link to Docs should always be 'Docs'. Props @cobyism --- site/_includes/primary-nav-items.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_includes/primary-nav-items.html b/site/_includes/primary-nav-items.html index b6470af1..536376c3 100644 --- a/site/_includes/primary-nav-items.html +++ b/site/_includes/primary-nav-items.html @@ -3,7 +3,7 @@ Overview
  • - Docsumentation + Docs
  • News From 116f41d16217edee153551507ea6b4ea9bb80b5a Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 31 Mar 2014 13:36:10 -0400 Subject: [PATCH 3/6] Shorten 'Overview' to 'Home' --- site/_includes/primary-nav-items.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_includes/primary-nav-items.html b/site/_includes/primary-nav-items.html index 536376c3..8859143e 100644 --- a/site/_includes/primary-nav-items.html +++ b/site/_includes/primary-nav-items.html @@ -1,6 +1,6 @@
    • - Overview + Home
    • Docs From e2d95975f61c7174501920e9e4b865c38ffba2a4 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Tue, 1 Apr 2014 18:30:36 -0400 Subject: [PATCH 4/6] Redirect all the people to the help repo. --- site/docs/troubleshooting.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/site/docs/troubleshooting.md b/site/docs/troubleshooting.md index cdd531df..e4289224 100644 --- a/site/docs/troubleshooting.md +++ b/site/docs/troubleshooting.md @@ -149,5 +149,9 @@ run into these errors, try setting `excerpt_separator: ""` in your
      Please report issues you encounter!
      -

      If you come across a bug, please create an issue on GitHub describing the problem and any work-arounds you find so we can document it here for others.

      +

      + If you come across a bug, please create an issue + on GitHub describing the problem and any work-arounds you find so we can + document it here for others. +

      From f3e80267da43f223c70a64cec24d48d11af3b025 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 2 Apr 2014 13:55:29 -0400 Subject: [PATCH 5/6] With 5 items in the main navigation, limit the width to 20% rather than 25%. --- site/_includes/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/_includes/css/style.css b/site/_includes/css/style.css index ddb3ede4..c184d911 100644 --- a/site/_includes/css/style.css +++ b/site/_includes/css/style.css @@ -117,8 +117,8 @@ nav li { .mobile-nav li { display: table-cell; - width: 25%; - padding: 8px; + width: 20%; + padding: 8px 2px; } @media (max-width: 768px){ From f68e4eeb72d8133f7c03f5d25d05ef9df3fdfed7 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 2 Apr 2014 13:58:55 -0400 Subject: [PATCH 6/6] Restore 'Documentation' ~> 'Docs' because long words are fun. --- site/_includes/primary-nav-items.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_includes/primary-nav-items.html b/site/_includes/primary-nav-items.html index 8859143e..f5628b7d 100644 --- a/site/_includes/primary-nav-items.html +++ b/site/_includes/primary-nav-items.html @@ -3,7 +3,7 @@ Home
    • - Docs + Docsumentation
    • News