Skip to content

matt123miller/matt123miller.dev

Repository files navigation

matt123miller.dev

This is my personal site, a content focused Astro site.

I'm trying to follow the commit guidelines detailed in the Angular Commit Message Guidelines which mostly follows the Conventional Commits specification. My ammendments are the following:

  • content: <description>

🚀 Project Structure

This project has the following structure and files.

/
├── public/
│   └── favicon.svg
├── src/
│   ├── components/
│   │   └── Card.astro
│   ├── content/
│   │   └── config.ts
│   │   └── blog/
│   │       └── A folder for each blog post
│   ├── layouts/
│   │   └── Layout.astro
│   └── pages/
│       └── index.astro
└── package.json

Docker

You can build the repo like so

docker build -t m11r/personal-site:0.1 .

Then run it like so

??? idk tbh

TODO list

  • 404 page
  • content meta for sharing
  • sitemap
  • Host on my own VPS instead of vercel

About

Resources

Stars

Watchers

Forks

Contributors