-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
52 lines (43 loc) · 1.03 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
title: Giving to UC Santa Cruz
email: [email protected]
description: "When you support UC Santa Cruz, you are investing in an extraordinary place. We are committed to transformative education and high-impact research that makes the world a better place."
url: "https://giving.ucsc.edu"
# Structure configuration
source: ./source
destination: ./build
# Other Settings
show_excerpts: false
# Plugins
plugins:
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-assets
- jekyll-paginate-v2
- jekyll-feed
# Build Settings
markdown: kramdown
kramdown:
auto_ids: false
parse_block_html: false
permalink: /impact-of-giving/:title/
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "default"
# Global Variables
give_url: "https://give.ucsc.edu/campaigns/38026/donations/new"
give_url_text: "Give Today"
post_category_order:
- "Student Profiles"
- "News"
- "Donor Profiles"
pagination:
enabled: true
per_page: 25
title: ':title: page :num'
permalink: '/page/:num/'
trail:
before: 2
after: 2