-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
49 lines (38 loc) · 1.23 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
# Site settings
baseurl = "https://bible.hightower.space/"
languageCode = "en"
title = "Bible Research"
theme = "hugo-theme-cactus-plus"
[params]
author = "<a href='https://hightower.space/'>Floyd Hightower</a>"
description = "Bible Research"
bio = "\"In your thinking be mature\""
enableRSS = true
enableToc = true
enableDisqus = false
disqusShortname = "your_disqus_short_name"
enableSummary = true
# Set the value to true if use description in post front matter replace content summary
useDescriptionReplaceSummary = true
enableTwitterCard = true
# The url for twitter card image, default is avatar.png in static/images directory
twitterCardImage = "./static/images/avatar.jpeg"
# Add custom assets with their paths relative to the static folder
customCSS = []
customJS = []
# The variables below are optionally too and can be used to
# translate or customize each string of the theme.
# Navigation links
home = ""
about = ""
archive = ""
subscribe = ""
olderPosts = ""
newerPosts = ""
copyright = ""
# show latest posts in single page
showLatestPosts = false
readMore = ""
# 404 page
title404 = ""
subtitle404 = ""