This repository has been archived by the owner on Jun 9, 2020. It is now read-only.
forked from TULiberalArts/TUTheme-Boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
135 lines (122 loc) · 3.26 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
135
---
# Program/Department Title
title: Nuclear Energy
# Subdirectory (with / at only at beginning)
baseurl: /nuclearenergy
# Production domain (without / at the end)
production: https://www.cla.temple.edu
# Program Information
# Short tagline for tweets (<100 characters)
tagline: This is our life's work
# Longer descriptions for link previews (<250 characters)
description: 'Example of what the TU Theme will look like and all the wiz-bang things it can do. This Static Site was generated with Jekyll.'
# List of related keywords for search engines
keywords: highered, college, university, philadelphia, Temple
# Address
address:
building: Anderson Hall
room: 8th Floor, Room 832
street: 1114 Polett Walk
city: Phialdelphia, PA 19122
# 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://www.facebook.com/templeliberalarts/
# if your page does not have a custom URL, create one!
facebook: TempleLiberalArts
# Twitter - https://twitter.com/TULiberalArts/
twitter: TULiberalArts
# Instagram - https://www.instagram.com/tuliberalarts/
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/program-slug/csv
news-feed: # https://liberalarts.temple.edu/news/program-slug/csv
faculty-feed: # https://liberalarts.temple.edu/profiles/program-slug/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