-
Notifications
You must be signed in to change notification settings - Fork 8
/
_config.yml
executable file
·78 lines (69 loc) · 1.76 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
76
77
78
# Base configuration
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"]
markdown: redcarpet
pygments: true
relative_permalinks: false
collections:
pages:
output: true
permalink: /:path/
# Title
name: Project Open Source
subtitle:
# 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: '/project-open-source'
# Author/Organization info to be displayed in the templates
author:
name:
url:
# Point the logo URL at a file in your repo or hosted elsewhere by your organization
logourl:
logoalt:
# Navigation
# List links that should appear in the site sidebar here
navigation:
- text: Home
url: index.html
internal: true
- text: What is open source?
url: what-is-open-source/
internal: true
- text: Why use open source?
url: why-open-source/
internal: true
- text: Procuring open source
url: procurement/
internal: true
- text: Managing open source
url: management/
internal: true
- text: Documentation
url: documentation/
internal: true
- text: Licenses
url: licenses/
internal: true
- text: Security
url: security/
internal: true
- text: Publishing your code
url: publishing/
internal: true
- text: Contributing to the community
url: contributing/
internal: true
- text: Case studies
url: case-studies/
internal: true
# Repo list
# List repos that you would like to appear on the homepage here
# repos:
# - name: DOCter
# description: Jekyll template for docs
# url: https://github.com/cfpb/DOCter
# Style Variables
brand_color: "#002a5b"