-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.toml
56 lines (50 loc) · 1.25 KB
/
config.toml
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
baseURL = "https://port-zero.com/"
theme = "portzero"
canonifyURLs = true
[outputs]
home = ["HTML"]
page = ["HTML"]
[languages]
[languages.en]
title = "Port Zero"
languageName = "English"
weight = 1
[languages.en.params]
description = "IT-Security and software development"
[languages.de]
title = "Port Zero"
languageName = "Deutsch"
weight = 2
[languages.de.params]
description = "IT-Sicherheit und Software Entwicklung auf höchstem Niveau"
DefaultContentLanguage = "de"
[[menu.social]]
name = "GitHub"
weight = -100
identifier = "github"
url = "https://github.com/port-zero"
[[menu.social]]
name = "LinkedIn"
weight = -90
identifier = "linkedin"
url = "https://www.linkedin.com/company/5061707/"
[[menu.social]]
name = "Twitter"
weight = -80
identifier = "twitter"
url = "https://twitter.com/port_zer0"
[[languages.de.menu.social]]
name = "GitHub"
weight = -100
identifier = "github"
url = "https://github.com/port-zero"
[[languages.de.menu.social]]
name = "LinkedIn"
weight = -90
identifier = "linkedin"
url = "https://www.linkedin.com/company/5061707/"
[[languages.de.menu.social]]
name = "Twitter"
weight = -80
identifier = "twitter"
url = "https://twitter.com/port_zer0"