搭建vitepress静态博客
1. 准备工作 Vitepress Git 2. 搭建站点 1 npx vitepress init a. 将需要回答几个简单的问题: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 ┌ Welcome to VitePress! │ ◇ Where should VitePress initialize the config? │ ./docs │ ◇ Site title: │ My Awesome Project │ ◇ Site description: │ A VitePress Site │ ◆ Theme: │ ● Default Theme (Out of the box, good-looking docs) │ ○ Default Theme + Customization │ ○ Custom Theme └ b. 文件结构 ...