-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
33 lines (32 loc) · 845 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
baseURL = "https://schickmalzwo.de/"
languageCode = "en-us"
title = "schickmalzwo"
theme = "landing-page"
[[params.social]]
title = "soundcloud"
icon = "soundcloud"
url = "https://soundcloud.com/schickmalzwo"
[[params.social]]
title = "youtube"
icon = "youtube"
url = "https://www.youtube.com/channel/UC11PIQFw33nU7bvddl_ZTYw"
[[params.social]]
title = "twitter"
icon = "twitter"
url = "https://www.twitter.com/schickmalzwo"
[[params.social]]
title = "instagram"
icon = "instagram"
url = "https://www.instagram.com/schickmalzwo"
[[params.social]]
title = "facebook"
icon = "facebook"
url = "https://facebook.com/schickmalzwo"
[[params.social]]
title = "email"
icon = "email"
url = "mailto:[email protected]"
[[params.social]]
title = "github"
icon = "github"
url = "https://github.com/TimPietrusky/schickmalzwo.de"