-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
71 lines (61 loc) · 1.32 KB
/
hugo.yaml
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
baseURL: https://lutheran-confessions.netlify.app
languageCode: en-us
title: The Book of Concord Online
enableRobotsTXT: true
enableGitInfo: true
enableEmoji: false
module:
imports:
- path: github.com/imfing/hextra
markup:
goldmark:
renderer:
unsafe: true
menu:
main:
- name: About
pageRef: /about
weight: 1
- name: Contact
pageRef: /contact
weight: 2
- name: Search
weight: 3
params:
type: search
- name: "@LutheranAnswers / X"
weight: 4
url: "https://www.x.com/lutherananswers"
params:
icon: x-twitter
- name: Lutheran Answers
weight: 5
url: "https://www.lutherananswers.com"
params:
icon: microphone
- name: GitHub
weight: 6
url: "https://github.com/remysheppard/lutheran-confessions"
params:
icon: github
params:
navbar:
displayTitle: false
displayLogo: true
logo:
path: images/logo.svg
dark: images/logoDark.svg
link: /
width: 300
height: 75
page:
# full (100%), wide (90rem), normal (1280px)
width: wide
footer:
displayCopyright: true
displayPoweredBy: true
displayUpdatedDate: true
dateFormat: "January 2, 2006"
editURL:
enable: true
base: "https://github.com/remysheppard/lutheran-confessions"