generated from bep/hugo-starter-tailwind-basic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
132 lines (112 loc) · 2.77 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
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
baseURL: 'https://www.lutherananswers.com/'
title: "Lutheran Answers"
taxonomies:
category: categories
tag: tags
permalinks:
page:
articles: /articles/:year/:month/:title/
section:
articles: /articles/
markup:
goldmark:
renderer:
unsafe: true
params:
description: 'Your questions about the Christian faith, answered.'
author: Remy Sheppard
donate:
text: Donate
link: https://newsletter.lutherananswers.com/products/tip-jar
icon: <i class="fa-light fa-dove"></i> #<i class="fa-duotone fa-circle-heart"></i>
image: /images/16-9-image.png
Hero:
- image: merch-sale-10p.png
title: #
description: #
big_link: https://lutherananswers.creator-spring.com/
primary_button: #
primary_button_url: #
secondary_button: #
secondary_button_url: #
comments: true
menu:
main:
- identifier: home
name: Home
url: /
weight: 1
pre: '<i class="fa-light fa-house mr-2"></i>'
- identifier: podcast
name: Podcast
url: /podcast
weight: 2
pre: '<i class="fa-light fa-microphone-lines mr-2"></i>'
- identifier: answers
name: Answers
url: /answers
weight: 2
pre: '<i class="fa-sharp fa-light fa-seal-question mr-2"></i>'
- identifier: articles
name: Articles
url: /articles
weight: 3
pre: '<i class="fa-light fa-memo-pad mr-2"></i>'
- identifier: shop
name: Shop
url: https://lutherananswers.creator-spring.com
weight: 4
pre: '<i class="fa-light fa-bag-shopping mr-2"></i>'
- identifier: boc
name: Confessions
url: https://www.lutheranconfessions.org
weight: 5
pre: '<i class="fa-light fa-books mr-2"></i>'
meta:
- identifier: about
name: About
url: /about
weight: 1
pre: ''
post: ''
- identifier: ask
name: Ask
url: /ask
weight: 2
pre: ''
post: ' a Question'
- identifier: corrections
name: Correction
url: /correction
weight: 3
pre: 'Submit a '
post: ''
- identifier: legal
name: Legal
url: /policies
weight: 4
pre: ''
post: ''
## Hugo Caching thing for TailWindCSS - I do not understand it.
module:
hugoVersion:
extended: true
min: 0.125.5
mounts:
- source: assets
target: assets
- source: hugo_stats.json
target: assets/watching/hugo_stats.json
- source: node_modules/@splidejs/splide/dist/css
target: assets/css/splide
build:
writeStats: true
cachebusters:
- source: assets/watching/hugo_stats\.json
target: styles\.css
- source: (postcss|tailwind)\.config\.js
target: css
- source: assets/.*\.(js|ts|jsx|tsx)
target: js
- source: assets/.*\.(.*)$
target: $1