-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
97 lines (79 loc) · 2.42 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: DanceCloud.ro
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Platforma dansului contemporan românesc
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://dancecloud.ro" # the base hostname & protocol for your site
# Plugins
# Data Pages Generator, https://github.com/avillafiorita/jekyll-datapage_gen/
# Page generation
page_gen-dirs: true # uncomment, if you prefer to generate named folders
page_gen:
- data: 'azi-artisti'
template: 'azi-artisti'
name: 'nume'
dir: 'azi/artisti'
- data: 'azi-organizatii'
template: 'azi-organizatii'
name: 'denumire'
dir: 'azi/organizatii'
- data: 'azi-spectacole'
template: 'azi-spectacole'
name: 'titlu'
dir: 'azi/spectacole'
- data: 'azi-filmeemisiuni'
template: 'azi-filmeemisiuni'
name: 'titlu'
dir: 'azi/filme-emisiuni'
- data: 'azi-publicatii'
template: 'azi-publicatii'
name: 'titlu'
dir: 'azi/publicatii'
- data: 'azi-festivaluri'
template: 'azi-festivaluri'
name: 'titlu'
dir: 'azi/festivaluri'
- data: 'ieri-coregrafidansatori'
template: 'ieri-coregrafidansatori'
name: 'nume'
dir: 'ieri/coregrafidansatori'
- data: 'ieri-colective'
template: 'ieri-colective'
name: 'nume'
dir: 'ieri/colective'
- data: 'ieri-organizatii'
template: 'ieri-organizatii'
name: 'nume'
dir: 'ieri/organizatii'
- data: 'ieri-oameniaidansului'
template: 'ieri-oameniaidansului'
name: 'nume'
dir: 'ieri/oameni-ai-dansului'
- data: 'maine-evenimente'
template: 'maine-evenimente'
name: 'titlu'
dir: 'maine'
# Build settings
markdown: kramdown
permalink: none
user: devel
exclude: ['sandbox', 'fabfile.py', '*.sh', 'INSTRUCTIONS.md', 'README.me']
defaults:
- scope:
path: "assets/photos"
values:
image: true
gallery: true
# Vimeo
# use __videoID__ to replace ID
vimeo:
access_token: 19a4e5cfeca40523b60d868d10d3a8e5
videoURL: "http://vimeo.com/api/v2/video/__videoID__.json"
channelURL: "http://vimeo.com/api/v2/channels/__channel__.json"