KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
ultralight
★ 21
Open GitHub ↗
Super lightweight Jekyll theme
Download README (.md)
Explore Similar Repositories
vue-shop
:
使用 vue + sass + pug + vue-component-class 模仿DOKODEMO 首页的项目。
go-past
:
Go implementation of Platform-Agnostic Security Tokens
ibuild
:
Build multi-architecture iOS libraries from build systems like CMake, Make, and Xcode.
Asobimasu
:
Games for android
Tuneolator
:
STM32F1 wavetable synthesis
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ultralight
?
Download (.md)
# 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 %}) ```