Added content

This commit is contained in:
Michael
2024-10-16 00:30:33 +13:00
parent a44225879b
commit bf91b37f81
12 changed files with 35 additions and 171 deletions
+5 -9
View File
@@ -10,17 +10,17 @@ export const SITE: Site = {
export const HOME: Metadata = {
TITLE: "Home",
DESCRIPTION: "Astro Nano is a minimal and lightweight blog and portfolio.",
DESCRIPTION: "Software engineer at the University of Canterbury, specializing in full-stack development, cloud infrastructure, and DevOps.",
};
export const BLOG: Metadata = {
TITLE: "Blog",
DESCRIPTION: "A collection of articles on topics I am passionate about.",
DESCRIPTION: "Software engineer at the University of Canterbury, specializing in full-stack development, cloud infrastructure, and DevOps.",
};
export const WORK: Metadata = {
TITLE: "Work",
DESCRIPTION: "Where I have worked and what I have done.",
DESCRIPTION: "Software engineer at the University of Canterbury, specializing in full-stack development, cloud infrastructure, and DevOps.",
};
export const PROJECTS: Metadata = {
@@ -29,16 +29,12 @@ export const PROJECTS: Metadata = {
};
export const SOCIALS: Socials = [
{
NAME: "twitter-x",
HREF: "https://twitter.com/markhorn_dev",
},
{
NAME: "github",
HREF: "https://github.com/markhorn-dev"
HREF: "https://github.com/michaelrausch"
},
{
NAME: "linkedin",
HREF: "https://www.linkedin.com/in/markhorn-dev",
HREF: "https://www.linkedin.com/in/michael-rausch-13445b8a/",
}
];