-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
43 lines (39 loc) · 741 Bytes
/
_config.yml
File metadata and controls
43 lines (39 loc) · 741 Bytes
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
name: Code for Canda
description: Helping Canada Through Code
meta_description: "Helping Canada Through Code."
markdown: kramdown
highlighter: rouge
logo: false
paginate: 10
paginate_path: "/page:num/"
baseurl: /
domain_name: "https://www.codeforcanada.io"
google_analytics: "UA-61003106-13"
plugins: [jekyll-paginate]
author: Code for Canda
author_desc: Author description goes here.
collections:
pages:
output: true
permalink: /:name/
posts:
output: true
permalink: /:slug/
defaults:
-
scope:
path: ""
values:
layout: "default"
-
scope:
path: ""
type: "pages"
values:
layout: "page"
-
scope:
path: ""
type: "posts"
values:
layout: "post"