-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.toml
More file actions
55 lines (47 loc) · 1.08 KB
/
config.toml
File metadata and controls
55 lines (47 loc) · 1.08 KB
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
baseURL = 'https://nicolasfurno.fr'
languageCode = 'fr_FR'
defaultContentLanguage = "fr"
title = 'Le blog de Nicolas Furno'
theme = 'nicolasfurno'
[pagination]
pagerSize = 12
copyright = "© Nicolas Furno"
timeZone = "Europe/Paris"
enableGitInfo = true
[menu]
[[menu.main]]
identifier = 'about'
name = 'À propos'
url = '/a-propos/'
weight = 10
[[menu.main]]
identifier = 'archives'
name = 'Archives'
url = '/archives/'
weight = 20
[[menu.main]]
identifier = 'mentions'
name = 'Mentions légales'
url = '/mentions-legales/'
weight = 100
[outputs]
home = ["HTML", "RSS", "JSON"]
[taxonomies]
saga = 'sagas'
tmdb = 'tmdb'
[permalinks]
pages = '/:contentbasename/'
[params]
description = 'Critiques de films, de séries, d’albums, de livres… et tout ce que je veux écrire.'
title = 'Le blog de Nicolas Furno'
[params.author]
name = "Nicolas Furno"
email = "nicolasfurno@gmail.com"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[caches]
[caches.getresource]
dir = ':resourceDir/_gen/'
maxAge = "536h"