forked from yodojo/yoLab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocpad.coffee
More file actions
67 lines (63 loc) · 1.75 KB
/
docpad.coffee
File metadata and controls
67 lines (63 loc) · 1.75 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
module.exports =
# These are variables will be accessible via our templates
templateData:
# Conference info
conf:
name: "yoLab #03"
description: "terceiro episódio do yoLab"
date: "24/11"
venue: "Avenida Beira Rio"
address: "Avenida Beira Rio"
city: "Cuiabá"
state: "Mato Grosso"
# Site info
site:
url: "github.com/yodojo/yoLab"
googleanalytics: "UA-33656081-1"
images:
cover: "src/files/img/your-logo.jpg"
facebook: "http://braziljs.org/img/fb-share.jpg"
# Active sections on the website
sections:
about: true
location: true
speakers: true
schedule: true
sponsors: false
partners: false
contact: false
# The entire schedule
schedule: [
name: "Inicio da parada"
time: "14h"
,
name: "Henrique Ribeiro"
photo: "http://f.cl.ly/items/2A3p1N0C3c0n3N3R1w2B/speaker.jpg"
bio: "Bio.."
company: "Lugar que trabalha.."
twitter: "twitter..?"
presentation:
title: "SignalR: Funcionalidades Web em tempo real"
description: "SignalR: Funcionalidades Web em tempo real"
time: "14h"
,
name: "Lauro Ojeda"
photo: "http://f.cl.ly/items/2A3p1N0C3c0n3N3R1w2B/speaker.jpg"
bio: "Biografia"
company: "Onde trabalha?"
twitter: "Twitter??"
presentation:
title: "Startup"
description: "Startup"
time: "15h"
,
name: "Guilherme Cardoso"
photo: "http://f.cl.ly/items/2A3p1N0C3c0n3N3R1w2B/speaker.jpg"
bio: "Guilherme é desenvolvedor de software...."
company: "SESP"
twitter: "twitter??"
presentation:
title: "OOmelete"
description: "OOmelete"
time: "16h"
]