forked from pdp-archive/pdp-archive.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
162 lines (157 loc) · 3.35 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
title: Αρχείο Πανελλήνιου Διαγωνισμού Πληροφορικής
description: Site για τη συλλογή εκφωνήσεων, testcases, λύσεων και κωδίκων για τους Πανελλήνιους Διαγωνισμούς Πληροφορικής (ΠΔΠ).
timezone: Europe/Athens
permalink: /:title
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
collections_dir: contests
collections:
22-PDP:
output: true
permalink: /:collection/:name
23-PDP:
output: true
permalink: /:collection/:name
24-PDP:
output: true
permalink: /:collection/:name
25-PDP:
output: true
permalink: /:collection/:name
26-PDP:
output: true
permalink: /:collection/:name
27-PDP:
output: true
permalink: /:collection/:name
28-PDP:
output: true
permalink: /:collection/:name
29-PDP:
output: true
permalink: /:collection/:name
30-PDP:
output: true
permalink: /:collection/:name
31-PDP:
output: true
permalink: /:collection/:name
32-PDP:
output: true
permalink: /:collection/:name
33-PDP:
output: true
permalink: /:collection/:name
34-PDP:
output: true
permalink: /:collection/:name
35-PDP:
output: true
permalink: /:collection/:name
36-PDP:
output: true
permalink: /:collection/:name
defaults:
- scope:
path: ""
type: "22-PDP"
values:
contest: "22ος ΠΔΠ"
contest_url: "22-PDP"
- scope:
path: ""
type: "23-PDP"
values:
contest: "23ος ΠΔΠ"
contest_url: "23-PDP"
- scope:
path: ""
type: "24-PDP"
values:
contest: "24ος ΠΔΠ"
contest_url: "24-PDP"
- scope:
path: ""
type: "25-PDP"
values:
contest: "25ος ΠΔΠ"
contest_url: "25-PDP"
- scope:
path: ""
type: "26-PDP"
values:
contest: "26ος ΠΔΠ"
contest_url: "26-PDP"
- scope:
path: ""
type: "27-PDP"
values:
contest: "27ος ΠΔΠ"
contest_url: "27-PDP"
- scope:
path: ""
type: "28-PDP"
values:
contest: "28ος ΠΔΠ"
contest_url: "28-PDP"
- scope:
path: ""
type: "29-PDP"
values:
contest: "29ος ΠΔΠ"
contest_url: "29-PDP"
- scope:
path: ""
type: "30-PDP"
values:
contest: "30ος ΠΔΠ"
contest_url: "30-PDP"
- scope:
path: ""
type: "31-PDP"
values:
contest: "31ος ΠΔΠ"
contest_url: "31-PDP"
- scope:
path: ""
type: "32-PDP"
values:
contest: "32ος ΠΔΠ"
contest_url: "32-PDP"
- scope:
path: ""
type: "33-PDP"
values:
contest: "33ος ΠΔΠ"
contest_url: "33-PDP"
- scope:
path: ""
type: "34-PDP"
values:
contest: "34ος ΠΔΠ"
contest_url: "34-PDP"
- scope:
path: ""
type: "35-PDP"
values:
contest: "35ος ΠΔΠ"
contest_url: "35-PDP"
- scope:
path: ""
type: "36-PDP"
values:
contest: "36ος ΠΔΠ"
contest_url: "36-PDP"
exclude: [
contributing.md,
README.md,
_includes/source_code/generated_execution.sh,
_includes/source_code/README.md,
_includes/source_code/tmp,
_includes/source_code/test_parser.out,
_includes/source_code/tester.sh,
_includes/source_code/utils,
ui_tests/
]