mirror of
https://github.com/danog/gojekyll.git
synced 2024-11-30 10:29:02 +01:00
19 lines
262 B
YAML
19 lines
262 B
YAML
title: Site Title
|
|
description: Site description
|
|
variable: site variable
|
|
|
|
collections:
|
|
c1:
|
|
output: true
|
|
permalink: /:collection/:path
|
|
c2:
|
|
output: true
|
|
|
|
plugins:
|
|
- jekyll-avatar
|
|
- jekyll-gist
|
|
- jekyll-github-metadata
|
|
|
|
gist:
|
|
noscript: false
|