From a7696a25d6ddfbb8e489f6282f5ed28e3d7fda8a Mon Sep 17 00:00:00 2001 From: Eric Wagoner Date: Mon, 13 Jan 2025 10:13:19 -0500 Subject: [PATCH] More updated social links --- assets/css/_extra.scss | 1 + config.toml | 19 ++++++++++++------- layouts/_default/baseof.html | 11 +++++++++++ 3 files changed, 24 insertions(+), 7 deletions(-) diff --git a/assets/css/_extra.scss b/assets/css/_extra.scss index 58c722fe..35d00815 100644 --- a/assets/css/_extra.scss +++ b/assets/css/_extra.scss @@ -1,4 +1,5 @@ .app-header-social { + flex-wrap: wrap; a:not(:last-child) { margin-right: 0.2em; } diff --git a/config.toml b/config.toml index 26177ded..c27ba59f 100644 --- a/config.toml +++ b/config.toml @@ -11,6 +11,10 @@ theme = "m10c" icon = "home" name = "Home" url = "https://ericwagoner.com" + [[params.social]] + icon = "tv" + name = "My Cooking Show" + url = "https://www.youtube.com/@RandomRecipeProject" [[params.social]] icon = "message-circle" name = "Mastodon" @@ -33,12 +37,8 @@ theme = "m10c" url = "https://podcasts.kestrelsnest.social" [[params.social]] icon = "youtube" - name = "YouTube" + name = "Personal YouTube" url = "https://youtube.com/ewagoner" - [[params.social]] - icon = "youtube" - name = "YouTube" - url = "https://youtube.com/RandomRecipeProject" [[params.social]] icon = "linkedin" name = "LinkedIn" @@ -48,7 +48,7 @@ theme = "m10c" name = "Github" url = "https://github.com/ewagoner" [[params.social]] - icon = "github" + icon = "git-branch" name = "Gitea" url = "https://git.kestrelsnest.social/eric" [[params.social]] @@ -90,4 +90,9 @@ theme = "m10c" identifier = "mytweets" name = "Local Tweet Archive" url = "/mytweets/" - weight = 3 \ No newline at end of file + weight = 3 + [[menu.featured]] + identifier = "randomrecipeproject" + name = "Random Recipe Project (cooking videos)" + url = "https://www.youtube.com/@RandomRecipeProject" + weight = 1 \ No newline at end of file diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 6bf953f2..96373321 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -35,6 +35,17 @@ {{- end }} {{- end }} + {{- with .Site.Menus.featured }} +
Featured Projects + + {{- end }} {{- with .Site.Menus.secondary }}
What I am doing in the