Project

ultralight

0.02
Low commit activity in last 3 years
Super-lightweight responsive super Jekyll theme.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 3.9.5
 Project Readme

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 %})