Update newsletter.html
[awesomeBible-website.git] / config.toml
blob3b2a439251a2f36467326a623a13433a3cefb52e
1 baseURL = "https://en.awesomebible.de"
2 # [en, zh-cn, fr, ...] determines default content language
3 defaultContentLanguage = "en"
4 # language code
5 languageCode = "en"
6 title = "awesomeBible"
7 enableEmoji = true
9 # Change the default theme to be use when building the site with Hugo
10 theme = "LoveIt"
12 [outputs]
13 home = ["HTML","RSS","Algolia"]
15 [outputFormats.Algolia]
16   mediaType = "application/json"
17   baseName = "algolia"
18   isPlainText = true
19   notAlternative = true
21 [params]
22   # LoveIt theme version
23   version = "0.2.X"
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")
27   defaultTheme = "auto"
28   images = ["/assets/og.png"]
30   [params.app]
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
34     noFavicon = false
35     # modern SVG favicon to use in place of older style .png and .ico files
36     svgFavicon = ""
37     # Android browser theme color
38     themeColor = "#ffffff"
39     # Safari mask icon color
40     iconColor = "#2872fa"
41     # Windows v8-10 tile color
42     tileColor = "#da532c"
43 [params.search]
44   enable = true
45   # type of search engine ("lunr", "algolia")
46   type = "lunr"
47   # max index length of the chunked content
48   contentLength = 4000
49   # placeholder of the search bar
50   placeholder = ""
51   # LoveIt NEW | 0.2.1 max number of results length
52   maxResultLength = 10
53   # LoveIt NEW | 0.2.3 snippet length of the result
54   snippetLength = 30
55   # LoveIt NEW | 0.2.1 HTML tag name of the highlight part in results
56   highlightTag = "em"
57   # LoveIt NEW | 0.2.4 whether to use the absolute URL based on the baseURL in search index
58   absoluteURL = false
59   [params.search.algolia]
60     index = ""
61     appID = ""
62     searchKey = ""
64   # Home page config
65   [params.home]
66     # LoveIt NEW | 0.2.0 amount of RSS pages
67     rss = 10
68     # Home page profile
69     [params.home.profile]
70       enable = true
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)
76       title = ""
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
80       typeit = true
81       # whether to show social links
82       social = true
83       # LoveIt NEW | 0.2.0 disclaimer (HTML format is supported)
84       disclaimer = ""
85     # Home page posts
86     [params.home.posts]
87       enable = true
88       # special amount of posts in each home posts page
89       paginate = 6
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
94   [params.page]
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
100     twemoji = true
101     # whether to enable lightgallery
102     lightgallery = true
103     # LoveIt NEW | 0.2.0 whether to enable the ruby extended syntax
104     ruby = true
105     # LoveIt NEW | 0.2.0 whether to enable the fraction extended syntax
106     fraction = true
107     # LoveIt NEW | 0.2.0 whether to enable the fontawesome extended syntax
108     fontawesome = true
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
112     rssFullText = false
113     # LoveIt NEW | 0.2.0 Table of the contents config
114     [params.page.toc]
115       # whether to enable the table of the contents
116       enable = false
117       # LoveIt NEW | 0.2.9 whether to keep the static table of the contents in front of the post
118       keepStatic = false
119       # whether to make the table of the contents in the sidebar automatically collapsed
120       auto = true
121     # LoveIt CHANGED | 0.2.0 KaTeX mathematical formulas
122     [params.page.math]
123       enable = true
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
131       copyTex = true
132       # KaTeX extension mhchem
133       mhchem = true
134     # LoveIt NEW | 0.2.0 Code config
135     [params.page.code]
136       # whether to show the copy button of the code block
137       copy = false
138       # the maximum number of lines of displayed code by default
139       maxShownLines = 10
140     # LoveIt NEW | 0.2.0 Mapbox GL JS config
141     [params.page.mapbox]
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
149       navigation = true
150       # whether to add GeolocateControl
151       geolocate = true
152       # whether to add ScaleControl
153       scale = true
154       # whether to add FullscreenControl
155       fullscreen = true
156     # LoveIt CHANGED | 0.2.0 social share links in post page
157     [params.page.share]
158       enable = true
159       Twitter = true
160       Facebook = true
161       Linkedin = false
162       Whatsapp = true
163       Pinterest = false
164       Tumblr = false
165       HackerNews = false
166       Reddit = false
167       VK = false
168       Buffer = false
169       Xing = false
170       Line = false
171       Instapaper = false
172       Pocket = true
173       Digg = false
174       Stumbleupon = false
175       Flipboard = false
176       Weibo = false
177       Renren = false
178       Myspace = false
179       Blogger = true
180       Baidu = false
181       Odnoklassniki = false
182       Evernote = false
183       Skype = false
184       Trello = false
185       Mix = false
186     # LoveIt CHANGED | 0.2.0 Comment config
187     [params.page.comment]
188       enable = true
189       # Disqus comment config
190       [params.page.comment.disqus]
191         # LoveIt NEW | 0.1.1
192         enable = false
193         # Disqus shortname to use Disqus in posts
194         shortname = ""
195       # Gitalk comment config
196       [params.page.comment.gitalk]
197         # LoveIt NEW | 0.1.1
198         enable = false
199         owner = ""
200         repo = ""
201         clientId = ""
202         clientSecret = ""
203       # Valine comment config
204       [params.page.comment.valine]
205         enable = false
206         appId = ""
207         appKey = ""
208         placeholder = ""
209         avatar = "mp"
210         meta= ""
211         pageSize = 10
212         lang = ""
213         visitor = true
214         recordIP = true
215         highlight = true
216         enableQQ = false
217         serverURLs = ""
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]
226         enable = false
227         width = "100%"
228         numPosts = 10
229         appId = ""
230         languageCode = ""
231       # LoveIt NEW | 0.2.0 Telegram comments config
232       [params.page.comment.telegram]
233         enable = false
234         siteID = ""
235         limit = 5
236         height = ""
237         color = ""
238         colorful = true
239         dislikes = false
240         outlined = false
241       # LoveIt NEW | 0.2.0 Commento comment config
242       [params.page.comment.commento]
243         enable = false
244       # LoveIt NEW | 0.2.5 Utterances comment config
245       [params.page.comment.utterances]
246         enable = true
247         # owner/repo
248         repo = "benjaminwolkchen/awesomebible-en"
249         issueTerm = "pathname"
250         label = "Comment"
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/"
258         # Or
259         # someCSS = "https://cdn.example.com/some.css"
260       [params.page.library.js]
261         # someJavascript = "some.js"
262         # located in "assets/"
263         # Or
264         # someJavascript = "https://cdn.example.com/some.js"
265     # LoveIt CHANGED | 0.2.10 Page SEO config
266     [params.page.seo]
267       # image URL
268       images = ["/assets/logo.png"]
269       # Publisher info
270       [params.page.seo.publisher]
271         name = "Benjamin"
272         logoUrl = "https://secure.gravatar.com/avatar/ead2b9bf4f2cbf4cfd707fb2d7847aaf"
274 [menu]
275   [[menu.main]]
276     identifier = "posts"
277     # you can add extra information before the name (HTML format is supported), such as icons
278     pre = ""
279     # you can add extra information after the name (HTML format is supported), such as icons
280     post = ""
281     name = "Posts"
282     url = "/posts/"
283     # title will be shown when you hover on this menu link
284     title = ""
285     weight = 1
286   [[menu.main]]
287     identifier = "About"
288     pre = ""
289     post = ""
290     name = "About"
291     url = "/about/"
292     title = ""
293     weight = 2
295 # Markup related configuration in Hugo
296 [markup]
297   # Syntax Highlighting (https://gohugo.io/content-management/syntax-highlighting)
298   [markup.highlight]
299     # false is a necessary configuration (https://github.com/dillonzq/LoveIt/issues/158)
300     noClasses = false