-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
66 lines (53 loc) · 1.37 KB
/
config.toml
File metadata and controls
66 lines (53 loc) · 1.37 KB
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
58
59
60
61
62
63
64
65
66
baseURL = "https://www.ovicus.com"
languageCode = "en-us"
title = "Ovicus"
theme = "hugo-coder"
defaultcontentlanguage = "en"
paginate = 20
pygmentsstyle = "bw"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
googleAnalytics = "G-9XJKT05RP1"
[params]
author = "Lester Sanchez"
info = "Computer Science Passionate"
description = "Lester Sanchez's personal website"
keywords = "blog,developer,personal"
avatarurl = "images/avatar.jpg"
hideFooter = true
hideCredits = false
hideCopyright = false
enableTwemoji = false
colorScheme = "auto"
hidecolorschemetoggle = false
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
author = "authors"
# Social links
[[params.social]]
name = "LinkedIn"
icon = "fa fa-linkedin fa-2x"
weight = 1
url = "https://www.linkedin.com/in/lestersanchez/"
[[params.social]]
name = "Github"
icon = "fa fa-github fa-2x"
weight = 2
url = "https://github.com/ovicus/"
[[params.social]]
name = "Twitter"
icon = "fa fa-twitter fa-2x"
weight = 3
url = "https://twitter.com/LesterSanchez/"
[[params.social]]
name = "Blog"
icon = "fa fa-rss fa-2x"
weight = 4
url = "https://dotnetting.net/"
[[params.social]]
name = "Azure Developer Associate"
icon = "fa fa-cloud fa-2x"
weight = 4
url = "https://www.youracclaim.com/badges/45c20b29-a7f1-42e4-8bee-cca0c1bb2728/public_url"