Compare commits
2 Commits
cf77a39b3c
...
a7696a25d6
Author | SHA1 | Date | |
---|---|---|---|
|
a7696a25d6 | ||
|
520f9bc010 |
@ -1,4 +1,5 @@
|
||||
.app-header-social {
|
||||
flex-wrap: wrap;
|
||||
a:not(:last-child) {
|
||||
margin-right: 0.2em;
|
||||
}
|
||||
|
35
config.toml
35
config.toml
@ -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
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user