-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy path_config.yml
92 lines (84 loc) · 2.47 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
# Site settings
title: Human Interaction and RObotics [HIRO] Group
email: [email protected]
url: https://hiro-group.ronc.one
phone: +1 (303) 735-6233
google-analytics-id: G-76827T07Y0
description: "The HIRO Group, led by Alessandro Roncone at CU Boulder, works on robot technologies that enable close, natural, and extended cooperation with humans."
owner: Human Interaction and Robotics Group
owner-short: HIRO-group
owner-url: https://alessandro.ronc.one
# Social networks usernames (many more available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.)
social:
- title: github-alt
url: https://github.com/HIRO-group
- title: slack
url: https://cu-hiro.slack.com
meetings:
semester: Fall 2024
location: ECOT 831
note: " on Tuesdays at 9.30 am"
logo: /img/logo-square.svg
logopng: /img/logo-square.png
logo2: /img/logo-rect.svg
logo3: /img/logo-long-white-text.svg
# Postal address (add as many lines as necessary)
address:
- line: 1111 Engineering Dr, ECST 322
- line: Computer Science Department,
- line: University of Colorado,
- line: Boulder, 80309, CO, U.S.A.
# Build settings
markdown: kramdown
kramdown:
syntax_highlighter: rouge
highlighter: rouge
toc_levels: "1,2,3"
permalink: pretty
plugins:
- jekyll-sitemap
- rouge
- jekyll-seo-tag
- jemoji
#- jekyll-mentions
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"
-
scope:
path: "_posts"
values:
type: "article"
-
scope:
path: "_posts/wiki"
values:
category: "wiki"
-
scope:
path: "_posts/news"
values:
category: "news"
-
scope:
path: "_posts/research"
values:
category: "research"
-
scope:
path: "_posts/research/subteams"
values:
type: "subteams"
category: [research, subteams]
# Default colors (hex-codes without the leading hash-tag):
color:
banner: 66a329 # This is a green banner color (for red, use bf4040)
articletext: 3c3c3c # This is the text color
primary: ffffff # This is the background of the logo, light gray
secondary: 282828 # This is dark gray
secondary-alpha: rgba(40,40,40,.7) # This is the same as the secondary color but with an alpha value
# accent: 4982a7
accent: 00a0a0 # This is an electric blue accent