This repository has been archived by the owner on Apr 29, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
/
_config.yml
142 lines (127 loc) · 2.89 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
# Site settings
title: PIV Usage Guides
name: PIV Usage Guides
email: [email protected]
author:
name: FICAM
description: PIV Guidance
highlighter: rouge
repo_url: https://github.com/GSA/piv-guides
baseurl: '/piv-guides'
branch: federalist-pages
# Federalist overwrites the site.branch value when deploying
# the site.branch was used in dynamic link generation for objects like Edit Page
# we want the dynamic links to send users to the staging branch. Adding new site variable to ensure federalist doesn't overwrite.
editbranch: staging
plugins:
- jekyll-redirect-from
#ficam_playbooks_url: /ficam-guides/
theme: uswds-jekyll
search_site_handle: idmprod
# Links
# List links that you would like to appear on the top navigation bar here
navbar:
- title: IDmanagement.gov
description: Idmanagement.gov
url: https://www.idmanagement.gov
- title: Federal ICAM Architecture
description: Federal ICAM Architecture
url: https://arch.idmanagement.gov
#- title: PIV Guides
# description: PIV Guides
# url: https://piv.idmanagement.gov
- title: Federal PKI Guides
description: Federal PKI Guides
url: https://fpki.idmanagement.gov
- title: Physical Access Control Guide
description: Physical Access Control Guides
url: https://pacs.idmanagement.gov
- title: Program Management Guide
description: Program Management Guide
url: https://pm.idmanagement.gov
# Build settings
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
exclude:
- bin
- config.rb
- Gemfile
- Gemfile.lock
- gems
- Procfile
- Rakefile
- README.md
- script
- vendor
navigation:
- text: Introduction
url: ''
internal: true
coll: false
- text: Basics of a PIV
url: elements
internal: true
coll: false
- text: Getting Started
url: start
internal: true
coll: false
- text: Details of a PIV
url: details
internal: true
coll: false
- text: Identifiers in a PIV
url: identifiers
internal: true
coll: false
- text: Certificate Trust
url: pivcertchains
internal: true
coll: false
- text: Network Authentication
url: networkconfig/
internal: true
coll: true
collname: networkconfig
- text: Engineering Guides
url: engineering/
internal: true
coll: true
collname: engineering
- text: User Guides
url: userguides/
internal: true
coll: true
collname: userguides
#- text: Script and Code Samples
# url: code
# internal: true
# coll: false
- text: Contribute
url: contribute
internal: true
coll: false
collections:
networkconfig:
label: "Network Authentication"
permalink: /networkconfig/:path/
output: true
## userconfig:
## label: "Administrator Guides"
## permalink: /userconfig/:path/
## output: true
engineering:
label: "Engineering Guides"
permalink: /engineering/:path/
output: true
userguides:
label: "User Guides"
permalink: /userguides/:path/
output: true
include:
- _stylesheets
- _javascript
# Custom site configuration
lang: en