defaults
This commit is contained in:
parent
979c36a63c
commit
756fb319fc
1 changed files with 20 additions and 0 deletions
20
_config.yml
20
_config.yml
|
|
@ -96,6 +96,7 @@ defaults:
|
||||||
- scope:
|
- scope:
|
||||||
path: ""
|
path: ""
|
||||||
type: "posts"
|
type: "posts"
|
||||||
|
category: "release"
|
||||||
values:
|
values:
|
||||||
layout: "post"
|
layout: "post"
|
||||||
lang: en
|
lang: en
|
||||||
|
|
@ -111,6 +112,25 @@ defaults:
|
||||||
height: 720
|
height: 720
|
||||||
resize_style: cover
|
resize_style: cover
|
||||||
uploads_dir: "/images"
|
uploads_dir: "/images"
|
||||||
|
- scope:
|
||||||
|
path: ""
|
||||||
|
type: "posts"
|
||||||
|
category: "ramblings"
|
||||||
|
values:
|
||||||
|
layout: "page"
|
||||||
|
lang: en
|
||||||
|
permalink: /:title/
|
||||||
|
_options:
|
||||||
|
image:
|
||||||
|
width: 1024
|
||||||
|
height: 720
|
||||||
|
resize_style: cover
|
||||||
|
uploads_dir: "/images"
|
||||||
|
content:
|
||||||
|
width: 720
|
||||||
|
height: 720
|
||||||
|
resize_style: cover
|
||||||
|
uploads_dir: "/images"
|
||||||
|
|
||||||
# ---------
|
# ---------
|
||||||
# Translate
|
# Translate
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue