Publish partially complete changes in order to make applications

This commit is contained in:
Troy 2025-04-26 16:20:40 +01:00
parent 3698e926ea
commit 4bf6f04222
Signed by: troy
GPG key ID: DFC06C02ED3B4711
184 changed files with 753 additions and 742 deletions

View file

@ -59,6 +59,10 @@ export const SITE: Site = {
name: "Posts",
href: "/posts",
},
{
name: "Archive",
href: "/archive",
},
{
name: "CV",
href: "/cv",
@ -70,25 +74,6 @@ export const HOME: Metadata = {
TITLE: "Troy Lusty",
DESCRIPTION:
"Hi, my name is Troy and I'm a student 3D artist currently studying in my second year of an FdA Games and Interactive Design course in the UK.",
HOMESETTINGS: {
NUM_POSTS_ON_HOMEPAGE: 2,
NUM_PROJECTS_ON_HOMEPAGE: 6,
},
};
export const CV: Metadata = {
TITLE: "Troy Lusty",
DESCRIPTION: "Curriculum vitae.",
};
export const POSTS: Metadata = {
TITLE: "Posts",
DESCRIPTION: "A collection of articles on topics I am passionate about.",
};
export const WORK: Metadata = {
TITLE: "Work",
DESCRIPTION: "Where I have worked and what I have done.",
};
export const PROJECTS: Metadata = {
@ -96,3 +81,23 @@ export const PROJECTS: Metadata = {
DESCRIPTION:
"A collection of my projects, with links to repositories and demos.",
};
export const POSTS: Metadata = {
TITLE: "Posts",
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.",
};
export const CV: Metadata = {
TITLE: "Troy Lusty",
DESCRIPTION: "Curriculum vitae.",
};