-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
34 lines (30 loc) · 829 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
baseURL = 'https://yakimant.io'
languagecode = "en"
defaultcontentlanguage = "en"
title = 'yakimant'
theme = 'hugo-coder'
[params]
author = "Anton Iakimov"
info = "Lead DevOps Engineer"
description = "Anton Iakimov's personal website"
keywords = "devops,personal"
avatarURL = "https://gravatar.com/userimage/3933478/92312e31111fa0f8bea662b198bafec8.jpeg?size=240"
since = 2023
colorScheme = "auto"
hidecolorschemetoggle = false
# Social links
[[params.social]]
name = "LinkedIn"
icon = "fa fa-linkedin fa-2x"
weight = 1
url = "https://www.linkedin.com/in/yakimant/"
[[params.social]]
name = "Github"
icon = "fa fa-github fa-2x"
weight = 2
url = "https://github.com/yakimant/"
[[params.social]]
name = "Cal.com"
icon = "fa fa-calendar fa-2x"
weight = 3
url = "https://cal.com/yakimant"