-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
134 lines (122 loc) · 3.29 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
---
# Program/Department Title
title: Center for the Humanities
# Subdirectory (with / at only at beginning)
baseurl: /center-for-the-humanities
# Program Information
# Short tagline for tweets (<100 characters)
tagline: This is our life's work
# Longer descriptions for link previews (<250 characters)
description: 'The Center for the Humanities at Temple (CHAT) is an interdisciplinary forum for scholarship and intellectual inquiry in the humanities at Temple University.'
# List of related keywords for search engines
keywords: higher ed, college, university, philadelphia, Temple
# Address
address:
building: Gladfelter Hall
room: 025-45; 10th Floor
street: 1115 Polett Walk
city: Philadelphia, PA 19122
email: [email protected]
phone: 215-204-6386
# Social Media
# Put in only the username unless otherwise noted
# If social media does not apply to your department, keep it blank or use the default values.
social:
# Facebook - https://facebook.com/USERNAME
# if your page does not have a custom URL, create one!
facebook: TempleLiberalArts
# Twitter - https://twitter.com/USERNAME
twitter: TULiberalArts
# Instagram - https://www.instagram.com/USERNAME
instagram: TULiberalArts
# Snapchat - USERNAME
snapchat:
# GitHub - https://github.com/USERNAME or https://github.com/USERNAME/REPO
github:
# DeviantArt - http://USERNAME.deviantart.com/
deviantart:
# Vimeo - https://vimeo.com/USERNAME
vimeo:
# YouTube - Paste the FULL URL below
youtube:
# LinkedIn - Paste the FULL URL below
linkedin:
# Slack - Paste the FULL URL below
slack:
# University & College Information
university:
name: Temple University
url: https://temple.edu/
college:
name: College of Liberal Arts
url: https://liberalarts.temple.edu/
# Google Tag Manager OR Google Analytics
google_analytics:
google_tag_manager: GTM-58ZL5B
# CSV/JSON/YAML data feeds URLs, to be fetched before each build
events-feed: https://liberalarts.temple.edu/events/center-for-the-humanities/csv
news-feed: https://liberalarts.temple.edu/news/center-for-the-humanities/csv
faculty-feed: https://liberalarts.temple.edu/profiles/center-for-the-humanities/csv
# Development Config
# If you do not have access to 'tutheme', use 'minima' instead.
theme: tutheme
# Global Site Config
# DO NOT edit below unless if you know what you're doing!
markdown: kramdown
highlighter: rouge
sass:
sass_dir: _sass
style: compressed
timezone: UTC
collections:
pages:
title: Pages
output: true
layout: page
permalink: /:title
# Prose
prose:
rooturl: pages
media: media
ignore:
- .gitignore
- Gemfile
- Gemfile.lock
- README.md
- index.html
- _config.yml
metadata:
pages:
- name: title
field:
element: text
label: Title
- name: permalink
field:
element: text
label: Permalink
- name: layout
field:
element: select
label: Page layout
options:
- name: page
value: page
- name: faculty
value: faculty
- name: home
value: home
# Jekyll Ignore
exclude:
- Gemfile
- Gemfile.lock
- README.md
- LICENSE.md
- s3_website.yml
- .sass-cache
- .travis.yml
- .ruby-version
- .gitignore
- vendor
- _site
- node_modules