-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
63 lines (61 loc) · 1.38 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
url: https://ilgattarossa.netlify.com
lang: it
locale: "it-IT"
description: "IlGattarossa è (stato) il folle tentativo di un gruppo di artisti di portare la propria Opera al pubblico senza mediazioni"
images: /assets/images
og-image: /assets/images/igr_og.png
og-image-width: 1200
og-image-height: 630
# default paths for images
featured: /assets/images/featured
galleries: /assets/images/galleries
responsive: /assets/images/responsive
# sizes for responsive images
srcset:
- 380
- 640
- 960
- 1280
- 1600
defaults:
- scope:
path: ""
values:
author: "1G°R"
- scope:
path: ""
type: "pages"
values:
title: "ilgattarossa.org"
- scope:
path: ""
type: "posts"
values:
layout: "post"
description:
- scope:
path: "_posts/eventi"
type: "posts"
values:
category: "Eventi"
layout: event
permalink: /eventi/:slug
- scope:
path: "_posts/foto"
type: "posts"
values:
category: "Foto"
subtitle: "Galleria Fotografica"
credits: "Foto di Alberto Gori"
permalink: /foto/:slug
- scope:
path: "_posts/video"
type: "posts"
values:
category: "Video"
subtitle: "Documentazione dell'Evento"
permalink: /video/:slug
- scope:
path: ""
values:
layout: "default"