This repository contains the source code and content for the VocaDB blog, hosted at blog.vocadb.net. The blog shares updates, guides, and insights related to VocaDB, a comprehensive database for Vocaloid and related music.
- Static site generation for fast performance
- Asset bundling and optimization
- SEO-friendly architecture
- Markdown-based content management
- TailwindCSS for modern, responsive styling
- Easy deployment via Wrangler CLI
Make sure you have the following tools installed:
- Node.js (v16 or higher)
- Wrangler CLI (for deployment)
Install project dependencies:
npm install
Start the development server with hot module replacement (HMR):
npm run dev
The blog will be available at http://localhost:5173.
Content for the blog is managed using Markdown files. To add a new post:
- Navigate to the posts/ directory.
- Create a new .md file for your post.
- Use the frontmatter format for metadata (e.g., title, date, tags).