More updated social links
This commit is contained in:
parent
520f9bc010
commit
a7696a25d6
@ -1,4 +1,5 @@
|
||||
.app-header-social {
|
||||
flex-wrap: wrap;
|
||||
a:not(:last-child) {
|
||||
margin-right: 0.2em;
|
||||
}
|
||||
|
17
config.toml
17
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]]
|
||||
@ -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
|
@ -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