-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
46 lines (40 loc) · 834 Bytes
/
_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
# Site settings
title: FICAM Guides
name: FICAM Guides
email: icam@gsa.gov
author:
name: FICAM
description: FICAM Implementation Guides
baseurl: '/ficam-guides'
github_username: lachellel
highlighter: rouge
exclude: [
Gemfile,
Gemfile.lock,
vendor/bootstrap/docs,
vendor/Font-Awesome/src
]
# Site data
ficam_architecture_url: /ficam-arch/
ficam_architecture_gh_url: /ficam-arch
pki_playbook_url: /pki-guides
piv_playbook_url: /piv-guides
privileged_users_playbook_url: /playbook-privilege
pki_playbook_gh_url: /pki-guides
piv_playbook_gh_url: /piv-guides
privileged_users_playbook_gh_url: /playbook-privilege
# Build settings
markdown: kramdown
# Defaults
defaults:
-
scope:
path: ""
values:
layout: "default"
-
scope:
path: ""
type: "pages"
values:
layout: "page"