forked from aitorfreire/geoinquietos-org
-
Notifications
You must be signed in to change notification settings - Fork 9
/
_config.yml
67 lines (57 loc) · 1.3 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
64
65
66
67
# Site settings
title: Geoinquietos
#email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Este sitio muestra los diferentes grupos de geoinquietos y cómo contactar
con ellos.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://geoinquietos.org" # the base hostname & protocol for your site
production_url : http://geoinquietos.org
production: true
include:
- "_pages"
#twitter_username: geoinquietos_es
#github_username: jsanz
permalink: "noticias/:categories/:year/:month/:day/:title.html"
# Build settings
markdown: kramdown
highlighter: rouge
# Collections
collections:
groups:
output: true
permalink: /grupos/:path/
contacts:
output: true
permalink: /contactos/:path/
defaults:
- scope:
path: ""
type: groups
values:
layout: group
- scope:
path: ""
type: contacts
values:
layout: contact
maplibre:
center:
lat: 5
lon: -44
zoom: 1
group_zoom: 6.5
style: "https://api.maptiler.com/maps/00b742ea-0798-4271-a8c3-2589e6ad0e50/style.json?key=LqOKqjXlNHCUvaHo6msW"
exclude:
- ".git"
- ".rvmrc"
- ".rbenv-version"
- "README.md"
- "Gemfile"
- "Gemfile.lock"
- "Rakefile"
- "changelog.md"
- "node_modules"
- "package.json"
- ".vscode"
- ".sass-cache"