footer: add CC BY-NC-SA 4.0 content license + low-latency contact line
build-and-deploy / build (push) Failing after 14m26s

- License link (rel=license) renders site-wide for blog/content reuse terms
- Contact line links LinkedIn + email from socials data
This commit is contained in:
2026-06-17 22:14:08 +10:00
parent 1c956d6ec4
commit 939962aeeb
2 changed files with 47 additions and 0 deletions
+6
View File
@@ -28,6 +28,12 @@ export const site = {
email: "jonnywright2011@live.com.au",
ogImage: "/og.png",
locale: "en",
// Content license for blog posts + pages. Edit here to relicense site-wide.
license: {
name: "CC BY-NC-SA 4.0",
label: "Creative Commons Attribution-NonCommercial-ShareAlike 4.0",
url: "https://creativecommons.org/licenses/by-nc-sa/4.0/",
},
} as const;
export type Site = typeof site;