add callouts

This commit is contained in:
Aaron Honeycutt 2024-11-25 18:09:13 -07:00
parent dd25e7fbd2
commit 5c17ab2f59
4 changed files with 17 additions and 8 deletions

View file

@ -66,6 +66,7 @@ blog_section_path = "/posts"
links = [
{ name = "GitHub", icon = "github", url = "https://github.com/ahoneybun" },
{ name = "Mastodon", icon = "mastodon", url = "https://hachyderm.io/@ahoneybun" },
{ name = "Linkedin", icon = "linkedin", url = "https://www.linkedin.com/in/athoneycutt/" },
{ name = "Email", icon = "email", url = "mailto:aaronhoneycutt@proton.me>" },
]