-
Notifications
You must be signed in to change notification settings - Fork 5
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
ccb2301
commit f44086c
Showing
2 changed files
with
10 additions
and
5 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 |
---|---|---|
@@ -1,2 +1,7 @@ | ||
watch: | ||
@docker run --rm --volume="$PWD:/srv/jekyll" -it jekyll/jekyll:3.5 jekyll build --watch | ||
serve: | ||
@docker run --rm \ | ||
--volume="$$PWD:/srv/jekyll" \ | ||
--volume="$$PWD/vendor/bundle:/usr/local/bundle" \ | ||
-p 35729:35729 \ | ||
-p 4000:4000 \ | ||
-it jekyll/jekyll:latest jekyll serve --force_polling --livereload |
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 |
---|---|---|
|
@@ -10,9 +10,9 @@ Certifique-se de você tem o docker instalado | |
|
||
$ git clone [email protected]:linguagil/2018.git | ||
$ cd 2018 | ||
$ make watch | ||
Abra o arquivo ```2018/_site/index.html``` | ||
$ make serve | ||
|
||
Abra a url: http://0.0.0.0:4000/ | ||
|
||
## Como participar da organização | ||
|
||
|