← All posts
Getting StartedAstro

Welcome to Auric

Welcome 👋 — and thanks for picking up Auric. This is a real blog post, written in Markdown, living in src/content/blog/welcome.md. Delete it whenever you like; it’s here to show you the ropes.

What you get

  • A polished landing page: hero, about, skills, latest posts and a contact section.
  • A blog powered by Astro content collections, with tags, covers and an RSS feed.
  • Secure by default: a strict Content-Security-Policy, security headers, and zero third-party requests out of the box.
  • One file to rule the content: open src/data/site.ts and edit your name, intro, skills and links — no digging through components.

Make it yours in three steps

  1. Open src/data/site.ts and replace the placeholder identity (brand, name, intro, skills, socials).
  2. Drop your own logo in public/logo-mark.svg and your social image in public/og.png.
  3. Write posts: add a .md file in src/content/blog/. The filename becomes the URL.

💡 Everything is documented in the project’s README.md — including deployment to Cloudflare Pages, Netlify or Vercel in a couple of clicks.

That’s it. Run npm run dev, start editing, and ship something you’re proud of.

Get this theme →