gem install github-pages
gem update github-pages
jekyll build
jekyll serve
Now open your browser and go to http://localhost:4000
gem install bundler
bundle install
bundle exec jekyll serve
sudo chown -R $(whoami) /usr/local
sudo chown -R $(whoami) /Library/Ruby
brew install ruby
gem install bundler
gem install rouge
gem update --system
sudo gem cleanup
bundle install
bundle exec jekyll serve
- http://sgoettschkes.me/p/deploying-a-jekyll-website-to-github-pages-using-travisci.html
- http://intenseagile.com/2015/04/27/running-jekyll-on-codeanywhere.html
- http://www.steveklabnik.com/automatically_update_github_pages_with_travis_example/
- http://awestruct.org/auto-deploy-to-github-pages/
- https://github.com/mbonaci/mbo-storm/wiki/Integrate-Travis-CI-with-your-GitHub-repo
- https://travis-ci.org/profile/solrevdev
- https://docs.travis-ci.com/user/for-beginners
- https://docs.travis-ci.com/user/getting-started/
- https://help.github.com/articles/troubleshooting-custom-domains/#dns-configuration-errors
- https://help.github.com/articles/setting-up-a-www-subdomain/
- https://tinypress.co/settings
- https://github.com/blog/2100-github-pages-now-faster-and-simpler-with-jekyll-3-0
- https://github.com/solrevdev/solrevdev.github.io
- https://dnsimple.com/dashboard
- https://help.github.com/articles/troubleshooting-jekyll-builds/
- https://gist.github.com/razor-x/8166421
- https://github.com/mfenner/jekyll-travis
Generated by http://megaboilerplate.com
- Static Site Generator: jekyll
The MIT License (MIT)
Copyright (c) 2016 Sahat Yalkabov
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.