-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontents.yml
69 lines (58 loc) · 1.52 KB
/
contents.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
#######################
# Table of Contents
- title: Style Guides
sections:
- title: Welcome
path: intro.md
sections:
- title: Why write this?
- title: Want to contribute?
- title: The config file
path: config.md
sections:
- title: The format
- title: Arrays
- title: Variables
- title: Baseurl
- title: The `site.github` namespace
- title: Filenames
path: filenames.md
sections:
- title: Extensions
- title: Numbering page names
- title: .gitignore
path: gitignore.md
- title: Information architecture
path: information-architecture.md
sections:
- title: When to use posts
- title: When to use collections
- title: When to use pages
- title: When to use data
- title: Layouts and includes
path: layouts-and-includes.md
sections:
- title: "The site's primary layout"
- title: Header and footer includes
- title: Permalinks
path: permalinks.md
sections:
- title: Collection permalinks
- title: Per-file permalinks
- title: Plugins
path: plugins.md
sections:
- title: Plugins generally
- title: Gem-based plugins
- title: Security
- title: Naming
- title: Posts
path: posts.md
sections:
- title: Dates in front matter
- title: The GitHub repository
path: repository.md
sections:
- title: The default branch
- title: Syntax highlighting
path: syntax-highlighting.md