This repository has been archived by the owner on Dec 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 129
/
_config.yml
75 lines (67 loc) · 2.22 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
# Base configuration
permalink: pretty
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"]
markdown: kramdown
highlighter: pygments
gems:
- jekyll-sitemap
#Prose.io editing info
repo_name: API-All-the-X
branch: 18f-pages
#GitHub organization name *or* username
gh_org: 18F
prose_url: https://github.com/
site_url: https://pages.18f.gov/API-All-the-X
media: assets/img
# Your Programs's Name
name: /Developer Program
subtitle: API Resources for Federal Agencies
# When using this template with a project page set the baseurl to '/project-name'
# For user/organization pages set this to an empty string
# When working locally use jekyll serve --baseurl '' so that you can view everything at localhost:4000
# See http://jekyllrb.com/docs/github-pages/ for more info
#baseurl: ''
baseurl: '/API-All-the-X'
# Author/Organization info to be displayed in the templates
author:
name: 18F
url: http://localhost:4000
# ------------------------------------------------------------------
# Navigation
# List links that should appear in the site sidebar here
# "pages" is a directory to keep web content that are not posts
# ------------------------------------------------------------------
navigation:
- text: Home
url: https://pages.18f.gov/API-All-the-X/
internal: false
- text: Community
url: https://pages.18f.gov/API-All-the-X/pages/community/
internal: false
- text: Collaboration
url: https://pages.18f.gov/API-All-the-X/pages/collaboration/
internal: false
- text: Tools
url: https://pages.18f.gov/API-All-the-X/pages/tools/
internal: false
- text: Resources
url: https://pages.18f.gov/API-All-the-X/pages/resources/
internal: false
- text: Education
url: https://pages.18f.gov/API-All-the-X/pages/education/
internal: false
- text: Support
url: https://pages.18f.gov/API-All-the-X/pages/support/
internal: false
- text: Status
url: https://pages.18f.gov/API-All-the-X/pages/status/
internal: false
- text: About
url: https://pages.18f.gov/API-All-the-X/pages/about/
internal: false
- text: Share your Feedback
url: https://github.com/18F/API-All-the-X/issues
internal: false
- text: Contact Us
url: https://pages.18f.gov/API-All-the-X/pages/contact_us/
internal: false