-
Notifications
You must be signed in to change notification settings - Fork 1
/
hugo.yaml
74 lines (62 loc) · 1.26 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
title: Advent of Code
baseURL: "https://erik-skopp.de/AdventofChess/"
# import hextra as module
module:
imports:
- path: github.com/imfing/hextra
markup:
# allow raw html
goldmark:
renderer:
unsafe: true
extensions:
footnote: true
# enable hextra syntax highlight
highlight:
noClasses: false
defaultContentLanguage: de
languages:
de:
languageName: German / Deutsch
weight: 1
title: Schach Adventskalender
contentDir: "content/de"
en:
languageName: Englisch / English
weight: 1
title: Advent of Chess
contentDir: "content/en"
menu:
main:
- name: Search
weight: 5
params:
type: search
- name: GitHub
weight: 6
url: "https://github.com/eskopp/AdventofChess"
params:
icon: github
- name: Instagram
weight: 7
url: "https://instagram.com/e.skopp"
params:
icon: instagram
services:
googleAnalytics:
ID: G-T4Q663C3TH
params:
disableToc: true
navbar:
displayTitle: true
displayLogo: true
theme:
default: system
footer:
displayCopyright: false
displayPoweredBy: false
editURL:
enable: true
base: "https://github.com/eskopp/AdventofChess/edit/content/main/"
page:
width: full