forked from usnistgov/800-63-3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
43 lines (38 loc) · 908 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
# Site settings
title: SP 800-63-3 Digital Identity Guidelines
description: "Public Preview for NIST Special Publication: SP 800-63-3 Digital Identity Guidelines"
baseurl: "/800-63-3" # the subpath of your site, e.g. /blog
url: "https://pages.nist.gov/" # the base hostname & protocol for your site
# Build settings
markdown: kramdown
exclude:
- ".ruby-version"
- ".jekyll-metadata"
- ".gitignore"
- ".travis.yml"
- todo.txt
- resources
- Gemfile
- Gemfile.lock
- Makefile
- vendor
- README.md
- CONTRIBUTING.md
- LICENSE.md
# GitHub information
org_name: usnistgov
repo_name: 800-63-3
# Navigation
# List links that should appear in the site sidebar here
navigation:
- text: Home
url: /800-63-3/
- text: SP 800-63-3
url: /800-63-3/sp800-63-3/
- text: SP 800-63A
url: /800-63-3/sp800-63a/
- text: SP 800-63B
url: /800-63-3/sp800-63b/
- text: SP 800-63C
url: /800-63-3/sp800-63c/
host: 0.0.0.0