-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
76 lines (67 loc) · 1.75 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
baseURL: https://bricklou.ovh/
title: Bricklou & Co
params:
github_url: https://github.com/bricklou
plausible_analytics:
outbound_links: true
toc_min_word_count: 500
paginate: 1
menus:
main:
- name: Accueil
pageRef: /
weight: 10
- name: Posts
pageRef: /posts
weight: 20
- name: À propos
pageRef: /a-propos
weight: 30
module:
imports:
- path: "github.com/hugomods/hugopress"
- path: "github.com/hugomods/shortcodes"
- path: "github.com/hugomods/icons/vendors/lucide"
- path: "github.com/hugomods/icons/vendors/simple-icons"
- path: "github.com/hugomods/images"
- path: "github.com/hugomods/mermaid"
- path: "github.com/hugomods/katex"
- path: "github.com/hugomods/plausible-analytics"
# SEO
- path: "github.com/hugomods/seo/modules/base"
- path: "github.com/hugomods/seo/modules/alternatives"
- path: "github.com/hugomods/seo/modules/favicons"
- path: "github.com/hugomods/seo/modules/open-graph"
- path: "github.com/hugomods/seo/modules/schema"
- path: "github.com/hugomods/seo/modules/twitter-cards"
mounts:
- source: node_modules/@twemoji/svg
target: assets/emojis
- source: layouts
target: layouts
- source: data
target: data
- source: assets
target: assets
- source: archetypes
target: archetypes
markup:
tableOfContents:
startLevel: 2
endLevel: 3
ordered: true
highlight:
lineNos: true
lineNumbersInTable: false
guessSyntax: true
style: github-dark
tabWidth: 4
enableEmoji: true
enableRobotsTXT: true
removePathAccents: true
cleanDestinationDir: true
disableFastRender: true
enableGitInfo: true
languageCode: fr-fr
defaultContentLanguage: "fr"
timeZone: "Europe/Paris"