forked from ieni/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
72 lines (63 loc) · 2.24 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
# Main Jekyll Configuration file.
#
# Jekyll needs to be restarted if you make any changes.
# For more information see the documentation.
# Basic site settings.
locale: "nl"
timezone: Europe/Amsterdam
domain: "ieni.org"
baseurl: "/website"
url: ""
# Page content variables.
title: "Vakvereniging i&i"
short: "i&i"
description: "Vakvereniging i&i maakt zich sterk voor een structureel aanbod van kwalitatief
hoogwaardig onderwijs ten behoeve van informatica en digitale geletterdheid op alle basis- en
middelbare scholen in Nederland. Iedereen die zich vanuit welke functie dan ook betrokken voelt
bij informatica en digitale geletterdheid in het onderwijs verwelkomen wij graag als lid."
legal: "Vereniging voor Informatiekunde en Informatietechnologie in Onderwijs"
kvk: "KvK 40481134 te Utrecht"
# Landing page hero variables.
hero:
title: "Informatica is de Toekomst."
lead: "Vakvereniging voor informatica & digitale geletterdheid in het Nederlands Onderwijs."
# Social variables.
twitter: "@ieni"
linkedin: "company/1526376"
linkedingroup: "groups/72298"
# Brand logos and icon paths.
logo:
dark: "/assets/img/brand/icon-500-black.svg"
light: "/assets/img/brand/icon-500-white.svg"
header:
dark: "/assets/img/brand/header-dark.svg"
light: "/assets/img/brand/header-light.svg"
icon:
x32: "/assets/img/brand/icon-32.jpg"
x180: "/assets/img/brand/icon-180.jpg"
x192: "/assets/img/brand/icon-192.jpg"
x270: "/assets/img/brand/icon-270.jpg"
# Global site defaults.
defaults:
page_header: "/assets/img/content/default_page_header.jpg"
# API credentials / Site Keys.
# Keys are whitelisted for this specific domain and intended for front-end
# usage. They can thus be safely committed to this public repository.
credentials:
recaptcha: "6LeeL0sUAAAAAD56p3YXokZIxy63PIjZrbAb_BXP"
postcode: "daf8119e-0762-4326-b7f8-32504837b0c4"
gs: "AKfycbyKZc95GP-JBDUbq-Og_8jB7PvTYhnzlWnOadhz8MRpG5dxHyc"
# Jekyll collections for pagination.
# For more information on collections see the Jekyll documentation.
collections:
pages:
output: true
permalink: /:title
posts:
permalink: /nieuws/:title/
projects:
output: true
permalink: /projecten/:title/
team:
output: false
exclude: [ "CNAME", ".gitignore", "README.md", "Gemfile" ]