-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
83 lines (66 loc) · 1.59 KB
/
hugo.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
defaultContentLanguage = "th"
defaultContentLanguageInSubdir= true
theme = "chaklam"
publishDir = "docs"
baseURL = "https://www.aibrainlab.co/"
title = "AI Brain Lab"
[params]
logo = "/img/_logo.png"
[taxonomies]
role = 'roles'
# https://gohugo.io/getting-started/configuration/
[languages.th]
contentDir = 'content/th'
languageName = 'Thai'
[[languages.th.menu.main]]
name = 'หน้าหลัก'
pageRef = '/'
weight = 10
[[languages.th.menu.main]]
name = 'เกี่ยวกับเรา'
pageRef = '/'
weight = 20
params = { section='#about' }
[[languages.th.menu.main]]
name = 'ผลิตภัณฑ์'
pageRef = '/'
weight = 30
params = { section='#product' }
[[languages.th.menu.main]]
name = 'เชื่อมต่อกับ API ของเรา'
pageRef = '/'
weight = 40
params = { section='#services' }
[[languages.th.menu.main]]
name = 'ติตต่อ'
pageRef = '/'
weight = 50
params = { section='#contact' }
[languages]
[languages.en]
contentDir = 'content/en'
languageName = 'English'
[[languages.en.menu.main]]
name = 'Home'
pageRef = '/'
weight = 10
[[languages.en.menu.main]]
name = 'About'
pageRef = '/'
weight = 20
params = { section='#about' }
[[languages.en.menu.main]]
name = 'Product'
pageRef = '/'
weight = 30
params = { section='#product' }
[[languages.en.menu.main]]
name = 'Connect to our API'
pageRef = '/'
weight = 40
params = { section='#services' }
[[languages.en.menu.main]]
name = 'Contact Us'
pageRef = '/'
weight = 50
params = { section='#contact' }