-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
54 lines (44 loc) · 1.6 KB
/
config.toml
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
baseurl = "https://ivalab.github.io/BioLoco/public/"
baseURL = "https://ivalab.github.io/BioLoco/public/"
title = "BioLoco Research"
theme = "hugo-creative-portfolio-theme"
languageCode = "en-us"
defaultContentLanguage = "en-us"
disqusShortname = ""
googleAnalytics = ""
[markup.goldmark.renderer]
unsafe = true
[params]
style = "ivalab"
title = "IVALab:BioLoco"
description = "Research efforts related to biologically-inspired locomotion."
copyright = ""
support = "Research supported in part by National Science Foundation. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation."
sidebarAbout = [ "Research efforts related to controlled locomotion of undulatory bio-inspired robots (snakes, salamanders, and related)." ]
[[params.grants]]
grantee = "NSF"
award = "1400256"
url = "https://www.nsf.gov/awardsearch/showAward?AWD_ID=1400256&HistoricalAwards=false"
[[params.grants]]
grantee = "NSF"
award = "1562911"
url = "https://www.nsf.gov/awardsearch/showAward?AWD_ID=1562911&HistoricalAwards=false"
[[params.navlinks]]
name = "About"
url = "about/"
home = false
[[params.navlinks]]
name = "Robots"
url = "robots/"
home = false
[[params.navlinks]]
name = "Research"
url = "research/"
home = true
[params.social]
github = "https://github.com/ivalab"
github2 = "https://github.com/ivaROS"
youtube = "https://www.youtube.com/channel/UCKQ7FxpjoK-1l3Bp2qXCiYw/"
twitter = "https://twitter.com/IVALab5"
[taxonomies]
tags = "tags"