Skip to content

kotet/ultralight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4bc1d49 · Aug 4, 2024

History

41 Commits
Sep 22, 2023
May 8, 2024
Sep 22, 2023
May 8, 2024
Sep 22, 2023
Dec 26, 2017
May 8, 2024
May 8, 2024
May 8, 2024
Sep 22, 2023
May 8, 2024
Dec 26, 2017
Aug 4, 2024
May 8, 2024
Sep 22, 2023
Sep 22, 2023
Dec 25, 2017
Dec 25, 2017
May 8, 2024

Repository files navigation

ultralight

Build Status

Screen Shot 2024-05-08 at 22 57 41

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

It can be hosted on GitHub Pages/IPFS.

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:

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