-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config.yml
More file actions
44 lines (37 loc) · 777 Bytes
/
_config.yml
File metadata and controls
44 lines (37 loc) · 777 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
exclude:
- ".rbenv-version"
- README.md
- CONTRIBUTING.md
- LICENSE.md
# markdown
highlighter: pygments
markdown: redcarpet
redcarpet:
extensions:
- with_toc_data
# Site metadata
name: HTTPS for .gov
description: "Resources, best practices, and case studies for deploying HTTPS in the federal government."
# GitHub information
repo_name: https
branch: gh-pages
gh_org: GSA
url: https://gsa.github.io/https
enforce_https: gsa.github.io
# Navigation
# List links that should appear in the site sidebar here
navigation:
- text: HTTPS for .gov
url: ""
internal: true
- text: FAQ
url: faq/
internal: true
- text: Strict Transport Security
url: hsts/
internal: true
- text: Resources
url: resources/
internal: true
# Style Variables
brand_color: "#2cb34a"