feat: commit unoptimised assets to cleanup later
This commit is contained in:
parent
26258249d1
commit
de0b56ef5b
142 changed files with 359 additions and 425 deletions
|
@ -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.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue