/ronnyhartenstein.github.io

Github Jekyl Seite

Primary LanguageCSSMIT LicenseMIT

Blog rh-flow.de

Bundle Update

https://github.com/github/pages-gem

bundle update github-pages -> aktualisiert Gemfile.lock

Gist Support through jekyll-gist

{% gist parkr/c08ee0f2726fd0e3909d test.md %}

Jekyll Docs

Up and Running

Install Jekyll

Mac users: To install ruby run brew install ruby

https://help.github.com/articles/using-jekyll-with-pages/

sudo gem install bundler
bundle install

Run Jeykll local

bundle exec jekyll serve --drafts --baseurl '' --profile --incremental

Bower for vendor libs

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.