Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.32 KB

README-ultralight.md

File metadata and controls

46 lines (30 loc) · 1.32 KB

ultralight

Build Status

shot

Ultralight is super-lightweight responsive super Jekyll theme. It can be hosted on GitHub Pages/IPFS.

demo1

Output size:

Pagespeed:

screenshot from 2017-12-26 10-17-46

Usage

GitHub Pages

$ git clone https://github.com/kotet/ultralight.git && cd ultralight
$ git remote set-url origin https://github.com/yourname/yourname.github.io.git
$ git push origin master

IPFS

$ git clone https://github.com/kotet/ultralight.git && cd ultralight
$ bundle && bundle exec jekyll build
$ ipfs add -r _site/

Internal link

On IPFS, all internal links must be relative links. You can use relative template like this:

[link]({% include relative %}{% post_url your-article-filename %})