forked from SparebankenVest/plask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
48 lines (40 loc) · 1.58 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
# Plugins
gems:
- jekyll-sitemap
safe: false
# Build Settings
markdown: kramdown
permalink: pretty
exclude: ['/automation/', 'README.md', 'LICENSE.txt', 'CNAME']
# Site Settings
title: "Plask 2018"
email: ""
description: "Jonsvolls internkonferanse med SPV og Frende"
baseurl: "/plask"
url: "https://spv.github.io"
permalink: "/blog/:title"
# Hero Block
heroImage: "hero.jpg"
heroTitle: ""
eventDate: "9. mars, 2018"
# About Block
aboutTitle: "About GDG DevFest"
aboutBlock:
- {title: "Conference", image: "conference.jpg", text: "The biggest Google related event in the country carefully crafted for you by GDG community! Awesome speakers and lots of fun!" }
- {title: "Workshops", image: "workshop.jpg", text: "Full-day of workshops, hands-on experience, hacking and debugging. Come and tame your favourite technology!" }
- {title: "Hackathon", image: "hackathon.jpg", text: "Full-day freestyle hackathon! Want some real team building on friday? Grab your team and join our hackathon!" }
# Statistic Block
statisticBlockImage: "statistic.jpg"
statisticBlock:
- {count: "350", specialCharacter: "+", info: "attendees", detail: "from everywhere"}
- {count: "48", specialCharacter: "+", info: "hours", detail: "of pure Google technologies"}
- {count: "20", specialCharacter: "+", info: "speakers", detail: "from country and beyond"}
- {count: "3", specialCharacter: "", info: "parallel tracks", detail: "plus entertainment lounge"}
# Footer
footerBlocks:
-
title: "Links"
links:
- {link: "http://spv.no", text: "SPV.no"}
- {link: "https://frende.no", text: "Frende.no"}
exclude: [vendor]