Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.52 KB

README.md

File metadata and controls

52 lines (35 loc) · 1.52 KB

中文

Vardar

Welcome to Vardar! 🚀

screenshot of Vardar 1 screenshot of Vardar 2 screenshot of Vardar 3 screenshot of Vardar 4

A personal blog framework built on Nuxt Content and Tailwind CSS.

Demo site: https://vardar-example.xyz/

Key Features

  • Instant Blog Addition: Add new articles by simply placing a .md file into the /content/blog folder.
  • Theme Color Support: Change the theme color by editing the themeColor in tailwind.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

Quick Start

  1. Install Dependencies:

    pnpm install
  2. Start Development Server:

    pnpm run dev
  3. Production Deployment:

    pnpm run build
    node .output/server/index.mjs

Happy Blogging!

Deploy with Vercel