Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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