forked from LearnCIOT/LearnCIOT.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
134 lines (109 loc) · 3.36 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
baseURL = 'https://LearnCIOT.github.io/'
languageCode = "zh-tw"
defaultContentLanguage = "zh-tw"
title = 'Learn CIoT'
theme = "relearn"
metaDataFormat = "yaml"
# required for official documentation served from subfolder
relativeURLs = false
defaultContentLanguageInSubdir= false
googleAnalytics = 'G-ZCH7EJS8LE'
disqusShortname = 'learnciot'
[Params]
editURL = "https://github.com/LearnCIOT/LearnCIOT.github.io/tree/main/content/"
description = "CIoT Open Data Application - Documentation/Learning Project"
author = "Ling-Jyh Chen"
showVisitedLinks = true
#collapsibleMenu = true
disableBreadcrumb = false
disableNextPrev = false
disableLandingPageButton = true
disableSeoHiddenPages = true
disableMermaid = false
#customMermaidURL = "https://unpkg.com/[email protected]/dist/mermaid.min.js"
titleSeparator = "::"
[Params.socialshare]
facebook = true
linkedin = true
twitter = true
whatsapp = true
email = true
[taxonomies]
category = "categories"
tag = "tags"
level = "levels"
author = "authors"
[outputs]
home = ["HTML", "RSS", "JSON"]
#section = ["HTML", "RSS" ]
#page = ["HTML", "RSS"]
[Languages]
[Languages.en]
title = "Tutorial for CIoT Open Data Applications"
weight = 1
languageName = "English"
landingPageURL = "/"
landingPageName = "<i class='fas fa-home'></i> Home"
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> GitHub repo"
identifier = "ds"
url = "https://github.com/LearnCIOT/LearnCIOT.github.io"
weight = 10
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-fw fa-heartbeat'></i> Search by difficulty"
url = "levels/"
weight = 100
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-fw fa-tags'></i> Search by topics"
url = "tags/"
weight = 110
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-fw fa-users'></i> Search by authors"
url = "authors/"
weight = 120
[Languages.ja]
title = "人々のためのパブリック・インターネット・オブ・シングス(Civil IoT Taiwan)"
weight = 1
languageName = "日本語"
landingPageURL = "/"
landingPageName = "<i class='fas fa-home'></i> Home"
[[Languages.ja.menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> GitHub repo"
identifier = "ds"
url = "https://github.com/LearnCIOT/LearnCIOT.github.io"
weight = 10
[[Languages.ja.menu.shortcuts]]
name = "<i class='fas fa-fw fa-heartbeat'></i> Search by difficulty"
url = "levels/"
weight = 100
[[Languages.ja.menu.shortcuts]]
name = "<i class='fas fa-fw fa-tags'></i> Search by topics"
url = "tags/"
weight = 110
[[Languages.ja.menu.shortcuts]]
name = "<i class='fas fa-fw fa-users'></i> Search by authors"
url = "authors/"
weight = 120
[Languages.zh-tw]
title = "Tutorial for CIoT Open Data Applications"
weight = 2
languageName = "中文"
landingPageURL = "/"
landingPageName = "<i class='fas fa-home'></i> 首頁"
[[Languages.zh-tw.menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> GitHub"
identifier = "ds"
url = "https://github.com/LearnCIOT/LearnCIOT.github.io"
weight = 10
[[Languages.zh-tw.menu.shortcuts]]
name = "<i class='fas fa-fw fa-heartbeat'></i> 按照難度等級查詢"
url = "levels/"
weight = 100
[[Languages.zh-tw.menu.shortcuts]]
name = "<i class='fas fa-fw fa-tags'></i> 按照文章標籤查詢"
url = "tags/"
weight = 110
[[Languages.zh-tw.menu.shortcuts]]
name = "<i class='fas fa-fw fa-users'></i> 按照文章作者查詢"
url = "authors/"
weight = 120