https://github.com/kotet/ultralight
Super lightweight Jekyll theme
https://github.com/kotet/ultralight
github-page ipfs jekyll-theme jekyll-themes minimalistic-theme
Last synced: 4 months ago
JSON representation
Super lightweight Jekyll theme
- Host: GitHub
- URL: https://github.com/kotet/ultralight
- Owner: kotet
- License: mit
- Created: 2017-12-25T02:29:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-04T08:04:17.000Z (9 months ago)
- Last Synced: 2024-12-15T13:50:39.427Z (5 months ago)
- Topics: github-page, ipfs, jekyll-theme, jekyll-themes, minimalistic-theme
- Language: HTML
- Homepage: http://jekyllthemes.org/themes/ultralight/
- Size: 33.2 KB
- Stars: 16
- Watchers: 3
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ultralight
[](https://github.com/kotet/ultralight/actions/workflows/build-check.yml)
[](https://github.com/kotet/ultralight/actions/workflows/pages/pages-build-deployment)
Ultralight is super-lightweight responsive super Jekyll theme.
Inspired by [CNN Lite](https://lite.cnn.com).It can be hosted on GitHub Pages/IPFS.
- [demo1: kotet.jp/ultralight/](https://kotet.jp/ultralight/)
- [demo2: kotet.jp/ultralight-demo (gem-based)](https://kotet.jp/ultralight-demo/)
- [repository: kotet/ultralight-demo](https://github.com/kotet/ultralight-demo)### Output size:
- [minima@2863624](https://github.com/jekyll/minima/tree/2863624b903b17f838d6ce8d2f77900fa9d3c864): 388K
- **[ultralight@e7a7bce](https://github.com/kotet/ultralight/tree/e7a7bce911eed44bf4d1d1818b118cee67a3f538): 56K**### Pagespeed:
[](https://pagespeed.web.dev/analysis/https-kotet-jp-ultralight/xvkytq8rwg?hl=en&form_factor=mobile)
## Usage
### GitHub Pages
```console
$ 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
```console
$ 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 %})
```