diff --git a/public/content/quickview.png b/public/content/quickview.png new file mode 100644 index 0000000..e2aaf47 Binary files /dev/null and b/public/content/quickview.png differ diff --git a/public/content/uconlineacnz.png b/public/content/uconlineacnz.png new file mode 100644 index 0000000..c3f2d5c Binary files /dev/null and b/public/content/uconlineacnz.png differ diff --git a/src/consts.ts b/src/consts.ts index d716c99..524a51c 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -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/", } ]; diff --git a/src/content/blog/01-getting-started/index.md b/src/content/blog/01-getting-started/index.md index a7e02fd..c85f611 100644 --- a/src/content/blog/01-getting-started/index.md +++ b/src/content/blog/01-getting-started/index.md @@ -1,5 +1,5 @@ --- title: "Coming Soon" description: "" -date: "Mar 22 2024" +date: "Oct 16 2024" --- diff --git a/src/content/projects/project-1/index.md b/src/content/projects/project-1/index.md deleted file mode 100644 index a71f39d..0000000 --- a/src/content/projects/project-1/index.md +++ /dev/null @@ -1,76 +0,0 @@ ---- -title: "Astro Sphere" -description: "Portfolio and blog build with astro." -date: "Mar 18 2024" -demoURL: "https://astro-sphere-demo.vercel.app" -repoURL: "https://github.com/markhorn-dev/astro-sphere" ---- - -![Astro Sphere Lighthouse Score](/astro-sphere.jpg) - -Astro Sphere is a static, minimalist, lightweight, lightning fast portfolio and blog theme based on my personal website. - -It is primarily Astro, Tailwind and Typescript, with a very small amount of SolidJS for stateful components. - -## 🚀 Deploy your own - -
- - - - - - -
- -## 📋 Features - -- ✅ 100/100 Lighthouse performance -- ✅ Responsive -- ✅ Accessible -- ✅ SEO-friendly -- ✅ Typesafe -- ✅ Minimal style -- ✅ Light/Dark Theme -- ✅ Animated UI -- ✅ Tailwind styling -- ✅ Auto generated sitemap -- ✅ Auto generated RSS Feed -- ✅ Markdown support -- ✅ MDX Support (components in your markdown) -- ✅ Searchable content (posts and projects) - -## 💯 Lighthouse score -![Astro Sphere Lighthouse Score](/lighthouse.png) - -## 🕊️ Lightweight -All pages under 100kb (including fonts) - -## ⚡︎ Fast -Rendered in ~40ms on localhost - -## 📄 Configuration - -The blog posts on the demo serve as the documentation and configuration. - -## 💻 Commands - -All commands are run from the root of the project, from a terminal: - -Replace npm with your package manager of choice. `npm`, `pnpm`, `yarn`, `bun`, etc - -| Command | Action | -| :------------------------ | :----------------------------------------------- | -| `npm install` | Installs dependencies | -| `npm run dev` | Starts local dev server at `localhost:4321` | -| `npm run sync` | Generates TypeScript types for all Astro modules.| -| `npm run build` | Build your production site to `./dist/` | -| `npm run preview` | Preview your build locally, before deploying | -| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` | -| `npm run astro -- --help` | Get help using the Astro CLI | -| `npm run lint` | Run ESLint | -| `npm run lint:fix` | Auto-fix ESLint issues | - -## 🏛️ License - -MIT \ No newline at end of file diff --git a/src/content/projects/project-2/index.md b/src/content/projects/project-2/index.md deleted file mode 100644 index 04e6df4..0000000 --- a/src/content/projects/project-2/index.md +++ /dev/null @@ -1,79 +0,0 @@ ---- -title: "Astro Nano" -description: "Minimal portfolio and blog build with astro and no frameworks." -date: "Mar 26 2024" -demoURL: "https://astro-nano-demo.vercel.app" -repoURL: "https://github.com/markhorn-dev/astro-nano" ---- - -![Astro Nano](/astro-nano.png) - -Astro Nano is a static, minimalist, lightweight, lightning fast portfolio and blog theme. - -Built with Astro, Tailwind and Typescript, an no frameworks. - -It was designed as an even more minimal theme than my popular theme [Astro Sphere](https://github.com/markhorn-dev/astro-sphere) - -## 🚀 Deploy your own - -
- - - - - - -
- -## 📋 Features - -- ✅ 100/100 Lighthouse performance -- ✅ Responsive -- ✅ Accessible -- ✅ SEO-friendly -- ✅ Typesafe -- ✅ Minimal style -- ✅ Light/Dark Theme -- ✅ Animated UI -- ✅ Tailwind styling -- ✅ Auto generated sitemap -- ✅ Auto generated RSS Feed -- ✅ Markdown support -- ✅ MDX Support (components in your markdown) - -## 💯 Lighthouse score -![Astro Nano Lighthouse Score](/lighthouse.png) - -## 🕊️ Lightweight -No frameworks or added bulk - -## ⚡︎ Fast -Rendered in ~40ms on localhost - -## 📄 Configuration - -The blog posts on the demo serve as the documentation and configuration. - -## 💻 Commands - -All commands are run from the root of the project, from a terminal: - -Replace npm with your package manager of choice. `npm`, `pnpm`, `yarn`, `bun`, etc - -| Command | Action | -| :------------------------ | :----------------------------------------------- | -| `npm install` | Installs dependencies | -| `npm run dev` | Starts local dev server at `localhost:4321` | -| `npm run dev:network` | Starts local dev server on local network | -| `npm run sync` | Generates TypeScript types for all Astro modules.| -| `npm run build` | Build your production site to `./dist/` | -| `npm run preview` | Preview your build locally, before deploying | -| `npm run preview:network` | Preview build on local network | -| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` | -| `npm run astro -- --help` | Get help using the Astro CLI | -| `npm run lint` | Run ESLint | -| `npm run lint:fix` | Auto-fix ESLint issues | - -## 🏛️ License - -MIT \ No newline at end of file diff --git a/src/content/projects/quickview/index.md b/src/content/projects/quickview/index.md new file mode 100644 index 0000000..2745d57 --- /dev/null +++ b/src/content/projects/quickview/index.md @@ -0,0 +1,14 @@ +--- +title: "QuickView Cloud" +description: "An AR cloud content management system" +date: "2024" +demoURL: "https://actuality.nz" +--- + +![UC Online](/content/quickview.png) + +## Technologies +- NodeJS +- Firebase +- React +- UIKit diff --git a/src/content/projects/uconline/index.md b/src/content/projects/uconline/index.md new file mode 100644 index 0000000..977a2a0 --- /dev/null +++ b/src/content/projects/uconline/index.md @@ -0,0 +1,13 @@ +--- +title: "Tuihono UC | UC Online" +description: "Online Learning with the University of Canterbury" +date: "2024" +demoURL: "https://uconline.ac.nz" +--- + +![UC Online](/content/uconlineacnz.png) + +## Technologies +- Python / Django +- Angular +- AWS diff --git a/src/content/work/UniversityOfCanterbury.md b/src/content/work/UniversityOfCanterbury.md index a101921..36fd9a5 100644 --- a/src/content/work/UniversityOfCanterbury.md +++ b/src/content/work/UniversityOfCanterbury.md @@ -5,4 +5,3 @@ dateStart: "08/01/2023" dateEnd: "present" --- -Voluptatem est quaerat voluptas praesentium ipsa dolorem dignissimos nulla ratione distinctio quae maiores eligendi nostrum? Quibusdam, debitis voluptatum, lorem ipsum dolor. Sit amet consectetur adipisicing elit. Iure illo neque tempora. \ No newline at end of file diff --git a/src/content/work/actuality.md b/src/content/work/actuality.md index a0bafca..7fc24a3 100644 --- a/src/content/work/actuality.md +++ b/src/content/work/actuality.md @@ -5,4 +5,3 @@ dateStart: "02/11/2022" dateEnd: "05/05/2023" --- -Created a suite of innovative Augmented Reality product visualisation tools. \ No newline at end of file diff --git a/src/content/work/standard.md b/src/content/work/standard.md index bfdee11..4d06130 100644 --- a/src/content/work/standard.md +++ b/src/content/work/standard.md @@ -2,7 +2,5 @@ company: "Standard" role: "Software Engineer | Director" dateStart: "03/16/2018" -dateEnd: "07/01/2019" +dateEnd: "present" --- - -Lorem ipsum dolor, sit amet consectetur adipisicing elit. Iure illo neque tempora, voluptatem est quaerat voluptas praesentium ipsa dolorem dignissimos nulla ratione distinctio quae maiores eligendi nostrum? Quibusdam, debitis voluptatum. \ No newline at end of file diff --git a/src/pages/projects/[...slug].astro b/src/pages/projects/[...slug].astro index 4160dfd..d62670a 100644 --- a/src/pages/projects/[...slug].astro +++ b/src/pages/projects/[...slug].astro @@ -46,7 +46,7 @@ const { Content } = await project.render();