-
Notifications
You must be signed in to change notification settings - Fork 13
/
_config.yml
35 lines (29 loc) · 993 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
# Redirects
plugins:
- jekyll-last-modified-at
- jekyll-redirect-from
# Base configuration
permalink: /:title
exclude: [package.json, webpack.config.js, yarn.lock]
highlighter: rouge
timezone: America/New_York
source: docs
destination: docs/_site/design-system
# Organization
org: CFPB
description: CFPB's design system
repository: cfpb/design-system
# Title
title: Design System
name: Design System
# Logo
logourl: assets/img/cfpb-logo.png
logoalt: Consumer Financial Protection Bureau
# We currently don't use this in the templates
subtitle: A set of principles and standards for the Consumer Financial Protection Bureau's design projects.
# 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: '/design-system'