Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.38 KB

about.md

File metadata and controls

50 lines (34 loc) · 1.38 KB
layout title permalink
page
About
/about/

shot

Ultralight is super-lightweight responsive super Jekyll theme. Inspired by CNN Lite.

It can be hosted on GitHub Pages/IPFS.

demo1: kotet.jp/ultralight/

Output size:

Pagespeed:

image

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:

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