-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
60 lines (60 loc) · 1.9 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
baseurl: "" # the subpath of your site, e.g. /blog
domain: www.camobilitymarketplace.org
collections:
pages:
output: true
permalink: /:title
description: >-
A resource to help transit providers upgrade their fare collection systems to accept contactless payment methods like credit/debit cards and smartphones.
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
exclude:
- _data/
fonts: "family=Poppins:wght@400;500;700&family=Raleway:wght@700"
google_analytics_id: "G-6M5TSH3VCY"
mailing_list: https://lp.constantcontactpages.com/su/eLbtFoE/calitp?source_id=a41b99cd-7f28-4be8-a286-f9e75fc7bbce&source_type=em&c=
navigation:
header:
- name: Contracts
url: /contracts/
- name: For vendors
url: /for-vendors
- name: About
url: /about
- name: Contact us
url: /contact
products:
- name: Contactless payments
url: /go-contactless
- name: Data plans
url: /how-to/get-connected
footer:
- name: Back to top
url: "#main-content"
- name: Glossary
url: /glossary-of-key-terms
- name: Provider map
url: /provider-map
- name: Privacy policy
url: https://dot.ca.gov/privacy-policy
target: _blank
- name: Conditions of use
url: https://dot.ca.gov/conditions-of-use
target: _blank
- name: Register to vote
url: https://registertovote.ca.gov/
target: _blank
source: ./src
title: California Mobility Marketplace
theme_color: "#ffffff"
theme_color_background: "#ffffff"
url: "https://www.camobilitymarketplace.org" # the base hostname & protocol for your site, e.g. http://example.com
plugins:
- jekyll-seo-tag
- jekyll-sitemap