/jekyll-theme

Simple and readable openSUSE jekyll theme

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

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://127.0.0.1:4000/ in your browser.