This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_config.yml
98 lines (89 loc) · 2.05 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# Site settings
url: "https://portfolios.18f.gov" # the base hostname & protocol for your sites
title: "18F Portfolios: Digital service delivery"
description: "As 18F teams continue to work with agencies that share a common mission or face similar challenges, our staff have begun to acquire expertise that can be used to address common problems in these domain areas."
github_repo: https://github.com/18F/portfolios/blob/release
baseurl: "" # the subpath of your site, e.g. /blog
permalink: pretty
localhost: "localhost:4000"
env: "production"
logo: /assets/img/logos/18F-Logo-Bright-S.png
tag_dir: tags
related_posts: 3
analytics:
google:
code: 'UA-48605964-19' # Microsites at 18F/GSA analytics code
dap:
agency: GSA # Change this to your agency
subagency: 18F # Change this to your agency
collections:
portfolios:
output: true
permalink: /portfolios/:path/
portfolios_projects:
output: true
permalink: /portfolios/:path/
defaults:
- scope:
path: "_portfolios"
values:
layout: portfolio
- scope:
path: "_portfolios_projects"
values:
layout: portfolio-project-page
footer:
image: /assets/img/logos/18F-Logo-M.png
email:
twitter:
- 18f
- usgsa
text: This site was built using <a href="https://federalist.18f.gov/" target="_blank">Federalist, from 18F</a>. # Change to a tag line for your agency
# Build settings
markdown: kramdown
highlighter: rouge
# Compress Sass
# sass:
# style: compressed
exclude:
- .about.yml
- .cfignore
- .codeclimate.yml
- .gitignore
- .gitmodules
- .hound.yml
- 404.html
- api-endpoints
- bin
- build
- circle.yml
- config_blog.rb
- CONTRIBUTING.md
- docker-compose.yml
- docker_entrypoint.rb
- Dockerfile
- examples/
- favicon.ico
- feed*
- Gemfile*
- ISSUE_TEMPLATE.md
- killport
- LICENSE.md
- node_modules
- package.json
- PULL_REQUEST_TEMPLATE.md
- README.md
- spec/
- system-security-plan.yml
- tests/
- tests/schema/tags.yml
- tmp/
- vendor
- Dockerfile
- entry.bash
- DEVELOPMENT.md
# jekyll plugins
plugins:
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-seo-tag