-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path_config.yml
More file actions
48 lines (37 loc) · 951 Bytes
/
_config.yml
File metadata and controls
48 lines (37 loc) · 951 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#
# Common configuration for each firstwiki repo
#
permalink: pretty
exclude: [vendor, script]
gems:
- jekyll-gist
- jekyll-paginate
- jekyll-github-metadata
author:
name: FIRSTWiki Contributors
url: https://firstwiki.github.io
email:
# Setup
title: FIRSTwiki
tagline: The FIRST Robotics encyclopedia
paginate: 5
safe: false
data_dir: _common/_data
includes_dir: _common/_includes
layouts_dir: _common/_layouts
#
# Begin specific configuration for this repo
#
url: https://firstwiki.github.io
baseurl:
# Collections aren't really supposed to be used this way, but it lets you
# iterate over lists of pages to create indexes and such..
collections:
docs:
output: true
permalink: /docs/:slug
# Only present in main site
common:
output: true
permalink: /common/:path
paginate_path: "news/:num"