-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
63 lines (48 loc) · 1.31 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
55
56
57
58
59
60
61
62
baseurl = "/"
author = "Philip Huebner"
title = "L&L Lab"
languageCode = "en-us"
theme = "foundation-theme"
enableRobotsTXT = true
SectionPagesMenu = "main"
publishDir = "built_by_hugo"
[params.meta]
description = "UIUC Learning & Language Lab"
keywords = "Jon Willits, Jessica Montag, neural network, language acquisition, UIUC, language production, computational modeling"
[params.hero]
herotitle = "🆄🅸🆄🅲 🅻🅴🅰🆁🅽🅸🅽🅶 & 🅻🅰🅽🅶🆄🅰🅶🅴 🅻🅰🅱"
herodiscription = ""
[params.main]
contentOneTitle = "Welcome to the UIUC Learning & Language Lab"
contentOneBody = ""
contentTwoBody = "Our mission is to better understand how children acquire language, using a variety of behavioral and computational methods. "
[params.footer]
email = "[email protected]"
address = "Champaign, IL"
[[menu.main]]
name = "About"
url = "/about"
[[menu.main]]
name = "Topics"
url = "/topics"
[[menu.main]]
name = "Publications"
url = "/publications"
[[menu.main]]
name = "Members"
url = "/members"
[[menu.main]]
name = "Participate"
url = "/participate"
[[menu.main]]
name = "Tools+Data"
url = "/tools+data"
[[menu.main]]
name = "Join"
url = "/join"
[[menu.social]]
name = "Facebook"
url = "http://facebook.com"
[[menu.social]]
name = "Github"
url = "https://github.com/UIUCLearningLanguageLab"