Skip to content

mrlemoos/mrlemoos.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

38 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

mrlemoos.dev blog β€” The AI Design System You Should Actually Build, dark theme with serif headings and sans body copy

mrlemoos.dev

Personal portfolio and blog β€” Astro, TypeScript, and Tailwind CSS β€” deployed on Vercel.

About

Source for mrlemoos.dev: a prerendered portfolio with a content-driven blog. Posts live in Astro content collections under src/content/blog; MDX supports maths via remark-math and rehype-katex. Typography uses Geist for body and UI, Instrument Serif for headings, with a grey-first palette and light motion for a calm, editorial feel.

Features

  • Astro 6 with the Vercel adapter (@astrojs/vercel), hybrid/server output and dynamic routes where needed
  • Blog and MDX with KaTeX-ready markdown pipeline
  • Tailwind CSS v4 via the Vite plugin
  • Dynamic Open Graph images (@vercel/og)
  • Sitemap integration (@astrojs/sitemap)
  • TypeScript and ESLint

Tech stack

Area Choice
Framework Astro 6
Language TypeScript
Styling Tailwind CSS v4, @tailwindcss/typography
Content MDX, Astro content collections
Fonts Geist Sans / Mono, Instrument Serif (npm)
Analytics Vercel Analytics
Deployment Vercel

Prerequisites

  • Node.js 24.x or newer
  • pnpm (version pinned in package.json)

Getting started

git clone https://github.com/mrlemoos/mrlemoos.dev.git && cd mrlemoos.dev
pnpm install
pnpm dev

Open http://localhost:4321 (Astro’s default dev port).

Scripts

Command Description
pnpm dev Start Astro dev server
pnpm build Production build
pnpm preview Preview production build
pnpm lint Run ESLint
pnpm check Run astro check

Project structure

src/
β”œβ”€β”€ content/blog/     # MDX posts (content collections)
β”œβ”€β”€ pages/            # Routes (including `og` route)
β”œβ”€β”€ layouts/          # Page shells
β”œβ”€β”€ components/       # Astro components
β”œβ”€β”€ lib/              # SEO, OG image, data, helpers
└── styles/           # Global CSS

Customisation

  • Site URL and build options: astro.config.mjs
  • New posts: add MDX under src/content/blog/ and match the collection schema in content.config.ts
  • Shared layout and metadata: src/layouts/BaseLayout.astro, src/lib/seo.ts
  • Home and listing pages: src/pages/index.astro, src/pages/blog/

Contributing

Contributions are welcome. Please open a pull request with a short description of the change.

Licence

Apache License 2.0 β€” see LICENSE.

Acknowledgments

About

My personal portfolio + blog 😊

Topics

Resources

License

Stars

3 stars

Watchers

1 watching

Forks

Sponsor this project

Contributors