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.
FAQ
Do I need to know how to code?
Basic terminal use — install Node, run two commands. Day-to-day edits are just text in one config file and Markdown posts.
How do I add tags to a post?
Add a tags array to the post's frontmatter, e.g. tags with Astro and Guide. Tag pages and the /tags/ index are generated automatically.
What is llms.txt for?
It is a curated, plain-text index of your site (the llmstxt.org convention) that lets AI search engines read and cite your content cleanly. Auric generates /llms.txt and /llms-full.txt for you — this box you're reading is the tldr field in action.