Skip to content

openSUSE/jekyll-theme

Repository files navigation

openSUSE Jekyll Theme

Simple and readable openSUSE jekyll theme

Installation

Development

How to set up environment?

sudo zypper in ruby ruby-devel
bundle config set path 'vendor/bundle'
bundle install

How to build?

bundle exec jekyll build

Resulting site will be in _site directory.

How to serve locally?

bundle exec jekyll serve

Visit http:https://127.0.0.1:4000/ in your browser.