Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 779 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 779 Bytes

lipu-sin

sina pali e lipu sin la o kepeken lipu ni

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.