Simple template for creating openSUSE websites with jekyll
Please remember openSUSE is not SUSE, and neither this nor any other website with openSUSE branding is fit for webservers hosting on suse.com/suse.de domains or other SUSE related projects.
- Use Repository Generator to create a new repositosiry based on this one
- Edit the metadata in _config.yml to suit your project
- Modify index.md to suit your site's needs, and add as many more .md and .html files as you need to expand the site
bundle install --path vendor/bundle
bundle exec jekyll build
Resulting site will be in _site
directory.
bundle install --path vendor/bundle
bundle exec jekyll serve
Visit http://127.0.0.1:4000/ in your browser.