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

https://github.com/gunthercox/bravissimo

Theme for Jekyll sites (Ruby gem based)
https://github.com/gunthercox/bravissimo

bootstrap jekyll-theme

Last synced: 9 months ago
JSON representation

Theme for Jekyll sites (Ruby gem based)

Awesome Lists containing this project

README

          

# bravissimo

Theme (gem based) for [Jekyll](https://jekyllrb.com/) sites.

![Example Site](./template.png)

## Usage

```bash
gem install bravissimo
```

In your Jekyll `_config.yml` file add:

```yaml
theme: bravissimo
```

## Development

```bash
install: script/bootstrap
script: script/cibuild
```

## Publishing New Gem Versions

Example:

```bash
gem build bravissimo.gemspec
gem push bravissimo-0.2.2.gem
```