-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
57 lines (44 loc) · 1.18 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
name: Europe Code Week
markdown: kramdown
highlighter: rouge
# Using gulp, no need for sass part here
# sass:
# sass_dir: _sass
# style: :compressed
plugins_dir:
- jekyll-redirect-from
# GitHub
username: Travis
repo: codeweek.si
branch: source
# Revise these settings below every year
defaults:
- scope:
path: "" # all files in the project
values:
event_dates: "9. - 24. oktober 2021"
event_year: "2021"
contact:
email: [email protected]
twitter: CodeWeekEU
facebook: codeEU
github: codeeu
country-list: [austria, belgium, bulgaria, croatia, cyprus, czech_republic, denmark, estonia, finland, france, germany, greece, hungary, ireland, italy, kosovo, latvia, lithuania, luxembourg, malta, netherlands, poland, portugal, romania, slovakia, slovenia, spain, sweden, switzerland, united_kingdom]
description: A week to celebrate coding in Europe - Local site of Slovenia
url: https://codeweek.si
collections:
- featured_events
keep_files:
- assets
include:
- _pages
exclude:
- lib
- Gemfile
- Gemfile.lock
- node_modules
- "*.sh"
- gulpfile.js
- package.json
- deploy
- vendor