mirror of
https://github.com/danog/gojekyll.git
synced 2024-11-30 07:08:59 +01:00
18 lines
235 B
YAML
18 lines
235 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
|
||
|
|
||
|
gist:
|
||
|
noscript: false
|