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

https://github.com/calconnect/jekyll-calconnect-theme


https://github.com/calconnect/jekyll-calconnect-theme

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

          

# jekyll-calconnect-theme

Shared Jekyll theme gem for CalConnect sites (calconnect.org, DEVGUIDE, standards.calconnect.org).

## Usage

Add to your site's `Gemfile`:

```ruby
gem "jekyll-calconnect-theme", git: "git@github.com:calconnect/calconnect-theme.git"
```

Add to your site's `_config.yml`:

```yaml
theme: jekyll-calconnect-theme
```

## Site-specific overrides

Any layout or include can be overridden by placing a file with the same name in your site's own `_layouts/` or `_includes/` directory.