diff --git a/data/beautifulhugo/social.toml b/data/beautifulhugo/social.toml index b8d19b1a..a4b5ee85 100644 --- a/data/beautifulhugo/social.toml +++ b/data/beautifulhugo/social.toml @@ -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" \ No newline at end of file +icon = "fas fa-at" diff --git a/exampleSite/hugo.toml b/exampleSite/hugo.toml index 118bf440..64d7abf2 100644 --- a/exampleSite/hugo.toml +++ b/exampleSite/hugo.toml @@ -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" @@ -84,6 +84,7 @@ pygmentsCodefencesGuessSyntax = true medium = "username" discord = "invite code (https://discord.gg/XXXXXXX)" strava = "userid" + lastfm = "username" [[menu.main]] name = "Blog"