feat: commit unoptimised assets to cleanup later
Some checks are pending
Docker / run-tests (push) Waiting to run
Docker / build-and-push-image (push) Blocked by required conditions

This commit is contained in:
Troy 2025-05-05 19:29:23 +01:00
parent 26258249d1
commit de0b56ef5b
Signed by: troy
GPG key ID: DFC06C02ED3B4711
142 changed files with 359 additions and 425 deletions

View file

@ -34,6 +34,11 @@ export const SITE: Site = {
href: "/sitemap-index.xml",
icon: "mdi:sitemap",
},
{
name: "Curriculum vitae",
href: "/cv",
icon: "mdi:trophy",
},
{
name: "Email",
href: "mailto:hello@troylusty.com",
@ -59,14 +64,6 @@ export const SITE: Site = {
name: "Posts",
href: "/posts",
},
{
name: "Archive",
href: "/archive",
},
{
name: "CV",
href: "/cv",
},
],
};
@ -87,11 +84,6 @@ export const POSTS: Metadata = {
DESCRIPTION: "A collection of articles on topics I am passionate about.",
};
export const ARCHIVE: Metadata = {
TITLE: "Archive",
DESCRIPTION: "A collection of small, unfinished, or historic personal works.",
};
export const ABOUT: Metadata = {
TITLE: "About",
DESCRIPTION: "About me.",