Skip to content

M1hono/M1honoVitepressTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VitePress Template Advanced

A feature-rich VitePress template for creating beautiful documentation websites

Quick Start

This template organizes all configuration and source files within the docs/ directory for better project structure.

cd docs/
yarn install
yarn dev

Or with npm:

cd docs/
npm install --legacy-peer-deps
npm run dev

Key Structure

docs/
├── .vitepress/          # VitePress configuration
├── src/                 # Documentation source files
├── package.json         # Dependencies and scripts

Features

  • Modern and clean design architecture
  • Comprehensive multi-language support
  • Rich collection of components and plugins

Quick Deploy

  1. Fork this repository
  2. Enable GitHub Pages in repository settings
  3. GitHub Actions will automatically build and deploy your site

Your documentation site will be available at https://yourusername.github.io/yourrepository/

Links

License

MIT License

About

My template of vitepress projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published