Skip to content

Commit 104b6d0

Browse files
New Avatar and cosmetic changes
1 parent 01774c0 commit 104b6d0

9 files changed

Lines changed: 77 additions & 37 deletions

File tree

assets/icons/brand-substack.svg

Lines changed: 6 additions & 0 deletions
Loading

assets/icons/mail.svg

Lines changed: 5 additions & 0 deletions
Loading

assets/img/avatar.png

968 KB
Loading

assets/scss/custom.scss

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
11
/*
22
You can add your own custom styles here.
3-
*/
3+
*/
4+
5+
/* Center all sidebar content */
6+
.site-meta {
7+
text-align: center !important;
8+
}
9+
10+
.site-avatar {
11+
display: flex !important;
12+
justify-content: center !important;
13+
width: 100% !important;
14+
}
15+
16+
.site-name {
17+
text-align: center !important;
18+
}
19+
20+
.site-description {
21+
text-align: center !important;
22+
}
23+
24+
/* Center social icons */
25+
.menu-social {
26+
display: flex !important;
27+
justify-content: center !important;
28+
width: 100% !important;
29+
}
30+
31+
/* Center menu items */
32+
.menu {
33+
text-align: center !important;
34+
}
35+
36+
.menu li {
37+
text-align: center !important;
38+
}
39+
40+
.menu li a {
41+
display: inline-flex !important;
42+
justify-content: flex-start !important;
43+
align-items: center !important;
44+
gap: 0.5rem !important;
45+
}
46+
47+
.menu li a svg {
48+
width: 24px !important;
49+
min-width: 24px !important;
50+
text-align: center !important;
51+
}

config/_default/menu.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,17 @@ name = "LinkedIn"
2020
url = "https://www.linkedin.com/in/vitorribeiro1"
2121
[social.params]
2222
icon = "brand-linkedin"
23+
24+
[[social]]
25+
identifier = "substack"
26+
name = "Substack"
27+
url = "https://vitorr.substack.com/"
28+
[social.params]
29+
icon = "brand-substack"
30+
31+
[[social]]
32+
identifier = "email"
33+
name = "Email"
34+
url = "mailto:blog@vitorribeiro.com"
35+
[social.params]
36+
icon = "mail"

config/_default/params.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ published = "Jan 02, 2006"
1313
lastUpdated = "Jan 02, 2006 15:04 MST"
1414

1515
[sidebar]
16-
emoji = "🧮"
16+
emoji = ""
1717
subtitle = "Exploring the intersection of sales, technology, and IoT."
1818

1919
[sidebar.avatar]

content/page/links/index.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

resources/_gen/assets/scss/style.scss_77b10c8e87ff110a62c52933fe3f7f11.content

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"Target":"/scss/style.min.b0e76e98cdd4f7082d1fc36f7af7e0843a81201db2197c03ca426751dc923735.css","MediaType":"text/css","Data":{"Integrity":"sha256-sOdumM3U9wgtH8NvevfghDqBIB2yGXwDykJnUdySNzU="}}
1+
{"Target":"/scss/style.min.4e9b5a41331fe6185263806f297f790c993b427629ba1dea327a3b3d7e783e04.css","MediaType":"text/css","Data":{"Integrity":"sha256-TptaQTMf5hhSY4BvKX95DJk7QnYpuh3qMno7PX54PgQ="}}

0 commit comments

Comments
 (0)