Skip to content

Commit 525be8c

Browse files
committed
Add favicon and credits
1 parent da7dc79 commit 525be8c

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

content/credits/_index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
+++
2+
layout = 'single'
3+
title = 'Credits'
4+
date = 2026-01-21T17:47:01-05:00
5+
draft = false
6+
+++
7+
This site was created with [Hugo](https://gohugo.io/), using the [Poison](https://github.com/lukeorth/poison) theme by [Luke Orth](https://github.com/lukeorth).
8+
9+
The favicon used in this site is ["computer"](https://www.flaticon.com/free-icons/computer), created by Freepik and sourced from [Flaticon](https://www.flaticon.com).
10+
11+
All other content on this site was created by me, Sean Severance Williams, and is protected under United States copyright law.

hugo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ pluralizelisttitles = false # removes the automatically appended "s" on sideba
3030
# HasChildren: If the directory's files should be listed. Default is true.
3131
# Limit: If the files should be listed, how many should be shown.
3232
menu = [
33-
{Name = "About", URL = "/about/", HasChildren = false},
34-
{Name = "Posts", URL = "/posts/", Pre = "Recent", HasChildren = true, Limit = 5},
35-
{Name = "Resume", URL = "/resume/", HasChildren = false},
33+
{Name = "About", URL = "/about/", HasChildren = false},
34+
{Name = "Posts", URL = "/posts/", Pre = "Recent", HasChildren = true, Limit = 5},
35+
{Name = "Resume", URL = "/resume/", HasChildren = false},
36+
{Name = "Credits", URL = "/credits/", HasChildren = false},
3637
]
3738

3839
# Links to your socials. Comment or delete any you don't need/use.

static/favicon.png

2.29 KB
Loading

0 commit comments

Comments
 (0)