Welcome to Vardar! 🚀
A personal blog framework built on Nuxt Content and Tailwind CSS.
Demo site: https://vardar-example.xyz/
- Instant Blog Addition: Add new articles by simply placing a
.mdfile into the/content/blogfolder. - Theme Color Support: Change the theme color by editing the
themeColorintailwind.config.js(supported colors include 'zinc', 'gray', 'red', 'orange', 'amber', 'yellow', 'lime', 'green', 'emerald', 'teal', 'cyan', 'sky', 'blue', 'indigo', 'violet', 'purple', 'fuchsia', 'pink', 'rose'). - RSS Support: Get blog updates via
/feed.xml. - Mermaid Support: Create beautiful diagrams in your articles using mermaid.
- GFM Markdown Support.
- KaTeX Support: Insert mathematical expressions in your articles using KaTeX.
- i18n Support
-
Install Dependencies:
pnpm install
-
Start Development Server:
pnpm run dev
-
Production Deployment:
pnpm run build
node .output/server/index.mjs
Happy Blogging!



