Skip to content

openSUSE/github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jekyll-template

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.

General HOW-TO:

  1. Use Repository Generator to create a new repositosiry based on this one
  2. Edit the metadata in _config.yml to suit your project
  3. 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

How to build?

bundle install --path vendor/bundle
bundle exec jekyll build

Resulting site will be in _site directory.

How to serve locally?

bundle install --path vendor/bundle
bundle exec jekyll serve

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages