-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
efbb4af
commit eb7cf8f
Showing
28 changed files
with
637 additions
and
252 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ _site/ | |
.bundle | ||
.sass-cache | ||
vendor/ | ||
_site/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Contributing | ||
|
||
## install dependencies (recommend ruby version >= 2.3.0) | ||
``` | ||
gem install bundler jekyll --user-install | ||
bundle install --path vendor/bundle | ||
``` | ||
|
||
## running development server | ||
``` | ||
bundle exec jekyll serve | ||
``` | ||
|
||
## running development server on a server | ||
If you are running the development server on a server, you won't be able to access the server's internal localhost from your web browser. Instead you have to run on host 0.0.0.0 and then access the server through its domain name or IP address. | ||
``` | ||
bundle exec jekyll serve --host=0.0.0.0 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,6 @@ | ||
# teachosm | ||
Test site for teachosm | ||
|
||
## install dependencies (recommend ruby version >= 2.3.0) | ||
``` | ||
gem install bundler jekyll --user-install | ||
bundle install --path vendor/bundle | ||
``` | ||
# development | ||
For steps on running a local instance for development purposes, please see [CONTRIBUTING.md](CONTRIBUTING.md). | ||
|
||
## running development server | ||
``` | ||
bundle exec jekyll serve | ||
``` | ||
|
||
## running development server on a server | ||
If you are running the development server on a server, you won't be able to access the server's internal localhost from your web browser. Instead you have to run on host 0.0.0.0 and then access the server through its domain name or IP address. | ||
``` | ||
bundle exec jekyll serve --host=0.0.0.0 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.