Skip to content

Commit

Permalink
Add Last.fm social icon (#515)
Browse files Browse the repository at this point in the history
* add Last.fm social icon

* add `lastfm` to `exampleSite/hugo.toml`

---------

Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
  • Loading branch information
alexcannan and henryiii authored Nov 14, 2024
1 parent 60605bb commit 70e3a88
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion data/beautifulhugo/social.toml
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,14 @@ url = "%s"
title = "About"
icon = "fas fa-at"

[[social_icons]]
id = "lastfm"
url = "https://www.last.fm/user/%s"
title = "Last.fm"
icon = "fab fa-lastfm"

[[social_icons]]
id = "bluesky"
url = "%s"
title = "About"
icon = "fas fa-at"
icon = "fas fa-at"
3 changes: 2 additions & 1 deletion exampleSite/hugo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
baseurl = "https://username.github.io"
DefaultContentLanguage = "en"
title = "Beautiful Hugo"
# Using theme as git submodule
# Using theme as git submodule
theme = "beautifulhugo"
# Or when using theme as hugo module
# theme = "github.com/halogenica/beautifulhugo"
Expand Down Expand Up @@ -84,6 +84,7 @@ pygmentsCodefencesGuessSyntax = true
medium = "username"
discord = "invite code (https://discord.gg/XXXXXXX)"
strava = "userid"
lastfm = "username"

[[menu.main]]
name = "Blog"
Expand Down

0 comments on commit 70e3a88

Please sign in to comment.