forked from mcneel/help-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
51 lines (45 loc) · 1.3 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
# Site settings
title: McNeel Product Documentation
# email: [email protected]
# description: > # this means to ignore newlines until "baseurl:"
# Write an awesome description for your new site here. You can edit this
# line in _config.yml. It will appear in your document head meta (for
# Google search results) and in your feed.xml site description.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://help.mcneel.com" # the base hostname & protocol for your site
editMeOnGhBaseUrl: "mcneel/help-docs"
# twitter_username: ""
github_username: mcneel
# Build settings
#markdown: redcarpet
# If we decide that we want to use kramdown over redcarpet, syntax
# highlighting is performed by turning on the following options and
# including/running highlight.js (https://highlightjs.org/) at the
# top of pages that need it (probably just add to head.html)
markdown: kramdown
kramdown:
input: GFM
#port: 4444
safe: true
collections:
- faqs
- guide_topics
- guide_advanced_topics
- api
- glossary
- cheat_sheet_items
- samples
- command_topics
collections:
guide_topics:
output: true
permalink: /guides/:path/
api:
output: true
permalink: /api/:path/
samples:
output: true
permalink: /samples/:path/
command_topics:
output: true
permalink: /commands/:path/