-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
69 lines (57 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
57
58
59
60
61
62
63
64
65
66
67
68
69
baseURL = 'https://tunefish.at/'
languageCode = 'de-AT'
title = 'tunefish Blog'
theme = 'm10c'
[outputs]
home = [ "RSS", "HTML" ]
[outputFormats]
[outputFormats.RSS]
mediatype = "application/rss"
baseName = "feed"
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 2
[[menu.main]]
identifier = "projects"
name = "Publications"
url = "/publications/"
weight = 3
[[menu.main]]
identifier = "links"
name = "Links"
url = "/links/"
weight = 4
[params]
author = 'tunefish'
avatar = 'img/tunalogo.png'
description = 'IT Research, Privacy, Hacking, Nonsense'
menu_item_separator = '<br>'
[[params.social]]
icon = "github"
name = "Github"
url = "https://github.com/tunefish777"
#[[params.social]]
# icon = "twitter"
# name = "Twitter"
# url = "https://twitter.com/tunefish_777"
[[params.social]]
icon = "mastodon"
name = "Mastodon"
url = "https://infosec.exchange/@tunefish"
[[params.social]]
icon = "mail"
name = "email"
url = "mailto:[email protected]"
[[params.social]]
icon = "rss"
identifier = "rss"
name = "RSS"
url = "feed.xml"