Skip to content

Commit 275d7a7

Browse files
committed
Update socials to include mastodon
1 parent 4abfc97 commit 275d7a7

8 files changed

+30
-16
lines changed

.gitmodules

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[submodule "themes/meme"]
2-
path = themes/meme
3-
url = https://github.com/reuixiy/hugo-theme-meme.git
2+
path = themes/meme
3+
url = https://github.com/reuixiy/hugo-theme-meme.git
44
[submodule "public"]
5-
path = public
6-
url = git@github.com:gmalette/gmalette.github.io
7-
branch = master
5+
path = public
6+
url = https://github.com/gmalette/gmalette.github.io
7+
branch = master

.hugo_build.lock

Whitespace-only changes.

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ uglyURLs = false
105105
# Personal website, default: baseURL
106106
website = "https://gmalette.dev"
107107
# Twitter
108-
twitter = "gmalette"
108+
# twitter = "gmalette"
109109

110110
# Related content
111111
[related]

data/Socials.toml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,30 @@
1010
url = "/rss.xml"
1111
icon = "rss"
1212
title = "RSS"
13+
rel = "external noopener"
1314
weight = 1
1415

1516
[[socials]]
1617
id = "github"
1718
url = "https://github.com/gmalette"
1819
icon = "github"
1920
title = "GitHub"
21+
rel = "external noopener"
2022
weight = 2
2123

24+
[[socials]]
25+
id = "mastodon"
26+
url = "https://hachyderm.io/@gmalette"
27+
icon = "mastodon"
28+
rel = "me"
29+
title = "Mastodon"
30+
weight = 3
31+
2232
[[socials]]
2333
id = "twitter"
2434
url = "https://twitter.com/gmalette"
2535
icon = "twitter"
2636
title = "Twitter"
27-
weight = 3
37+
rel = "external noopener"
38+
weight = 4
39+

public

resources/_gen/assets/scss/scss/main.scss_a899b346ffc3a4bc65b84e40528dea51.content

Lines changed: 8 additions & 6 deletions
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":"css/meme.min.6f0bc58825f5d717c9a702acbceaf4f2d3318d61c30f2e32ccd0b3fcada62ab1.css","MediaType":"text/css","Data":{"Integrity":"sha256-bwvFiCX11xfJpwKsvOr08tMxjWHDDy4yzNCz/K2mKrE="}}
1+
{"Target":"css/meme.min.e4e70cfe34f9799e569fbe6717e185ae6b650688ecb46ca7e1a724fe4df9803c.css","MediaType":"text/css","Data":{"Integrity":"sha256-5OcM/jT5eZ5Wn75nF+GFrmtlBojstGyn4ack/k35gDw="}}

themes/meme

Submodule meme updated 98 files

0 commit comments

Comments
 (0)