Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 2.26 KB

README.md

File metadata and controls

50 lines (38 loc) · 2.26 KB

Vitepress-Blogfly(Website-based-on-Vitepress)

repo-size GitHub issues GitHub stars GitHub forks GitHub License

Note

This open source project is based on Vitepress and is a beautified version. It is open source for developers to use. Please note to label the original author, adaptation author, and open source agreement!

Original project address:https://github.com/vuejs/vitepress

Beautification version project address:https://github.com/UopyTechSpeak/Vitepress-Blogfly

Deployment Tutorial

Tip

The following command needs to be installed here, otherwise it may run with errors!

pnpm add -D busuanzi.pure.js
pnpm add -D canvas-confetti

Build command:

npm run docs:build

Build output:

src/.vitepress/dist

Root directory:No need to fill in

It is recommended to deploy this project using CloudFlare's Workers and Pages. Because it is possible to automate the deployment of modified code on GitHub directly on CloudFlare, saving time and effort!

Contribution and Feedback