-
Notifications
You must be signed in to change notification settings - Fork 8
/
_config.yml
62 lines (53 loc) · 1.2 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
# Site settings
title: Recommendations for IoT Device Manufacturers
description: "Recommendations for IoT Device Manufacturers: Catalog of Features and Mitigations"
baseurl: "/FederalProfile-8259A" # the subpath of your site, e.g. /blog
# Build settings
markdown: kramdown
exclude:
- ".ruby-version"
- ".jekyll-metadata"
- ".gitignore"
- Gemfile
- Gemfile.lock
- Makefile
- vendor
- README.md
- "*.yml"
# GitHub information will uncomment ones names are finalized and NIST GitHub Pages resources have been allocated
#org_name: usnistgov
#repo_name: nistpages-shell
# Navigation
# List links that should appear in the site sidebar here
navigation:
- text: Introduction
url: /
collection: Frontmatter
- text: Technical Capabilities
url: /technical/identity/
collection: Technical
- text: Non-Technical Capabilities
url: /nontechnical/
collection: Nontechnical
- text: FAQs
url: /FAQs/
collection: FAQs
collections:
Frontmatter:
output: true
Technical:
output: true
Nontechnical:
output: true
FAQs:
output: true
relative_links:
enabled: true
collections: true
#Uncomment when we go live
host: 0.0.0.0
include:
- _stylesheets
- _javascript
# Custom site configuration
lang: en