An open API service indexing awesome lists of open source software.

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.

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).