1 baseURL = "https://en.awesomebible.de"
2 # [en, zh-cn, fr, ...] determines default content language
3 defaultContentLanguage = "en"
9 # Change the default theme to be use when building the site with Hugo
13 home = ["HTML","RSS","Algolia"]
15 [outputFormats.Algolia]
16 mediaType = "application/json"
22 # LoveIt theme version
24 description = "We want to inspire people with God’s ingenious plan, so we explain the Bible in a simple, understandable and accessible way for everyone!"
25 keywords = ["bible","god","awesome"]
26 # site default theme ("light", "dark", "auto")
28 images = ["/assets/og.png"]
31 # optional site title override for the app when added to an iOS home screen or Android launcher
32 title = "awesomeBible"
33 # whether to omit favicon resource links
35 # modern SVG favicon to use in place of older style .png and .ico files
37 # Android browser theme color
38 themeColor = "#ffffff"
39 # Safari mask icon color
41 # Windows v8-10 tile color
45 # type of search engine ("lunr", "algolia")
47 # max index length of the chunked content
49 # placeholder of the search bar
51 # LoveIt NEW | 0.2.1 max number of results length
53 # LoveIt NEW | 0.2.3 snippet length of the result
55 # LoveIt NEW | 0.2.1 HTML tag name of the highlight part in results
57 # LoveIt NEW | 0.2.4 whether to use the absolute URL based on the baseURL in search index
59 [params.search.algolia]
66 # LoveIt NEW | 0.2.0 amount of RSS pages
71 # Gravatar Email for preferred avatar in home page
72 gravatarEmail = "hi@awesomebible.de"
73 # URL of avatar shown in home page
74 avatarURL = "/assets/logo.png"
75 # LoveIt CHANGED | 0.2.7 title shown in home page (HTML format is supported)
77 # subtitle shown in home page
78 subtitle = "We want to inspire people with God's ingenious plan, so we explain the Bible in a simple, understandable and accessible way for everyone!"
79 # whether to use typeit animation for subtitle
81 # whether to show social links
83 # LoveIt NEW | 0.2.0 disclaimer (HTML format is supported)
88 # special amount of posts in each home posts page
90 # LoveIt DELETED | 0.2.0 replaced with hiddenFromHomePage in params.page
91 # default behavior when you don't set "hiddenFromHomePage" in front matter
92 defaultHiddenFromHomePage = false
95 # LoveIt NEW | 0.2.0 whether to hide a page from home page
96 hiddenFromHomePage = false
97 # LoveIt NEW | 0.2.0 whether to hide a page from search results
98 hiddenFromSearch = false
99 # LoveIt NEW | 0.2.0 whether to enable twemoji
101 # whether to enable lightgallery
103 # LoveIt NEW | 0.2.0 whether to enable the ruby extended syntax
105 # LoveIt NEW | 0.2.0 whether to enable the fraction extended syntax
107 # LoveIt NEW | 0.2.0 whether to enable the fontawesome extended syntax
109 # whether to show link to Raw Markdown content of the content
110 linkToMarkdown = true
111 # LoveIt NEW | 0.2.4 whether to show the full text content in RSS
113 # LoveIt NEW | 0.2.0 Table of the contents config
115 # whether to enable the table of the contents
117 # LoveIt NEW | 0.2.9 whether to keep the static table of the contents in front of the post
119 # whether to make the table of the contents in the sidebar automatically collapsed
121 # LoveIt CHANGED | 0.2.0 KaTeX mathematical formulas
124 # default block delimiter is $$ ... $$ and \\[ ... \\]
125 blockLeftDelimiter = ""
126 blockRightDelimiter = ""
127 # default inline delimiter is $ ... $ and \\( ... \\)
128 inlineLeftDelimiter = ""
129 inlineRightDelimiter = ""
130 # KaTeX extension copy_tex
132 # KaTeX extension mhchem
134 # LoveIt NEW | 0.2.0 Code config
136 # whether to show the copy button of the code block
138 # the maximum number of lines of displayed code by default
140 # LoveIt NEW | 0.2.0 Mapbox GL JS config
142 # access token of Mapbox GL JS
143 accessToken = "pk.eyJ1IjoiYXdlc29tZWJpYmxlIiwiYSI6ImNrY3p4dzhzMzBnMXYyeHF2MDVlNjQ2NmwifQ.xvXgWkJqhTEYXBJichOKpA"
144 # style for the light theme
145 lightStyle = "mapbox://styles/mapbox/light-v9"
146 # style for the dark theme
147 darkStyle = "mapbox://styles/mapbox/dark-v9"
148 # whether to add NavigationControl
150 # whether to add GeolocateControl
152 # whether to add ScaleControl
154 # whether to add FullscreenControl
156 # LoveIt CHANGED | 0.2.0 social share links in post page
181 Odnoklassniki = false
186 # LoveIt CHANGED | 0.2.0 Comment config
187 [params.page.comment]
189 # Disqus comment config
190 [params.page.comment.disqus]
193 # Disqus shortname to use Disqus in posts
195 # Gitalk comment config
196 [params.page.comment.gitalk]
203 # Valine comment config
204 [params.page.comment.valine]
218 # LoveIt NEW | 0.2.6 emoji data file name, default is "google.yml"
219 # ("apple.yml", "google.yml", "facebook.yml", "twitter.yml")
220 # located in "themes/LoveIt/assets/data/emoji/" directory
221 # you can store your own data files in the same path under your project:
222 # "assets/data/emoji/"
223 emoji = "twitter.yml"
224 # Facebook comment config
225 [params.page.comment.facebook]
231 # LoveIt NEW | 0.2.0 Telegram comments config
232 [params.page.comment.telegram]
241 # LoveIt NEW | 0.2.0 Commento comment config
242 [params.page.comment.commento]
244 # LoveIt NEW | 0.2.5 Utterances comment config
245 [params.page.comment.utterances]
248 repo = "benjaminwolkchen/awesomebible-en"
249 issueTerm = "pathname"
251 lightTheme = "github-light"
252 darkTheme = "github-dark"
253 # LoveIt NEW | 0.2.7 Third-party library config
254 [params.page.library]
255 [params.page.library.css]
256 # someCSS = "some.css"
257 # located in "assets/"
259 # someCSS = "https://cdn.example.com/some.css"
260 [params.page.library.js]
261 # someJavascript = "some.js"
262 # located in "assets/"
264 # someJavascript = "https://cdn.example.com/some.js"
265 # LoveIt CHANGED | 0.2.10 Page SEO config
268 images = ["/assets/logo.png"]
270 [params.page.seo.publisher]
272 logoUrl = "https://secure.gravatar.com/avatar/ead2b9bf4f2cbf4cfd707fb2d7847aaf"
277 # you can add extra information before the name (HTML format is supported), such as icons
279 # you can add extra information after the name (HTML format is supported), such as icons
283 # title will be shown when you hover on this menu link
295 # Markup related configuration in Hugo
297 # Syntax Highlighting (https://gohugo.io/content-management/syntax-highlighting)
299 # false is a necessary configuration (https://github.com/dillonzq/LoveIt/issues/158)