Compare commits

...

2 Commits

Author SHA1 Message Date
Eric Wagoner
a7696a25d6 More updated social links 2025-01-13 10:13:19 -05:00
Eric Wagoner
520f9bc010 Updated social links 2025-01-10 20:41:03 -05:00
3 changed files with 42 additions and 5 deletions

View File

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

View File

@ -11,21 +11,33 @@ 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"
url = "https://toots.kestrelsnest.social/@eric"
[[params.social]]
icon = "message-circle"
name = "BlueSky"
url = "https://bsky.app/profile/ewagoner.bsky.social"
[[params.social]]
icon = "camera"
name = "Pixelfed"
url = "https://pix.kestrelsnest.social/@eric"
[[params.social]]
icon = "facebook"
name = "Facebook"
url = "https://facebook.com/ewagoner"
icon = "book-open"
name = "Book Reviews"
url = "https://books.kestrelsnest.social/user/eric"
[[params.social]]
icon = "headphones"
name = "My Podcasts"
url = "https://podcasts.kestrelsnest.social"
[[params.social]]
icon = "youtube"
name = "YouTube"
name = "Personal YouTube"
url = "https://youtube.com/ewagoner"
[[params.social]]
icon = "linkedin"
@ -35,6 +47,14 @@ theme = "m10c"
icon = "github"
name = "Github"
url = "https://github.com/ewagoner"
[[params.social]]
icon = "git-branch"
name = "Gitea"
url = "https://git.kestrelsnest.social/eric"
[[params.social]]
icon = "facebook"
name = "Facebook"
url = "https://facebook.com/ewagoner"
[[params.social]]
icon = "mail"
name = "Email"
@ -70,4 +90,9 @@ theme = "m10c"
identifier = "mytweets"
name = "Local Tweet Archive"
url = "/mytweets/"
weight = 3
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">