-
Notifications
You must be signed in to change notification settings - Fork 83
/
_config.yml
executable file
·76 lines (70 loc) · 1.56 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
# Exclude files from Jekyll build
exclude:
- README.md
- LICENSE
- CNAME
- Gemfile
- Gemfile.lock
- vendor
# Installed gems
plugins:
- jekyll-target-blank
- jekyll-redirect-from
# Gem settings
# Site settings
encoding: utf-8
lang: en-GB
title: "Coding Club"
logo: "/assets/img/logos/logo_hex.svg"
description: ""
baseurl: ""
url: "https://ourcodingclub.github.io"
repo: "https://github.com/ourcodingclub/ourcodingclub.github.io"
email: "[email protected]"
google_analytics: UA-92956541-1
css_inline: false
markdown: kramdown
highlighter: rouge
kramdown:
syntax_highlighter: rouge
input: GFM
auto_ids: true
# Favicons
favicons:
16: '/assets/img/logos/[email protected]'
32: '/assets/img/logos/[email protected]'
64: '/assets/img/logos/[email protected]'
128: '/assets/img/logos/[email protected]'
256: '/assets/img/logos/[email protected]'
512: '/assets/img/logos/[email protected]'
1024: '/assets/img/logos/[email protected]'
# Site navigation
navigation_header:
- title: Home
url: /
- title: Tutorials
url: /tutorials.html
- title: Course
url: /course.html
- title: Team
url: /team.html
- title: Get involved
url: /involve.html
- title: Links
url: /links.html
- title: Contact
url: /contact.html
# Define collections
collections:
tutorials:
output: true
permalink: /tutorials/:path/
course:
output: true
permalink: /course/:path/
DL:
output: true
permalink: /DL/:path/
posts:
output: true
permalink: /posts/:path/