https://github.com/mrtazz/jekyll-layouts
collection of layouts I use for jekyll generated pages
https://github.com/mrtazz/jekyll-layouts
Last synced: about 1 month ago
JSON representation
collection of layouts I use for jekyll generated pages
- Host: GitHub
- URL: https://github.com/mrtazz/jekyll-layouts
- Owner: mrtazz
- License: mit
- Created: 2014-06-11T15:22:00.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-10-05T12:15:06.000Z (over 10 years ago)
- Last Synced: 2025-10-22T21:48:18.050Z (8 months ago)
- Language: HTML
- Size: 137 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jekyll-layouts
## Overview
Layouts I'm using across multiple projects for jekyll based pages.
## Usage
### projects.html
A single page layout that I use for GitHub project pages. It needs the
following configuration attributes in `_config.yml`:
```
gaugesid: the id for the gauges site to track
projecturl: the URL of your project on GitHub
basesite: URL of the site to get CSS from
```