-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
51 lines (45 loc) · 1.05 KB
/
config.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
baseURL: "https://examplesite.com/"
title: La minute tech'
paginate: 5
theme: papermod
languageCode: "fr"
defaultContentLanguage: "fr"
taxonomies:
tag: "tags"
category: "categories"
params:
ShowReadingTime: true
ShowShareButtons: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowToc: true
TocOpen: true
homeInfoParams:
Title: "Claude Gamache \U0001F44B"
Content: "\"Codez toujours comme si la personne qui allait maintenir votre code était un violent psychopathe qui sait où vous habitez.\" - Jeff Atwood"
socialIcons:
- name: twitter
url: "https://twitter.com/gamache_c"
- name: linkedin
url: "https://www.linkedin.com/in/claude-gamache/"
- name: github
url: "https://github.com/gamachec"
menu:
main:
- identifier: categories
name: Catégories
url: /categories/
weight: 10
- identifier: tags
name: Tags
url: /tags/
weight: 20
- identifier: search
name: Rechercher
url: /search
weight: 30
outputs:
home:
- HTML
- RSS
- JSON