Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.16 KB

File metadata and controls

42 lines (32 loc) · 1.16 KB

marsic.dev

Personal website and portfolio for Marko Arsic — independent software consultant and AI advisor.

Live: marsic.dev

Tech Stack

Project Structure

/
├── public/               # Static assets (favicons, OG image, manifest)
├── src/
│   ├── components/marsic/ # Section components (Hero, Nav, AIFocus, etc.)
│   ├── layouts/           # Base layout with SEO meta tags
│   ├── pages/             # Routes (index, 404)
│   └── styles/            # Global styles
├── astro.config.mjs
└── package.json

Development

bun install
bun dev        # Start dev server at localhost:4321
bun build      # Build production site to ./dist/
bun preview    # Preview production build locally

SEO

  • Open Graph and Twitter Card meta tags
  • Structured data (JSON-LD ProfilePage schema)
  • Auto-generated sitemap via @astrojs/sitemap
  • robots.txt, web manifest, and favicon variants
  • Canonical URLs