https://github.com/calconnect/jekyll-calconnect-theme
https://github.com/calconnect/jekyll-calconnect-theme
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/calconnect/jekyll-calconnect-theme
- Owner: CalConnect
- Created: 2026-05-03T12:52:18.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-05T03:54:56.000Z (about 2 months ago)
- Last Synced: 2026-05-05T04:14:06.992Z (about 2 months ago)
- Language: HTML
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.