Skip to content

fikovnik/fikovnik.github.com

Repository files navigation

Quick Guide

  • Install ruby

    • on Fedora

      sudo dnf install ruby ruby-devel rubygem-json
  • Install bundler

    gem install bundler
  • Install dependencies

    bundle install
  • Compile style sheets

    bundle exec compass compile
  • Watch changes in style sheets

    bundle exec compass watch
  • Watch site changes

    bundle exec jekyll serve -w

    The site will be available at http://127.0.0.1:4000/

  • To publish commit and push back to github

References

Releases

No releases published

Packages

No packages published