-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhugo.yaml
52 lines (42 loc) · 952 Bytes
/
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
# yaml-language-server: $schema=https://json.schemastore.org/hugo.json
languageCode: fr-fr
title: Launcher Tutorials
defaultContentLanguage: fr
module:
imports:
- path: github.com/imfing/hextra
markup:
defaultMarkdownHandler: goldmark
highlight:
noClasses: false
lineNos: true
enableInlineShortcodes: true
menu:
main:
- name: Documentation
pageRef: /docs
weight: 1
- name: Search
weight: 2
params:
type: search
- name: GitHub
weight: 3
url: "https://github.com/bricklou/launcher-tutorials"
params:
icon: github
params:
theme:
default: system
displayToggle: true
editURL:
enable: true
base: "https://github.com/bricklou/launcher-tutorials/edit/main/content"
footer:
displayCopyright: false
displayPoweredBy: false
enableEmoji: true
enableRobotsTXT: true
removePathAccents: true
enableGitInfo: true
timeZone: "Europe/Paris"