-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
57 lines (44 loc) · 927 Bytes
/
_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
# Setup
theme: minima
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-mentions
- jekyll-sitemap
- jekyll-avatar
- jemoji
include:
- "_pages"
exclude:
- "README.md"
- "CNAME"
- "Gemfile"
- "Gemfile.lock"
# Geocamp Data
title: Geocamp 2019 Valencia
email: [email protected]
description: >
Geocamp 2019, Valencia 15/16 de Junio.
author: Geoinquietos VLC
twitter_username: geocampes
github_username: geocamp-es
google_analytics: UA-139715449-1
header_logo: assets/imgs/favicons/favicon_114.png
header_pages:
- _pages/frontpage.md
- _pages/museu.md
- _pages/como-llegar.md
- _pages/donde-comer.md
- _pages/geopaella.md
- _pages/equipo.md
- _pages/coc.md
- _pages/anteriores.md
minima:
date_format: "%Y-%m-%d"
# generate social links in footer
social_links:
twitter: geocampes
github: geocamp-es
rss: rss
instagram: '#geocampes'
telegram: '@geocampes'