-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
58 lines (41 loc) · 932 Bytes
/
hugo.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
50
51
52
53
54
55
56
57
58
baseURL = 'https://marminton.hydra2025.fr/'
languageCode = 'fr-fr'
title = 'Hydra MarmINTon'
theme = 'hugo-theme-stack'
[[imports]]
path = "github.com/CaiJimmy/hugo-theme-stack/v3"
[frontmatter]
date = ['date', 'publishDate', 'lastmod']
lastmod = ['lastmod', ':git', 'date', 'publishDate']
publishDate = ['publishDate', 'date']
[taxonomies]
category = 'categories'
tag = 'tags'
[outputs]
home = ['HTML', 'RSS']
[Params]
mainSections = ['recettes']
favicon='favicon.ico'
[Params.article]
readingTime = false
[Params.Sidebar]
Subtitle = 'Les recettes de la liste Hydra'
## Widgets
[[widgets.homepage]]
type = "search"
[[widgets.homepage]]
type = "archives"
[widgets.homepage.params]
limit = 5
[[widgets.homepage]]
type = "categories"
[widgets.homepage.params]
limit = 10
[[widgets.homepage]]
type = "tag-cloud"
[widgets.homepage.params]
limit = 10
[[widgets.page]]
type = "toc"
[markup.goldmark.renderer]
unsafe= true