https://github.com/ZhongRuoyu/jekyll-minimal
A minimalist Jekyll blog theme.
https://github.com/ZhongRuoyu/jekyll-minimal
blog-theme bootstrap jekyll jekyll-theme jekyll-themes minimalist
Last synced: 9 months ago
JSON representation
A minimalist Jekyll blog theme.
- Host: GitHub
- URL: https://github.com/ZhongRuoyu/jekyll-minimal
- Owner: ZhongRuoyu
- License: mit
- Created: 2022-05-02T08:10:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T03:05:47.000Z (over 1 year ago)
- Last Synced: 2024-10-30T06:13:28.292Z (over 1 year ago)
- Topics: blog-theme, bootstrap, jekyll, jekyll-theme, jekyll-themes, minimalist
- Language: HTML
- Homepage: https://minimal.ruoyu.io
- Size: 376 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- 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.
See also its successor, a same-named theme for [Hugo](https://gohugo.io/), at
[ZhongRuoyu/hugo-minimal](https://github.com/ZhongRuoyu/hugo-minimal).
## 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/jekyll-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/jekyll-minimal/blob/HEAD/_config.yml).
## Live Demo
A live demo is available [here](https://jekyll-minimal.ruoyu.io).
## License
Minimal is licensed under [MIT License](LICENSE).