This repository has been archived by the owner on Jun 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.cupper
143 lines (132 loc) · 3.28 KB
/
config.cupper
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
baseURL = "https://theologic.us/"
languageCode = "en-us"
title = "Theologicus"
description = """
No pen, no words, no image can express to you the loveliness of my only, only Lord Jesus. – Samuel Rutherford"""
theme = "cupper-hugo-theme"
googleAnalytics = "G-V3GC3P3REE"
footnoteReturnLinkContents = "↩"
[params]
description = """
No pen, no words, no image can express to you the loveliness of my only, only Lord Jesus.
– Samuel Rutherford"""
homeMetaContent = "Collection of theological and doctrinal writings from Joseph Louthan"
footer = 'Copyright © [Joseph Louthan](/about/). Made with [Hugo](https://gohugo.io/). Themed by [Cupper](https://github.com/zwbetz-gh/cupper-hugo-theme). Deployed to [Netlify](https://www.netlify.com/).'
dateFormat = "02 Jan 2006 15:04"
codePenUser = "joe"
katex = true
disqusShortname = "joelouthan"
google-fonts = [
["Cinzel", "100, 200, 300, 400, 500, 600, 700, 800, 900"]
]
[menu]
[[menu.nav]]
name = "Home"
url = "/"
weight = 1
[[menu.nav]]
name = "Recent"
url = "/posts/"
weight = 2
[[menu.nav]]
name = "WORKS IN PROGRESS"
weight = 9
[[menu.nav]]
name = """
Bible Study: Romans"""
url = "/tags/bible-study-romans/"
weight = 10
[[menu.nav]]
name = """
Commentary: Romans"""
url = "/tags/commentary-romans/"
weight = 11
[[menu.nav]]
name = """
Now Sings My Soul:
Psalmic Prayers"""
url = "/tags/now-sings-my-soul-psalms/"
weight = 12
[[menu.nav]]
name = """
Reflections on the Pastoral Epistles"""
url = "/tags/philosophy-of-ministry/"
weight = 13
[[menu.nav]]
name = """
Family Devotions: Luke"""
url = "/tags/family-devotions-luke/"
weight = 14
[[menu.nav]]
name = "MANUSCRIPTS"
weight = 20
[[menu.nav]]
name = """
Here is Love:
Exposition on Romans 8"""
url = "/tags/here-is-love/"
weight = 21
[[menu.nav]]
name = """
Family Devotions: Mark"""
url = "/tags/family-devotions-mark/"
weight = 22
[[menu.nav]]
name = """
Prayers from The Lord's Prayer"""
url = "/tags/the-lords-prayer/"
weight = 23
[[menu.nav]]
name = """
Ordo Salutis:
Devotions on Salvation"""
url = "/tags/ordo-salutis/"
weight = 24
[[menu.nav]]
name = "REFERENCES"
weight = 30
[[menu.nav]]
name = """
Scripture Prooftext on Thanksgiving"""
url = "/tags/thanksgiving/"
weight = 31
[[menu.nav]]
name = "AROUND THE WEB"
weight = 90
[[menu.nav]]
name = """
A Few Points"""
url = "/tags/a-few-points-for-friday/"
weight = 91
[[menu.nav]]
name = """
Sundry Items"""
url = "/tags/sundry-saturday/"
weight = 92
[[menu.nav]]
name = "TAGS"
url = "/tags/"
weight = 10001
[[menu.nav]]
name = "CATEGORIES"
url = "/categories/"
weight = 10002
[[menu.nav]]
name = "Contact"
url = "/about/"
weight = 10010
[markup.goldmark.renderer]
unsafe= true
[markup]
[markup.asciidocExt]
backend = "html5"
extensions = []
failureLevel = "fatal"
noHeaderOrFooter = true
preserveTOC = false
safeMode = "unsafe"
sectionNumbers = false
trace = false
verbose = false
workingFolderCurrent = false
[markup.asciidocExt.attributes]