This repository has been archived by the owner on Sep 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
144 lines (133 loc) · 3.74 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
136
137
138
139
140
141
142
143
144
---
# Program/Department Title
title: Japanese
# Subdirectory (with / at only at beginning)
baseurl: /japanese
# Production domain (without / at the end)
production: https://www.cla.temple.edu
# url spits sitemap
url: https://www.cla.temple.edu/japanese
# Development Config
# If you do not have access to 'tutheme', use 'minima' instead.
theme: tutheme
palette: light #future feature
# Program Information
# Short tagline for tweets (<100 characters)
tagline: This is our life's work
# Longer descriptions for link previews (<250 characters)
description: 'The College of Liberal Arts offers a major in Japanese (at the Temple University Japan campus only) as well as a minor and a certificate. For information about the Japanese major, visit the Japanese program page.'
# List of related keywords for search engines
keywords: highered, college, university, philadelphia, Temple
# Address
address:
building: Anderson Hall (022-38)
room: 332
street: 1114 Polett Walk
city: Philadelphia, PA 19122
email: [email protected]
phone: 215-204-8268
# University & College Information
university:
name: Temple University
url: https://temple.edu/
college:
name: College of Liberal Arts
url: https://liberalarts.temple.edu/
program_news: https://liberalarts.temple.edu/news/japanese
program_events: https://events.temple.edu/department/japanese
# CSV/JSON/YAML data feeds URLs, to be fetched before each build
events-feed: https://liberalarts.temple.edu/events/japanese/csv
news-feed: https://liberalarts.temple.edu/news/japanese/csv
articles-feed: https://liberalarts.temple.edu/articles/japanese/csv
faculty-feed: https://liberalarts.temple.edu/profiles/japanese/csv
media-mentions-feed: https://liberalarts.temple.edu/media-mentions/japanese/csv
# 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:
# 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:
# Google Tag Manager OR Google Analytics
google_analytics:
google_tag_manager: GTM-58ZL5B
# 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: faculty2
value: faculty2
- 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