forked from WhiteHouse/https
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
54 lines (50 loc) · 986 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
47
48
49
50
51
52
53
54
# markdown
highlighter: rouge
markdown: redcarpet
redcarpet:
extensions:
- smart
- with_toc_data
exclude:
- ".ruby-version"
- ".jekyll-metadata"
- ".gitignore"
- ".travis.yml"
- todo.txt
- resources
- Gemfile
- Gemfile.lock
- Makefile
- vendor
- README.md
- CONTRIBUTING.md
- LICENSE.md
# Site metadata
name: The HTTPS-Only Standard
description: "Resources, best practices, and case studies for deploying HTTPS in the federal government."
url: https://https.cio.gov
# GitHub information
org_name: GSA
repo_name: https
branch: master
# Navigation
# List links that should appear in the site sidebar here
navigation:
- text: Home
url: /
- text: Why Everything?
url: /everything/
- text: FAQ
url: /faq/
- text: Strict Transport Security
url: /hsts/
- text: Technical Guidelines
url: /technical-guidelines/
- text: Mixed Content
url: /mixed-content/
- text: Server Name Indication
url: /sni/
- text: Migrating APIs
url: /apis/
- text: Resources
url: /resources/