-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
62 lines (56 loc) · 1.32 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
52
53
54
55
56
57
58
59
60
61
62
# https://gohugo.io/getting-started/configuration/
baseURL: "https://holgerschurig.github.io/"
languageCode: "en-us"
title: "Holger Schurig's Computer Calisthenics & Orthodontia"
author: "Holger Schurig"
theme: "my"
paginate: 12
enableRobotsTXT: true
pluralizelisttitles: false
relativeurls: true
pygmentscodefences: true
pygmentscodefencesguesssyntax: true
canonifyurls: true
markup:
goldmark:
renderer:
unsafe: true
taxonomies:
tag: "tags"
category: "categories"
params:
subtitle: ""
keywords: ["Linux","Emacs","Amateurfunk","Elektronik"]
favicon: true
dateFormat: "2006-01-02"
mastodon: "https://emacs.ch/@holgerschurig"
menu:
main:
- name: "Home"
url: "/"
pre: "<i class='fa fa-home fa-fw'></i>"
identifier: "home"
weight: 1
- name: "Articles"
url: "/en/"
pre: "<i class='fa fa-list fa-fw'></i>"
weight: 2
- name: "Beiträge"
url: "/de/"
pre: "<i class='fa fa-list fa-fw'></i>"
weight: 3
- name: "Categories"
url: "/categories/"
pre: "<i class='fa fa-folder fa-fw'></i>"
identifier: "categories"
weight: 4
- name: "Tags"
url: "/tags/"
pre: "<i class='fa fa-tags fa-fw'></i>"
identifier: "tags"
weight: 5
- name: "Impressum"
url: "/impressum/"
pre: "<i class='fa fa-phone fa-fw'></i>"
identifier: "impressum"
weight: 6