-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
46 lines (44 loc) · 1.08 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
#baseURL = 'http://localhost:1313/'
baseURL = 'https://viewport-ui.design/'
languageCode = 'en-us'
title = 'Viewport UI - UI curated experiences for you inspiration.'
[taxonomies]
tag = "tags"
category = "categories"
[menu]
[[menu.categories]]
name = "All"
url = "/"
weight = 1
[[menu.categories]]
name = "Web"
url = "/categories/web"
weight = 2
[[menu.categories]]
name = "Desktop"
url = "/categories/desktop"
weight = 3
[[menu.categories]]
name = "Mobile"
url = "/categories/mobile"
weight = 4
[[menu.categories]]
name = "Watch"
url = "/categories/watch"
weight = 5
[[menu.categories]]
name = "iOS"
url = "/categories/ios"
weight = 6
[[menu.categories]]
name = "Android"
url = "/categories/android"
weight = 7
[[menu.categories]]
name = "Icon"
url = "/categories/icon"
weight = 8
[[menu.categories]]
name = "Motion"
url = "/categories/motion"
weight = 9