This repository has been archived by the owner on Oct 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
89 lines (75 loc) · 2.49 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
baseURL = "https://openbangla.github.io/"
languageCode = "en-us"
title = "Navigator | Responsive Multipurpose Bootstrap Hugo Template"
theme = "navigator-hugo"
summaryLength = 10
# Build robots.txt file
enableRobotsTXT = true
# google analytics tracking id
googleAnalytics = "UA-83035690-1" # your analitics ID
enableGitInfo = false
pygmentsCodeFences = true
# Multilangues setup
# Renders the default content language in subdir, e.g. /en/. The root directory / will redirect to /en/
defaultContentLanguageInSubdir = false
DefaultContentLanguage = "en"
# Site Params
[params]
logo = "images/logo.png"
[[Params.listeLangues]]
code = "en"
# meta data
author = "Themefisher"
description = "This is meta description"
# Gestion des langues : FR / EN / NL / DE
[Languages]
############# 1 - ENGLISH site
[Languages.en]
weight = 1
languageCode = "en-us"
title = "OpenBangla Keyboard"
dateFormat = "January 2, 2006"
home = "Home"
logo = "images/48.png"
default = "images/blog/default.png"
menufixed = false
# Hero Area Section
[Languages.en.params.hero]
enable = true
heading = "OpenBangla Keyboard"
description = "An open source, Unicode compliant, Bangla input method for GNU/Linux systems. It’s a full-fledged Bangla input method with many famous typing methods and typing automation tools."
button = true
btnText = "Install"
btnURL = "install"
videoThumb = "images/256.png"
videoURL = "https://www.youtube.com/embed/g3-VxLQO7do"
# About 2 Section
[Languages.en.params.aboutSm]
enable = true
title = "The last Bangla writing solution you'll ever need!"
description = "**OpenBangla Keyboard** comes with the popular **Avro Phonetic** which is the *de-facto* phonetic transliteration method for writing Bangla. It also includes multiple fixed keyboard layouts such as **Probhat**, **Munir Optima**, **National (Jatiya)** etc. which are very popular amongst the professional writers."
# Blog Section On Homepage
[Languages.en.params.blog]
enable = true
topTitle= "Stay Updated!"
title = "Blog."
subtitle= ""
# Contact Section
[Languages.en.params.contact]
enable = true
facebook= "https://www.facebook.com/openbanglakeyboard"
twitter = "OpenBanglaTeam"
github= "https://github.com/OpenBangla"
mail= "mailto:openbanglateam@gmail.com"
# We Used Themefisher Icon font for Icon, for more details check this github repository - https://github.com/themefisher/themefisher-font
# Site Menus
[menu]
# Navbar Menus
[[menu.nav]]
name = "install"
url = "install"
weight = 2
[[menu.nav]]
name = "blog"
url = "blog"
weight = 3