You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,20 @@ The website is built using [Jekyll](http://jekyllrb.com/). Github hosts static
9
9
10
10
Getting involved is easy. You don't even NEED Jekyll installed locally, but it helps. Changes and pull requests are encouraged. Want to fix a typo. Add some info? Add a page, or more? Go for it.
11
11
12
+
## Setup Jekyll
13
+
14
+
Two easy options to get going with Jekyll.
15
+
16
+
* Instructions to install [Jekyll](https://jekyllrb.com/docs/quickstart/)
17
+
* If you have [Docker](https://www.docker.com/community-edition), here's a couple options.
18
+
* If you already have Docker installed, this simple one line command will build and host jekyll [(bretfisher/jekyll-serve)](https://github.com/bretfisher/jekyll-serve).:
19
+
`docker run -p 4000:4000 -v "$PWD:/site" bretfisher/jekyll-serve`
20
+
* Or a more robust solution [Docker + Jekyll](https://github.com/envygeeks/jekyll-docker).
21
+
12
22
### Here's How
13
23
14
24
1.`Fork` the repository: [How to Fork](https://help.github.com/articles/fork-a-repo/).
15
-
1. Make changes.
25
+
1. Make changes.
16
26
1. Optionally, enable Travis for yourself on this repo: `https://travis-ci.org/profile/**username**`. [Read more](http://jekyllrb.com/docs/continuous-integration/)
17
27
1. Create a `Pull Request` to share: [How to create a Pull Request](https://help.github.com/articles/using-pull-requests/)
0 commit comments