Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

openSUSE/www.opensuse.org

Repository files navigation

2020 new design

screenshot

Development

How to set up environment?

sudo zypper in ruby ruby-devel
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://localhost:4000/ in your browser.