-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
50 lines (46 loc) · 1021 Bytes
/
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
# Build output directory
output_dir = "HTML"
# Title of the site
title = "UI Navigation"
base_url = "https://harrymkt.github.io/zluinav"
#theme = "zluinav"
taxonomies = [
{ name = "categories", feed = true }
]
# Default author to be used if the page does not have set one.
author = "Harry Min Khant"
# Feed filename
feed_filenames = ["rss.xml"]
# We don't need Sass
compile_sass = false
build_search_index = false
# Default language
default_language = "en"
#[search]
#index_format = "elasticlunr_json"
# Other languages
[languages.my]
# Burmese
title = "UI လမ်းညွှန်"
[extra]
# The language search path
tr_path = "langs"
# Title separator, such as dash (-)
title_sep = " – "
[extra.search]
enable = true
default_enable = true
format = "pagefind"
[[extra.menus.main]]
name = "Home"
url = "/.l./"
key = "h"
id = "nav1"
[[extra.menus.main]]
name = "Documentation"
url = "/.l./docs"
id = "nav2"
[[extra.menus.main]]
name = "Blog"
url = "/.l./blog"
id = "nav3"