https://github.com/github/pages-gem
bundle update github-pages
-> aktualisiert Gemfile.lock
Gist Support through jekyll-gist
{% gist parkr/c08ee0f2726fd0e3909d test.md %}
Mac users: To install ruby
run brew install ruby
https://help.github.com/articles/using-jekyll-with-pages/
sudo gem install bundler
bundle install
bundle exec jekyll serve --drafts --baseurl '' --profile --incremental
GitHub Pages don't support Bower directly, so we just use Bower for download and then copy the necessary parts directly to vendor/
.
If you don't have Bower already installed, run npm -g install bower
.