forked from Polymer/old-docs-site
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
32 lines (26 loc) · 747 Bytes
/
_config.yml
File metadata and controls
32 lines (26 loc) · 747 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
# Server defaults.
#port: 4000
# Project defaults.
markdown: kramdown #redcarpet
pygments: false
lsi: false
safe: false
#permalink: /news/:year/:month/:day/:title.html
exclude: ["node_modules", "scripts", "sass", "app.yaml", "README.md",
"CONTRIBUTING.md", "Gruntfile.js", "package.json", "config.rb",
"build.py", "polymer-all", "components"]
kramdown:
#toc_levels: "2,3"
toc_levels: 2..3
#auto_ids: true
#input: GFM # enable github flavored markdown
#use_coderay: true
#coderay:
# coderay_line_numbers: nil
# coderay_css: class
# Site globals used throughout docs.
load_platform: true
project_title: Polymer
latest_version: 0.3.3
add_permalinks: true # adds permalinks to heading tags.
load_disqus: true