ddemaio / tlp

test for publishing lesson plan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

test for publishing lesson plan

License:Creative Commons Attribution Share Alike 4.0 International


Languages

Language:Ruby 100.0%