Compare commits
No commits in common. "a7696a25d6ddfbb8e489f6282f5ed28e3d7fda8a" and "cf77a39b3cc2706560b9be14461b657ac2d98ac9" have entirely different histories.
a7696a25d6
...
cf77a39b3c
@ -1,5 +1,4 @@
|
|||||||
.app-header-social {
|
.app-header-social {
|
||||||
flex-wrap: wrap;
|
|
||||||
a:not(:last-child) {
|
a:not(:last-child) {
|
||||||
margin-right: 0.2em;
|
margin-right: 0.2em;
|
||||||
}
|
}
|
||||||
|
33
config.toml
33
config.toml
@ -11,33 +11,21 @@ theme = "m10c"
|
|||||||
icon = "home"
|
icon = "home"
|
||||||
name = "Home"
|
name = "Home"
|
||||||
url = "https://ericwagoner.com"
|
url = "https://ericwagoner.com"
|
||||||
[[params.social]]
|
|
||||||
icon = "tv"
|
|
||||||
name = "My Cooking Show"
|
|
||||||
url = "https://www.youtube.com/@RandomRecipeProject"
|
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
icon = "message-circle"
|
icon = "message-circle"
|
||||||
name = "Mastodon"
|
name = "Mastodon"
|
||||||
url = "https://toots.kestrelsnest.social/@eric"
|
url = "https://toots.kestrelsnest.social/@eric"
|
||||||
[[params.social]]
|
|
||||||
icon = "message-circle"
|
|
||||||
name = "BlueSky"
|
|
||||||
url = "https://bsky.app/profile/ewagoner.bsky.social"
|
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
icon = "camera"
|
icon = "camera"
|
||||||
name = "Pixelfed"
|
name = "Pixelfed"
|
||||||
url = "https://pix.kestrelsnest.social/@eric"
|
url = "https://pix.kestrelsnest.social/@eric"
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
icon = "book-open"
|
icon = "facebook"
|
||||||
name = "Book Reviews"
|
name = "Facebook"
|
||||||
url = "https://books.kestrelsnest.social/user/eric"
|
url = "https://facebook.com/ewagoner"
|
||||||
[[params.social]]
|
|
||||||
icon = "headphones"
|
|
||||||
name = "My Podcasts"
|
|
||||||
url = "https://podcasts.kestrelsnest.social"
|
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
icon = "youtube"
|
icon = "youtube"
|
||||||
name = "Personal YouTube"
|
name = "YouTube"
|
||||||
url = "https://youtube.com/ewagoner"
|
url = "https://youtube.com/ewagoner"
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
icon = "linkedin"
|
icon = "linkedin"
|
||||||
@ -47,14 +35,6 @@ theme = "m10c"
|
|||||||
icon = "github"
|
icon = "github"
|
||||||
name = "Github"
|
name = "Github"
|
||||||
url = "https://github.com/ewagoner"
|
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]]
|
[[params.social]]
|
||||||
icon = "mail"
|
icon = "mail"
|
||||||
name = "Email"
|
name = "Email"
|
||||||
@ -91,8 +71,3 @@ theme = "m10c"
|
|||||||
name = "Local Tweet Archive"
|
name = "Local Tweet Archive"
|
||||||
url = "/mytweets/"
|
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,17 +35,6 @@
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
</nav>
|
</nav>
|
||||||
{{- end }}
|
{{- 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 }}
|
{{- with .Site.Menus.secondary }}
|
||||||
<br /><strong>What I am doing in the</strong>
|
<br /><strong>What I am doing in the</strong>
|
||||||
<nav class="app-header-menu">
|
<nav class="app-header-menu">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user