-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
40 lines (34 loc) · 1.07 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
baseurl: /cosmos-website
markdown: kramdown
highlighter: rouge
permalink: /news/:year/:month/:day/:title/
excerpt_separator: ""
cosmos: https://github.com/BallAerospace/COSMOS
repository: https://github.com/BallAerospace/cosmos-website
plugins:
- jekyll-toc
# Collections are specified as a name and correspond to a directory
# that consists of the name prepended with '_', e.g. _docs
# Collections are accessed in Jekyll via site.docs or site['docs']
# Note the collection name is available from the page, e.g. page.collection
# Thus you can do site[page.collection] to access the collection
collections:
docs_v5:
output: true
permalink: docs/v5/:name
docs_v4:
output: true
permalink: docs/v4/:name
# Default collection
default: v5
exclude:
- Gemfile
- Rakefile
- _docs_v4/* # No longer automatically generate v4 content
keep_files:
- docs/v4 # Thus we keep the existing content
# These are used by the COSMOS plugins to generate content
cosmos_root_v4: ../COSMOS4
cosmos_root_v5: ../COSMOS/cosmos
cosmos_meta_path: data/config
cosmos_tool_path: install/tools