forked from brown-ccv/ccv-website-hugo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
69 lines (61 loc) · 1.14 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
baseURL: https://datasci.brown.edu/ccv-dev #http://ccv-website-dev.s3-website-us-east-1.amazonaws.com
languageCode: en-us
title: Brown Center for Computing and Visualization
theme: gb-theme
permalinks:
news: "/:year/:month/:slug/"
outputs:
home:
- html
- rss
- json
enableRobotsTXT: true
DefaultContentLanguage: en
canonifyURLs: true
relativeURLs: false
pygmentsCodefences: true
# Menu
menu:
main:
- identifier: home
name: Home
title: Home
url: /
weight: 1
- identifier: about
name: About
title: About
url: /about/
weight: 2
- identifier: services
name: Services
title: Services
url: /services/
weight: 3
- identifier: documentation
name: Documentation
title: Documentation
url: /documentation/
weight: 5
- identifier: news
name: News
title: News
url: /news/
weight: 6
# i18n
disableLanguages:
- pt
languages:
en:
languageName: English
weight: 1
contentDir: content/english
pt:
languageName: Portuguese
weight: 2
contentDir: content/portuguese
# Taxonomies
taxonomies:
tag: "tags"
type: "types"
category: "category"