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)
- Host: GitHub
- URL: https://github.com/gunthercox/bravissimo
- Owner: gunthercox
- License: mit
- Created: 2017-06-22T01:34:54.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2025-08-31T12:54:51.000Z (10 months ago)
- Last Synced: 2025-08-31T13:13:32.878Z (10 months ago)
- Topics: bootstrap, jekyll-theme
- Language: SCSS
- Homepage: https://rubygems.org/gems/bravissimo
- Size: 1.3 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bravissimo
Theme (gem based) for [Jekyll](https://jekyllrb.com/) sites.

## 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
```