kestrelsnest-blog/config.toml

98 lines
2.5 KiB
TOML
Raw Normal View History

2022-12-03 14:26:48 -05:00
baseURL = 'https://blog.kestrelsnest.social'
languageCode = 'en-us'
title = "Kestrel's Nest"
theme = "m10c"
[params]
author = "Eric Wagoner"
avatar = "face.jpg"
description = "Links, thoughts, & what-not from Athens, GA."
favicon = "favicon.ico"
[[params.social]]
icon = "home"
name = "Home"
url = "https://ericwagoner.com"
2025-01-13 10:13:19 -05:00
[[params.social]]
icon = "tv"
name = "My Cooking Show"
url = "https://www.youtube.com/@RandomRecipeProject"
2022-12-03 14:26:48 -05:00
[[params.social]]
icon = "message-circle"
name = "Mastodon"
url = "https://toots.kestrelsnest.social/@eric"
2025-01-10 20:41:03 -05:00
[[params.social]]
icon = "message-circle"
name = "BlueSky"
url = "https://bsky.app/profile/ewagoner.bsky.social"
2022-12-03 14:26:48 -05:00
[[params.social]]
icon = "camera"
name = "Pixelfed"
url = "https://pix.kestrelsnest.social/@eric"
[[params.social]]
2025-01-10 20:41:03 -05:00
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"
2022-12-03 14:26:48 -05:00
[[params.social]]
icon = "youtube"
2025-01-13 10:13:19 -05:00
name = "Personal YouTube"
2022-12-03 14:26:48 -05:00
url = "https://youtube.com/ewagoner"
[[params.social]]
icon = "linkedin"
name = "LinkedIn"
url = "https://www.linkedin.com/in/wagonereric/"
[[params.social]]
icon = "github"
name = "Github"
url = "https://github.com/ewagoner"
2025-01-10 20:41:03 -05:00
[[params.social]]
2025-01-13 10:13:19 -05:00
icon = "git-branch"
2025-01-10 20:41:03 -05:00
name = "Gitea"
url = "https://git.kestrelsnest.social/eric"
[[params.social]]
icon = "facebook"
name = "Facebook"
url = "https://facebook.com/ewagoner"
2022-12-03 14:26:48 -05:00
[[params.social]]
icon = "mail"
name = "Email"
url = "mailto:eric@ericwagoner.com?subject=Blog"
2022-12-03 14:26:48 -05:00
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 2
2022-12-29 10:15:26 -05:00
[[menu.secondary]]
identifier = "then"
name = "Past"
url = "/then/"
weight = 1
[[menu.secondary]]
2022-12-03 14:26:48 -05:00
identifier = "now"
name = "Now"
url = "/now/"
2022-12-29 10:15:26 -05:00
weight = 2
[[menu.secondary]]
identifier = "upcoming"
name = "Future"
url = "/upcoming/"
weight = 3
[[menu.tertiary]]
identifier = "mytweets"
name = "Local Tweet Archive"
url = "/mytweets/"
2025-01-13 10:13:19 -05:00
weight = 3
[[menu.featured]]
identifier = "randomrecipeproject"
name = "Random Recipe Project (cooking videos)"
url = "https://www.youtube.com/@RandomRecipeProject"
weight = 1