mirror of https://github.com/vuejs/vitepress
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.1 KiB
39 lines
1.1 KiB
---
|
|
layout: home
|
|
|
|
title: VitePress
|
|
titleTemplate: Vite & Vue Powered Static Site Generator
|
|
|
|
hero:
|
|
name: VitePress
|
|
text: Vite & Vue Powered Static Site Generator
|
|
tagline: Simple, powerful, and fast. Meet the modern SSG framework you've always wanted.
|
|
actions:
|
|
- theme: brand
|
|
text: Get Started
|
|
link: /guide/what-is-vitepress
|
|
- theme: alt
|
|
text: View on GitHub
|
|
link: https://github.com/vuejs/vitepress
|
|
|
|
features:
|
|
- icon: 📝
|
|
title: Focus on Your Content
|
|
details: Effortlessly create beautiful documentation sites with just markdown.
|
|
- icon:
|
|
src: vite.svg
|
|
width: 10
|
|
height: 10
|
|
title: Enjoy the Vite DX
|
|
details: Instant server start, lightning fast hot updates, and leverage Vite ecosystem plugins.
|
|
- icon:
|
|
src: vue.svg
|
|
width: 10
|
|
height: 10
|
|
title: Customize with Vue
|
|
details: Use Vue syntax and components directly in markdown, or build custom themes with Vue components.
|
|
- icon: 🚀
|
|
title: Ship Fast Sites
|
|
details: Fast initial load with static HTML, fast post-load navigation with client-side routing.
|
|
---
|