-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.yml
66 lines (61 loc) · 1.54 KB
/
config.yml
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
baseURL: "https://backtobasicsepita.github.io"
languageCode: "fr-fr"
title: "B2B - TPs de programmation"
theme: "PaperMod"
# Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma
pygmentsUseClasses: true
markup:
highlight:
noClasses: false
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
DateFormat: "2 January 2006"
defaultTheme: auto # dark, light
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
ShowPostNavLinks: true
profileMode:
enabled: true # needs to be explicitly set
title: BackToBasics
subtitle: "Sujets de révision de programmations écrits par les membres BackToBasics"
imageUrl: "B2B_logo.png"
imageWidth: 120
imageHeight: 120
imageTitle: "logo backtobasics"
buttons:
- name: "Sujets B1"
url: b1
- name: "Sujets B2"
url: b2
- name: "Sujets B3"
url: b3
- name: "Sujets Cyber"
url: cyb
# for search
# https://fusejs.io/api/options.html
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys: ["title", "permalink", "summary", "content"]
menu:
main:
- identifier: b1
name: "Sujets B1"
url: b1
weight: 5
- identifier: b2
name: "Sujets B2"
url: b2
weight: 10
- identifier: b3
name: "Sujets B3"
url: b3
weight: 10
- identifier: cyb
name: "Sujets Cyber"
url: cyb
weight: 50