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.tsand edit your name, intro, skills and links — no digging through components.
Make it yours in three steps
- Open
src/data/site.tsand replace the placeholder identity (brand, name, intro, skills, socials). - Drop your own logo in
public/logo-mark.svgand your social image inpublic/og.png. - Write posts: add a
.mdfile insrc/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.