-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
86 lines (76 loc) · 2 KB
/
_config.yml
File metadata and controls
86 lines (76 loc) · 2 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
permalink: /blog/:year/:month/:day/:title
github_url: https://github.com/partidodigital
slack_join: https://join.slack.com/t/pdigitaluy/shared_invite/zt-13dz20d81-4~JFkqMHPMKYDicgK2YlDw
whatsapp_group: https://chat.whatsapp.com/FIBfYxaNItY04LR1R0BAwf
planilla_gastos_id: 1ECohuUeBik_2rxvppS3sBHqm_gXpuNbOOYqRoMGans0
tagmanager: GTM-WPDQFCR
ga: UA-64073239-3
excerpt_separator: "<!--more-->"
timezone: America/Montevideo
markdown: kramdown
collections_dir: collections
plugins:
- jekyll-seo-tag
- jekyll-postcss
- jekyll-sitemap
css_dir: "/assets/style/"
postcss:
cache: false
# jekyll-seo-tag configuration
author: "Leo Giovanetti"
url: #https://partidodigital.org.uy
title: "Partido Digital de Uruguay"
image: https://partidodigital.org.uy/assets/img/duotone.jpg
description: "Somos un partido político que trabaja por un Uruguay moderno, innovador y participativo. Queremos que tu opinión sea tenida en cuenta todos los días, no solo cuando vienen las elecciones. ¿Te sumás?"
twitter:
username: "pdigitaluy"
logo: "https://recursos.partidodigital.org.uy/assets/img/presentacion.jpg"
collections:
movimientos:
output: true
documentos:
output: true
paginas:
output: true
permalink: /:path/
exclude_prose:
- _paginas/blog.md
- _paginas/documentacion.md
- _paginas/formularios/encuesta-satisfaccion.md
defaults:
- scope:
path: ""
type: movimientos
values:
layout: pagina
- scope:
path: ""
type: documentos
values:
layout: pagina
- scope:
path: ""
type: paginas
values:
layout: pagina
- scope:
path: ""
type: posts
values:
layout: post
algolia:
application_id: 9SWKMC2I4H
index_name: jekyll
settings:
attributeForDistinct: collection
exclude:
- Gemfile
- Gemfile.lock
- README.md
- postcss.config.js
- purgecss.config.js
- node_modules
- package.json
- package-lock.json
- tailwind.config.js
- .gitignore