-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
63 lines (57 loc) · 1.31 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
# site settings
title: iCyPhy
subtitle: Industrial Cyber-Physical Systems
email: eal [at] berkeley [dot] edu
description: Pre-competitive research on architectures and design,<br/> modeling, and analysis techniques for cyber-physical systems,<br/> with emphasis on industrial applications.
copyright_year: 2024
baseurl: # the subpath of your site, e.g. /blog
url: https://www.icyphy.org # the base hostname & protocol for your site
author:
street_address: 545 Cory Hall
city: Berkeley
state: CA
zip_code: 94720
country: USA
phone:
# homepage tiles
tiles-source: pages # accepts "posts" or "pages"
tiles-count: 6
# collections
collections:
people:
output: true
permalink: /:collection/:path/
publications:
output: true
permalink: /:collection/:path/
presentations:
output: true
permalink: /:collection/:path/
# social settings
500px_url:
facebook_url:
github_url: https://github.com/icyphy
gitlab_url:
googleplus_url:
instagram_url:
linkedin_url:
pinterest_url:
slack_url: https://icyphy.slack.com
twitter_url:
# build settings
markdown: kramdown
sass:
style: compressed
defaults:
-
scope:
path: ""
type: publications
values:
layout: pub
-
scope:
path: ""
type: presentations
values:
layout: presentation