-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
71 lines (61 loc) · 1.51 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
baseURL = "https://beltron.netlify.app/"
languageCode = "en-us"
theme = "beltron"
enableEmoji = true
DefaultContentLanguage = "hi"
googleAnalytics = ""
enableRobotsTXT = true
[languages]
[languages.en]
title = "DEO Union Bihar"
weight = 2
contentDir = "content/en"
languageName = "English"
[[languages.en.menu.main]]
url = "/"
name = "Home"
weight = 1
[languages.hi]
title = "डीईओ संघ बिहार"
weight = 1
contentDir = "content/hi"
languageName = "हिन्दी"
[[languages.hi.menu.main]]
url = "/"
name = "मुख्य"
weight = 1
[Taxonomies]
tag = "tags"
[params]
favicon = ""
site_logo = "/images/logo.jpeg"
author = "Sarvottam Kumar"
GitHubUser = "sarru1291"
authorlocation = "Noida, India"
authorwebsite = "https://www.sarvottamkumar.in"
authorbio= "Developer, Linux and open source writer"
facebook = "https://www.facebook.com/BeltronDEO2019/"
twitter = "https://twitter.com/beltrondeo2020"
instagram = ""
youtube = ""
github = ""
gitlab = ""
linkedin = ""
mastodon = ""
telegram = "https://t.me/joinchat/QF2Krllj-K6sxc5T7p8HQg"
slack = ""
stackoverflow = ""
rss = ""
background_color_class = "bg-black"
recent_posts_number = 2
commentoEnable = true
disqusShortname = "ss"
showVisitedLinks = false
disableSearch = false
disableLanguageSwitchingButton = false
disableBreadcrumb = false
disableNextPrev = false
[params.navigation]
help = "Help"
[permalinks]
posts = "/:06/:1/:2/:title/"