Skip to content

Repository files navigation

alexvey.com

Personal blog by Alex Vey about AI, software engineering, and engineering culture. Built with Astro, Tailwind CSS, and MDX.

Tech Stack

  • Astro (SSG)
  • Tailwind CSS v4
  • MDX for interactive components
  • Auto-generated Open Graph images via Satori
  • RSS feed, sitemap, SEO-friendly URLs

Development

pnpm install # Install dependencies
pnpm dev # Start dev server at localhost:4321
pnpm build # Build for production
pnpm preview # Preview production build

Project Structure

src/
├── content/blog/ # Blog posts (Markdown/MDX)
├── components/ # Astro & interactive components
├── layouts/ # Page layouts
├── pages/ # Routes (index, about, blog, rss, og)
└── styles/ # Global styles
public/ # Static assets

Writing

Blog posts live in src/content/blog/ as .md or .mdx files. Frontmatter fields:

FieldRequiredDescription
titleyesPost title
descriptionyesShort summary for SEO and previews
pubDateyesPublication date (determines sort order)
visualThemenoHeader animation (neural-network, mesh, towers, growth, vertical-stack, roundtable)
promptnoPrompt or teaser text

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages