openSUSE / jekyll-theme

Simple and readable openSUSE jekyll theme
GNU General Public License v3.0
5 stars 10 forks source link
jekyll-theme opensuse-websites

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.