-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
162 lines (138 loc) · 5.37 KB
/
hugo.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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
baseURL = 'https://blog.khalidrafi.me/'
languageCode = 'bn-BD'
title = "খালিদের শেল"
logoText = "khalid@blog:~$"
logoHomeLink = "/"
# Terminal theme config paste
# Add it only if you keep the theme in the `themes` directory.
# Remove it if you use the theme as a remote Hugo Module.
theme = "terminal"
pagination.pagerSize = 5
defaultContentLanguage = 'bn'
defaultContentLanguageInSubdir = true
[languages]
[languages.bn]
contentDir = 'content/bn'
disabled = false
languageCode = 'bn-BD'
title = "খালিদের শেল"
languageDirection = 'ltr'
languageName = 'বাংলা'
weight = 1
[languages.bn.params]
subtitle = "টিউটোরিয়াল, পরামর্শ ও কৌশল,সমস্যার সমাধান"
owner = "খালিদ"
keywords = ""
copyright = ""
menuMore = "আরো দেখুন"
readMore = "আরো পড়ুন"
readOtherPosts = "অন্য পোস্টগুলো দেখুন"
newerPosts = "নতুন পোস্ট"
olderPosts = "পুরনো পোস্ট"
missingContentMessage = "পেজটি পাওয়া যায়নি..."
missingBackButtonLabel = "হোম পেজে ফিরে যান"
minuteReadingTime = "min read"
words = "words"
[languages.bn.params.logo]
logoText = "khalid@blog:~$"
logoHomeLink = "/"
# [languages.bn.menu]
# [[languages.bn.menu.main]]
# identifier = "about"
# name = "About"
# url = "/about"
# [[languages.bn.menu.main]]
# identifier = "showcase"
# name = "Showcase"
# url = "/showcase"
[languages.en]
contentDir = 'content/en'
disabled = false
languageCode = 'en-US'
languageDirection = 'ltr'
languageName = 'English'
title = "Khalid's Shell"
weight = 2
[languages.en.params]
subtitle = "Tutorials, Tips & Tricks, Troubleshooting"
owner = ""
keywords = ""
copyright = ""
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
newerPosts = "Newer posts"
olderPosts = "Older posts"
missingContentMessage = "Page not found..."
missingBackButtonLabel = "Back to home page"
minuteReadingTime = "min read"
words = "words"
[languages.en.params.logo]
logoText = "khalid@blog:~$"
logoHomeLink = "/"
# [languages.en.menu]
# [[languages.en.menu.main]]
# identifier = "about"
# name = "About"
# url = "/about"
# [[languages.en.menu.main]]
# identifier = "showcase"
# name = "Showcase"
# url = "/showcase"
[params]
# dir name of your main content (default is `content/posts`).
# the list of set content will show up on your index page (baseurl).
contentTypeName = "posts"
# if you set this to 0, only submenu trigger will be visible
showMenuItems = 2
# show selector to switch language
showLanguageSelector = false
# set theme to full screen width
fullWidthTheme = true
# center theme with default width
centerTheme = false
# if your resource directory contains an image called `cover.(jpg|png|webp)`,
# then the file will be used as a cover automatically.
# With this option you don't have to put the `cover` param in a front-matter.
autoCover = true
# set post to show the last updated
# If you use git, you can set `enableGitInfo` to `true` and then post will automatically get the last updated
showLastUpdated = false
# Provide a string as a prefix for the last update date. By default, it looks like this: 2020-xx-xx [Updated: 2020-xx-xx] :: Author
# updatedDatePrefix = "Updated"
# whether to show a page's estimated reading time
# readingTime = false # default
# whether to show a table of contents
# can be overridden in a page's front-matter
# Toc = false # default
# set title for the table of contents
# can be overridden in a page's front-matter
# TocTitle = "Table of Contents" # default
# Set date/time format for posts
# This will impact the date/time displayed on
# index.html, the posts list page, and on posts themselves
# This value can also be configured per-post on front matter
# If you have any issues with the timezone rendering differently
# than you expected, please ensure your timezone is correctly set
# on your server.
# This value can be customized according to Hugo documentation:
# https://gohugo.io/functions/time/format/
# Default value (no changes needed):
# dateFormat = "2006-01-02"
# Example format, with date, time, and timezone abbreviation:
# dateFormat = "2006-01-02 3:04:06 PM MST"
[params.contact]
email = '[email protected]'
# [params.twitter]
# # set Twitter handles for Twitter cards
# # see https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started#card-and-content-attribution
# # do not include @
# creator = ""
# site = ""
# [module]
# In case you would like to make changes to the theme and keep it locally in you repository,
# uncomment the line below (and correct the local path if necessary).
# --
# replacements = "github.com/panr/hugo-theme-terminal/v4 -> themes/terminal"
# [[module.imports]]
# path = 'github.com/panr/hugo-theme-terminal/v4'