-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
57 lines (49 loc) · 1.38 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
baseURL = "https://gianlucarecchia.dev/"
languageCode = "en-us"
title = "Blog"
theme = "anatole"
enableEmoji = true
[params]
title = "Gianluca Recchia"
author = "Gianluca Recchia"
description = """
Hi there! I'm Gianluca Recchia, a developer, system administrator and DevOps
trainer from Italy.
I'm very passionate about the inner bits and bolts of computers and I love
low-level languages such as C, C++ and Rust, which I use for my personal
projects.
I love all things Unix and I have decent experience managing Linux systems,
which led me to automate most things in my daily life.
"""
profilePicture = "/images/me.jpg"
rssFullContent = true
contentratio = 0.75
[outputs]
home = ["HTML"]
section = ["HTML", "RSS"]
taxonomy = ["HTML"]
term = ["HTML"]
[[params.socialIcons]]
icon = "fab fa-github"
title = "GitHub"
url = "https://github.com/brainplot"
[[params.socialIcons]]
icon = "fab fa-linkedin"
title = "Linkedin"
url = "https://www.linkedin.com/in/gianluca-recchia"
[[params.socialIcons]]
icon = "fab fa-stack-overflow"
title = "Stack Overflow"
url = "https://stackoverflow.com/users/6335279"
[[params.socialIcons]]
icon = "fab fa-twitter"
title = "Twitter"
url = "https://twitter.com/brainplot"
[[params.socialIcons]]
icon = "fas fa-envelope"
title = "E-Mail"
url = "mailto:[email protected]"
[[params.socialIcons]]
icon = "fas fa-key"
title = "GPG Key"
url = "/pgp/public.key.asc"