-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathconfig.yml
65 lines (57 loc) · 1.56 KB
/
config.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
languageCode: "en"
title: "Core-Styles 3"
baseURL: "https://guides.webstop.com"
enableInlineShortcodes: true
sectionPagesMenu: "main"
markup:
goldmark:
renderer:
unsafe: true
extensions:
definitionList: true
footnote: true
linkify: true
strikethrough: true
table: true
taskList: true
typographer: true
parser:
attribute: true
autoHeadingID: true
autoHeadingIDType: github
highlight:
codeFences: true
guessSyntax: false
hl_Lines: ""
lineNoStart: 1
lineNos: false
lineNumbersInTable: false
noClasses: false
tabWidth: 2
buildDrafts: true
buildFuture: true
enableRobotsTXT: true
metaDataFormat: "yaml"
disableKinds: ["404", "taxonomy", "taxonomyTerm", "RSS"]
publishDir: "docs"
module:
mounts:
- source: dist
target: static/docs/3.0/dist
- source: site/assets
target: assets
- source: site/content
target: content
- source: site/data
target: data
- source: site/layouts
target: layouts
- source: site/static
target: static
params:
current_version: "3.0.0-alpha-1"
docs_version: "3.0"
styler_version: "3.0"
icons_kit_key: "8bda546f76"
repo: "https://github.com/webstop/core-styles-3"
website: "https://guides.webstop.com"