-
Notifications
You must be signed in to change notification settings - Fork 1
/
contents.yml
87 lines (80 loc) · 2.49 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
#######################
# Table of Contents
##
## todo: add reference to installation guide ??
## add reference to deployment guide ?? why? why not??
- title: Getting Started
sections:
- title: Welcome
path: 01_getting_started/01_index.md
sections:
- title: "So what is Jekyll, exactly?"
- title: "Helpful Hints"
- title: Quick-start guide
path: 01_getting_started/02_quickstart.md
- title: Basic Usage
path: 01_getting_started/04_usage.md
- title: Directory structure
path: 01_getting_started/05_structure.md
- title: Configuration
path: 01_getting_started/06_configuration.md
sections:
- title: "Configuration Settings"
sections:
- title: "Global Configuration"
- title: "Build Command Options"
- title: "Serve Command Options"
- title: "Custom WEBRick Headers"
sections:
- title: "Defaults"
- title: "Specifying a Jekyll environment at build time"
- title: "Front Matter defaults"
- title: "Default Configuration"
- title: "Markdown Options"
sections:
- title: "Redcarpet"
- title: "Kramdown"
- title: "Custom Markdown Processors"
- title: "Incremental Regeneration"
- title: Your Content
sections:
- title: Front Matter
path: 02_your_content/01_frontmatter.md
- title: Writing posts
path: 02_your_content/02_posts.md
- title: Working with drafts
path: 02_your_content/03_drafts.md
- title: Creating pages
path: 02_your_content/04_pages.md
- title: Static Files
path: 02_your_content/05_static_files.md
- title: Variables
path: 02_your_content/06_variables.md
- title: Collections
path: 02_your_content/07_collections.md
- title: Data Files
path: 02_your_content/08_datafiles.md
- title: Assets
path: 02_your_content/09_assets.md
- title: Customization
sections:
- title: Templates
path: 03_customization/01_templates.md
- title: Permalinks
path: 03_customization/02_permalinks.md
- title: Pagination
path: 03_customization/03_pagination.md
- title: Plugins
path: 03_customization/04_plugins.md
- title: Extras
path: 03_customization/05_extras.md
- title: Miscellaneous
sections:
- title: Troubleshooting
path: 05_miscellaneous/01_troubleshooting.md
- title: Appendix
sections:
- title: Plugins
path: 06_appendix/01_plugins.md
- title: History
path: 06_appendix/02_history.md