Skip to content

VocaDB/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0b63181 · Jan 24, 2025

History

48 Commits
Jan 24, 2025
Jan 22, 2025
Jan 22, 2025
Dec 27, 2024
Dec 29, 2024
Dec 31, 2024
Dec 29, 2024
Jan 22, 2025
Jan 1, 2025
Jan 1, 2025
Jan 1, 2025
Dec 29, 2024
Dec 29, 2024
Dec 29, 2024
Dec 29, 2024
Jan 1, 2025
Jan 1, 2025

Repository files navigation

VocaDB Blog

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.

Features

  • 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

Getting Started

Prerequisites

Make sure you have the following tools installed:

Installation

Install project dependencies:

npm install

Development

Start the development server with hot module replacement (HMR):

npm run dev

The blog will be available at http://localhost:5173.

Adding New Content

Content for the blog is managed using Markdown files. To add a new post:

  1. Navigate to the posts/ directory.
  2. Create a new .md file for your post.
  3. Use the frontmatter format for metadata (e.g., title, date, tags).