-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
52 lines (51 loc) · 1.2 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
# PROCESSUS CRÉATION ARTICLE
# Commande pour créer un article
# hugo new --kind post "posts/x.md"
# Changer la date
# Renommer le fichier
# Vérifier si les artistes cités ont une page wikipédia
# Renommer description des images
# Renommer description
baseURL: https://revuejazz.fr/
defaultContentLanguage: fr
title: Revue Jazz
theme: PaperMod
enableRobotsTXT: True
params:
env: production
title: Revue Jazz
description: Quelques recommandations de jazz actuel proposées par Louis
homeInfoParams:
Title: Revue Jazz
Content: Quelques recommandations de jazz actuel proposées par Louis
DateFormat: Monday 2 January 2006
defaultTheme: light
disableThemeToggle: true
disableScrollToTop: true
comments: true
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys: [ "title", "permalink", "summary", "content" ]
outputs:
home:
- HTML
- RSS
- JSON
menu:
main:
- identifier: archives
name: Archives
url: /archives/
weight: 10
- identifier: search
name: Recherche
url: /recherche/
weight: 20
- name: À propos
url: /à-propos
weight: 30