Compare commits

...

3 Commits

Author SHA1 Message Date
092ce92237 Added favicons 2025-02-27 20:38:24 -05:00
5a3e9f10df Merge branch 'master' of https://git.hackanooga.com/mikeconrad/hackanooga.com 2025-02-27 20:15:27 -05:00
71989afb05 Updated resume 2025-02-23 20:08:19 -05:00
6 changed files with 6 additions and 6 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -38,15 +38,15 @@ showtoc = false
tocopen = false
[params.assets]
favicon = "<link / abs url>"
favicon16x16 = "<link / abs url>"
favicon32x32 = "<link / abs url>"
apple_touch_icon = "<link / abs url>"
safari_pinned_tab = "<link / abs url>"
favicon = "/assets/favicon-270x270x.png"
favicon16x16 = "/assets/favicon-32x32x.png"
favicon32x32 = "/assets/favicon-32x32x.png"
apple_touch_icon = "/assets/favicon-180x180.png"
safari_pinned_tab = "/assets/favicon-180x180.png"
[params.label]
text = "Home"
icon = "/apple-touch-icon.png"
icon = "/assets/favicon-180x180.png"
iconHeight = 35
[params.profileMode]