All Projects → karriereat → dev-blog

karriereat / dev-blog

Licence: MIT license
karriere.at developer blog. Blogging about hacking and science.

Programming Languages

CSS
56736 projects
HTML
75241 projects
ruby
36898 projects - #4 most used programming language

karriere.at Dev Blog

Setting up your GitHub Pages site locally with Jekyll

  1. Check whether you have Ruby 2.1.0 or higher installed

    ruby --version
  2. Install Bundler

    gem install bundler
  3. Install Jekyll using Bundler

    bundle install
  4. Run your Jekyll site locally

    bundle exec jekyll serve
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].