More updated social links

This commit is contained in:
Eric Wagoner 2025-01-13 10:13:19 -05:00
parent 520f9bc010
commit a7696a25d6
3 changed files with 24 additions and 7 deletions

View File

@ -1,4 +1,5 @@
.app-header-social {
flex-wrap: wrap;
a:not(:last-child) {
margin-right: 0.2em;
}

View File

@ -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]]
@ -91,3 +91,8 @@ theme = "m10c"
name = "Local Tweet Archive"
url = "/mytweets/"
weight = 3
[[menu.featured]]
identifier = "randomrecipeproject"
name = "Random Recipe Project (cooking videos)"
url = "https://www.youtube.com/@RandomRecipeProject"
weight = 1

View File

@ -35,6 +35,17 @@
{{- end }}
</nav>
{{- end }}
{{- with .Site.Menus.featured }}
<br /><strong>Featured Projects</strong>
<nav class="app-header-menu">
{{- range $key, $item := . }}
{{- if ne $key 0 }}
{{ $.Site.Params.menu_item_separator | default " - " | safeHTML }}
{{ end }}
<a class="app-header-menu-item" href="{{ $item.URL }}">{{ $item.Name }}</a>
{{- end }}
</nav>
{{- end }}
{{- with .Site.Menus.secondary }}
<br /><strong>What I am doing in the</strong>
<nav class="app-header-menu">