Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhongruoyu/minimal
A minimalist Jekyll blog theme.
https://github.com/zhongruoyu/minimal
blog-theme bootstrap jekyll jekyll-theme jekyll-themes minimalist
Last synced: 3 months ago
JSON representation
A minimalist Jekyll blog theme.
- Host: GitHub
- URL: https://github.com/zhongruoyu/minimal
- Owner: ZhongRuoyu
- License: mit
- Created: 2022-05-02T08:10:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T03:01:13.000Z (4 months ago)
- Last Synced: 2024-09-29T02:42:34.190Z (4 months ago)
- Topics: blog-theme, bootstrap, jekyll, jekyll-theme, jekyll-themes, minimalist
- Language: HTML
- Homepage: https://minimal.ruoyu.io
- Size: 271 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minimal
Minimal is a simple, extensible [Bootstrap](https://getbootstrap.com/)-based
minimalist [Jekyll](https://jekyllrb.com/) blog theme, developed by
[Ruoyu Zhong](https://www.ruoyu.xyz). It is a refactorization of Ruoyu's
previous site, developed in 2020.## Usage
To use this theme, you can fork this repository and replace the configs and
contents with your own.Additionally, you can declare this theme as a gem in your `Gemfile`:
```ruby
gem "minimal", git: "https://github.com/ZhongRuoyu/minimal.git"
```Then, add the following to your `_config.yml`:
```yaml
theme: minimal
```If you use the gem-based approach, make sure to override the configs found in
[`_config.yml`](https://github.com/ZhongRuoyu/minimal/blob/HEAD/_config.yml).## Live Demo
A live demo is available [here](https://minimal.ruoyu.io).
## License
Minimal is licensed under [MIT License](LICENSE).