From e80469b7b01ed55144f9762fe4db52d2f35217c1 Mon Sep 17 00:00:00 2001 From: Joel Glovier Date: Mon, 8 Dec 2014 10:08:13 -0500 Subject: [PATCH 1/4] add in page nav to troubleshooting file --- site/_docs/troubleshooting.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/site/_docs/troubleshooting.md b/site/_docs/troubleshooting.md index 14023094..4bb12be8 100644 --- a/site/_docs/troubleshooting.md +++ b/site/_docs/troubleshooting.md @@ -11,6 +11,12 @@ that might be of help. If the problem you’re experiencing isn’t covered belo please [report an issue]({{site.help_url}}/issues/new) so the Jekyll community can make everyone’s experience better. +- [Installation Problems](#installation-problems) +- [Problems running Jekyll](#problems-running-jekyll) +- [Base-URL Problems](#base-url-problems) +- [Configuration problems](#configuration-problems) +- [Markup Problems](#markup-problems) + ## Installation Problems If you encounter errors during gem installation, you may need to install From 1694f8609c98ee2810316726ef13b13888dad820 Mon Sep 17 00:00:00 2001 From: Joel Glovier Date: Mon, 8 Dec 2014 10:08:54 -0500 Subject: [PATCH 2/4] update site dir readme Add some helpful info to the readme. --- site/README | 1 - site/README.md | 11 +++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) delete mode 100644 site/README create mode 100644 site/README.md diff --git a/site/README b/site/README deleted file mode 100644 index 60b411cb..00000000 --- a/site/README +++ /dev/null @@ -1 +0,0 @@ -Jekyll's awesome website. diff --git a/site/README.md b/site/README.md new file mode 100644 index 00000000..4e195cab --- /dev/null +++ b/site/README.md @@ -0,0 +1,11 @@ +# Jekyll docs site + +This directory contains the code for the Jekyll docs site, [jekyllrb.com](http://jekyllrb.com/). + +## Contributing + +For information about contributing, see the [Contributing page](http://jekyllrb.com/docs/contributing/). + +## Running locally + +You can preview your contributions before opening a pull request by running `jekyll serve` from within the directory. It's just a jekyll site, afterall! :wink: \ No newline at end of file From 12651c19e558b795f5b6fd3349f4987f471bb375 Mon Sep 17 00:00:00 2001 From: Joel Glovier Date: Mon, 8 Dec 2014 10:15:25 -0500 Subject: [PATCH 3/4] further clarify local dev steps --- site/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/site/README.md b/site/README.md index 4e195cab..df643719 100644 --- a/site/README.md +++ b/site/README.md @@ -8,4 +8,8 @@ For information about contributing, see the [Contributing page](http://jekyllrb. ## Running locally -You can preview your contributions before opening a pull request by running `jekyll serve` from within the directory. It's just a jekyll site, afterall! :wink: \ No newline at end of file +You can preview your contributions before opening a pull request by running from within the directory: +1. `bundle install` +2. `jekyll serve` + +It's just a jekyll site, afterall! :wink: \ No newline at end of file From f7891685220877be5e1073e35475319047d788b0 Mon Sep 17 00:00:00 2001 From: Joel Glovier Date: Tue, 9 Dec 2014 20:45:01 -0500 Subject: [PATCH 4/4] use rake instructions instead --- site/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/README.md b/site/README.md index df643719..d98f6db7 100644 --- a/site/README.md +++ b/site/README.md @@ -10,6 +10,6 @@ For information about contributing, see the [Contributing page](http://jekyllrb. You can preview your contributions before opening a pull request by running from within the directory: 1. `bundle install` -2. `jekyll serve` +2. `bundle exec rake site:preview` It's just a jekyll site, afterall! :wink: \ No newline at end of file