-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
105 lines (96 loc) · 2.38 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
# Site settings
title: UNESCO Chair in Urban Landscape
year: 2024
description: >- # this means to ignore newlines until "baseurl:"
This is the official website for the UNESCO Chair in Urban Landscape at the University of Montreal, focusing on sustainable urbanization.
baseurl:
url: https://unesco-studio.umontreal.ca
contact:
person: Prof. Shin Koseki
role: Chairholder
office: Office 4116
email: shin.koseki<wbr>@umontreal.ca
phone: +1 (514) 343-2320
mailing: Université de Montréal<br>Pavillon de la faculté de l’aménagement<br>CP 6128 Downtown Station<br>Montréal (Québec) H3C 3J7
civic: UNESCO Chair in Urban Landscape<br>2940, Côte-Ste-Catherine Rd.<br>Offices 4112–4133<br>Montréal
google_maps: https://maps.app.goo.gl/vx6kjg8gcna9SkAD9
social:
linkedin: https://www.linkedin.com/company/unesco.studio/
facebook: https://www.facebook.com/unesco.studio
instagram: https://www.instagram.com/unesco.studio/
tiktok: https://www.tiktok.com/@unesco.studio
usernames:
linkedin: unesco.studio
facebook: unesco.studio
instagram: unesco.studio
tiktok: unesco.studio
# Build settings
markdown: kramdown
theme:
plugins:
- jekyll-feed
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list as needed.
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
# Optional features
gems:
- jekyll-paginate
- jekyll-sitemap
# Localization settings (for future multilingual support)
languages: ["en", "fr"]
# Custom variables
# You can define any number of custom variables here and access them throughout
# your site. For example:
color_palette:
- "#0d56fb"
- "#c7cde8"
- "#ba6528"
- "#cdb9a3"
- "#5dc928"
- "#c0dfae"
- "#fced00"
- "#fff9ae"
- "#ed145b"
- "#f9a3be"
- "#737373"
- "#d1d3d4"
# Collections
collections:
projects:
output: true
posts:
output: true
teachings:
output: true
team:
output: true
services:
output: true
# Assests items
assets:
sticker_en: /assets/images/sticker_en.png
logo_compact_en: /assets/images/logo_compact_en.png
# Defaults
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "news"
- scope:
path: ""
type: "team"
values:
layout: "members"
- scope:
path: ""
type: "projects"
values:
layout: "projects"