Last active
January 31, 2016 08:37
-
-
Save vinaynb/986ebdfc372e60435d76 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # Change url to your domain. Leave localhost server or blank when working locally. | |
| # or use the hint from http://jekyllrb.com/docs/github-pages/ to keep this the same | |
| # whether working locally or remotely. Start Jekyll with: jekyll serve --baseurl '' | |
| # Local | |
| baseurl: "0.0.0.0" | |
| # Live | |
| # baseurl: "http://vinaynb.github.io/" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment