-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
93 lines (75 loc) · 1.73 KB
/
config.yaml
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
title: 'Codes & Notes'
languageCode: 'en-us'
baseURL: '/'
buildDrafts: false
pluralizelisttitles: false
Paginate: 999
SectionPagesMenu: 'main'
metaDataFormat: 'yaml'
ignoreFiles: ["\\_drafts$"]
relativeURLs: true
layoutdir: 'app/templates'
publishdir: 'dist'
#PygmentsCodeFences: "true"
blackfriday:
angledQuotes: false
fractions: false
plainIdAnchors: false
taxonomies:
tag: 'tags'
params:
foo: 'bar'
menu:
main:
- name: "Preface"
identifier: "Preface"
url: "/preface/"
weight: -20
- name: "Aspects"
identifier: "Aspects"
url: "/aspects/"
weight: -10
- name: "Front-end"
identifier: 'Front-end'
url: '/front-end/'
weight: 15
- name: "CSS"
identifier: 'CSS'
url: '/css/'
weight: 20
- name: "JavaScript"
identifier: "JavaScript"
url: "/javascript/"
weight: 30
- name: "Performance"
identifier: 'Performance'
url: '/performance/'
weight: 40
- name: "Animation"
weight: 50
identifier: "Animation"
url: "/animation/"
- name: "Content Management"
identifier: 'Content management'
url: '/content-management/'
weight: 52
- name: "Tools and Workflow"
identifier: 'Tools and Workflow'
url: '/tools-and-workflow/'
weight: 60
- name: "Roughly learning Ember.js"
identifier: "Roughly learning Ember-js"
url: "/roughly-learning-ember-js/"
weight: 70
- name: "Ember.js"
identifier: "Ember-js"
url: "/ember-js/"
weight: 71
- name: "Typography"
identifier: "Typography"
url: "/typography/"
weight: 80
- name: "Drafts"
identifier: "_drafts"
url: "/_drafts/"
weight: 500