-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathhugo.yaml
67 lines (62 loc) · 1.19 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
title: Ardour Tutorial
module:
imports:
- path: github.com/imfing/hextra
defaultContentLanguage: en
languages:
en:
languageName: English
weight: 1
fr:
languageName: Français
weight: 2
params:
navbar:
displayTitle: true
displayLogo: true
logo:
path: images/logo.svg
dark: images/logo-dark.svg
width: 20
height: 20
menu:
main:
- identifier: conventions
name: Conventions
pageRef: /conventions
weight: 1
- identifier: license
name: License
pageRef: /license
weight: 2
- identifier: credits
name: Credits
pageRef: /credits
weight: 3
- identifier: search
name: Search
weight: 4
params:
type: search
sidebar:
- identifier: more
name: More
params:
type: separator
weight: 1
- identifier: contribute
name: Contribute
pageRef: /how-to-contribute
weight: 2
- name: GitHub
weight: 3
url: "https://github.com/prokoudine/ardour-tutorial"
params:
icon: github
services:
googleAnalytics:
id: G-ELQWFJX2YN
privacy:
googleAnalytics:
disable: false
respectDoNotTrack: true