-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
48 lines (39 loc) · 952 Bytes
/
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
baseURL = "//screwmyprivacy.com"
languageCode = "en-us"
title = "Screw My Privacy"
theme = "hallo"
disableKinds = ["page", "section", "taxonomy", "taxonomyTerm"]
defaultContentLanguage = "en"
[Author]
name = "Ashley Ivy Hutson"
[params]
greeting = "Who needs privacy?"
[[params.links]]
iconset = "fas"
icon = "envelope"
title = "E-mail"
url = "mailto:[email protected]"
[[params.links]]
icon = "linkedin"
title = "LinkedIn"
url = "https://www.linkedin.com/in/asheliahut"
[[params.links]]
icon = "twitter"
title = "Twitter"
url = "https://twitter.com/asheliahut"
[[params.links]]
icon = "facebook"
title = "Facebook"
url = "https://www.facebook.com/asheliahut"
[[params.links]]
icon = "github"
title = "Github"
url = "https://github.com/asheliahut"
[[params.links]]
icon = "docker"
title = "Docker Hub"
url = "https://hub.docker.com/u/asheliahut"
[[params.links]]
icon = "ethereum"
title = "Zerion"
url = "https://app.zerion.io/ashelia.eth"