forked from T0biii/T0biii
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
53 lines (44 loc) · 1.05 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
baseURL = 'https://t0biii.dev/'
languageCode = 'de'
defaultcontentlanguage = "de"
title = 'Hi there 👋 | T0biii'
theme = "hugo-coder"
[params]
author = "T0biii"
info = "Supporter Collaboration & Cloudservices"
description = "T0biii personal website"
keywords = "developer,personal"
avatarurl = "images/avatar.png"
#gravatar = "[email protected]"
favicon_32 = "/favicon-32x32.png"
favicon_16 = "/favicon-16x16.png"
since = 1999
enableTwemoji = true
colorScheme = "auto"
hidecolorschemetoggle = false
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
author = "authors"
# Social links
[[params.social]]
name = "Github"
icon = "fa fa-github fa-2x"
weight = 1
url = "https://github.com/T0biii/"
[[params.social]]
name = "Gitlab"
icon = "fa fa-gitlab fa-2x"
weight = 2
url = "https://gitlab.com/T0biii/"
[[params.social]]
name = "Twitter"
icon = "fa fa-twitter fa-2x"
weight = 3
url = "https://twitter.com/MertoFrei/"
# Menu links
#[[menu.main]]
# name = "Home"
# weight = 1
# url = "/"