My personal website and blog, built with Astro. Visit at mauroner.net
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
- 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...
- Astro - Core framework
- React - Interactive components
- Tailwind CSS - Styling
- Chart.js - Data visualization
- TypeScript - Type safety
/
├── 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
| 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 |
- Blog posts go in
src/content/blog/ - Dev logs go in
src/content/log/ - New tools can be added to
src/pages/tools/
Feel free to reach out or follow my work:
- Website: mauroner.net
- GitHub: @maximilianmauroner