-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
102 lines (81 loc) · 2.87 KB
/
config.toml
File metadata and controls
102 lines (81 loc) · 2.87 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
baseURL = 'https://albornoz.rocks/'
languageCode = 'en-us'
title = 'Carlos Albornoz Concha'
theme = 'hello-friend-ng'
paginate = 10
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04"
# Subtitle for home
homeSubtitle = "Site Reliability Engineer // Consultant"
# Set disableReadOtherPosts to true in order to hide the links to other posts.
disableReadOtherPosts = false
# Enable sharing buttons, if you like
enableSharingButtons = true
# Metadata mostly used in document's head
description = "Welcome to my personal site"
keywords = "homepage, blog, carlos albornoz, sre, sysadmin, kubernetes, k8s, docker, devops, linux, infrastructure, data center, google cloud platform, gcp, shell script, databases, virtualization, kvm, virtualization, "
images = [""]
enableGitInfo = true
[params.portrait]
path = "/images/avatar3.jpg"
alt = "Portrait"
maxWidth = "200px"
[params.favicon.color]
mask = "#1b1c1d"
msapplication = "#1b1c1d"
theme = "#1b1c1d"
# Social icons
# [[params.social]]
# name = "email"
# url = "mailto:carlos@albornoz.rocks"
[[params.social]]
name = "github"
url = "https://github.com/dubcl"
[[params.social]]
name = "linkedin"
url = "https://www.linkedin.com/in/carlosalbornoz/"
[[params.social]]
name = "twitter"
url = "https://twitter.com/dubcl"
[[params.social]]
name = "mastodon"
url = "https://mastodon.social/@dubcl"
# [params.footer]
# bottomText = [
# "Powered by <a href=\"http://gohugo.io\">Hugo</a>",
# "Theme made with ❤ by <a href=\"https://github.com/rhazdon\">Djordje Atlialp</a>"
# ]
[author]
name = "Carlos Albornoz"
[permalinks]
posts = "/posts/:year-:month-:day-:title/"
[taxonomies]
category = "blog"
tag = "tags"
series = "series"
[languages]
[languages.en]
title = "Hi!, I'm Carlos"
subtitle = "Site reliability engineer // Consultant"
keywords = "sre, sysadmin, kubernetes, k8s, docker, devops, linux, infrastructure, data center, google cloud platform, gcp, shell script, databases, virtualization, kvm, dev, python, shell, bash scripting, php, mysql, mariadb, data bases, open source, linux, comunity, team work,"
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
readOtherPosts = "Read other posts"
[languages.en.params.logo]
logoText = "Welcome"
logoHomeLink = "/"
# or
#
# path = "/img/your-example-logo.svg"
# alt = "Your example logo alt text"
# And you can even create generic menu
[[menu.main]]
identifier = "blog"
name = "Blog"
url = "/posts"
[[menu.main]]
identifier = "about"
name = "About"
url = "/about"