Skip to content

MaximilianMauroner/home

Repository files navigation

Personal Website

My personal website and blog, built with Astro. Visit at mauroner.net

👋 About

This is where I document my journey, share technical insights, and build useful tools. Feel free to explore my:

  • Development logs tracking my projects' progress
  • Blog posts about tech, programming, and personal experiences
  • Tools I've built to solve specific problems

🚀 Features

  • Blog Posts: Technical articles and personal thoughts
  • Dev Logs: Regular updates about my projects and learnings
  • Tools:
    • WhatsApp Chat Statistics
    • Spotify Listening History Analysis
    • More coming soon...

🛠 Tech Stack

📁 Project Structure

/
├── public/          # Static assets
├── src/
│   ├── assets/      # Images and other assets
│   ├── components/  # React and Astro components
│   ├── content/     # Blog posts and dev logs (MDX)
│   ├── layouts/     # Page layouts
│   ├── pages/       # Routes and pages
│   ├── styles/      # Global styles
│   ├── types/       # TypeScript types
│   └── utils/       # Helper functions
└── package.json

🧞 Commands

Command Action
npm install Install dependencies
npm run dev Start dev server at localhost:4321
npm run build Build for production to ./dist/
npm run preview Preview production build locally

📝 Adding Content

  • Blog posts go in src/content/blog/
  • Dev logs go in src/content/log/
  • New tools can be added to src/pages/tools/

📫 Contact

Feel free to reach out or follow my work:

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors