-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
39 lines (37 loc) · 1.07 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
# Build output directory
output_dir = "HTML"
# Title of the site
title = "UI Navigation"
# Uncomment below line if you want to use as test purpose, and make sure to recomment after testing and back to your base url.
#base_url = "/"
base_url = "https://harrymkt.github.io/zluinav"
#theme = "zluinav"
# 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
# Search feature is currently not supported in this theme
build_search_index = false
# Default language
default_language = "en"
# Other languages
[languages.my]
# Burmese
title = "UI လမ်းညွှန်"
[slugify]
paths = "on"
# We don't use Taxonomies for now
taxonomies = "off"
anchors = "off"
[extra]
# The language search path
tr_path = "langs"
# Title separator, such as dash (-)
title_sep = " – "
nav = [
{name = "Home", url = "/.l./", key = "H", id = "nav1"},
{name = "Documentation", url = "/docs/", id = "nav2"},
{name = "Blog", url = "/.l./blog/", title = "Read the latest news", id = "nav3"}
]