Skip to content
This repository was archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #57 from Shopify/docs-config
Browse files Browse the repository at this point in the history
[Docs] Move Jekyll config to root and add source
  • Loading branch information
cshold authored Nov 29, 2016
2 parents 78849e5 + 3ed4ce6 commit 079aac7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ bundle install

Generate the docs:
```
jekyll serve -s docs
jekyll serve
```
If you get a permission error, try `bundle exec jekyll serve -s docs`

Expand Down
1 change: 1 addition & 0 deletions docs/_config.yml → _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ baseurl: "/slate"
url: "https://shopify.github.io"
sass:
cache: true
source: docs

# Build settings
markdown: kramdown
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
*If you are having troubles setting up jekyll, see https://jekyllrb.com/docs/installation/*

### Serve the documentation
- `jekyll serve -s docs`
If you get a permission error, try `bundle exec jekyll serve -s docs`
- `jekyll serve`
If you get a permission error, try `bundle exec jekyll serve`

View locally at [http://127.0.0.1:4000/slate/](http://127.0.0.1:4000/slate/).

Expand Down

0 comments on commit 079aac7

Please sign in to comment.