This commit is contained in:
2025-11-05 22:57:23 +08:00
parent 6e58a6ded7
commit fa38901158
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -3,9 +3,9 @@
layout: home layout: home
hero: hero:
name: "My Awesome Project" name: "阿帅正传"
text: "A VitePress Site" text: "一个安静的文档站"
tagline: My great project tagline tagline: Timeless小帅's Blog
actions: actions:
- theme: brand - theme: brand
text: Markdown Examples text: Markdown Examples
+2 -2
View File
@@ -4,6 +4,6 @@ echo "npm install"
npm install npm install
echo "run docs:build" echo "run docs:build"
npm run docs:build npm run docs:build
chown -R www:www ./
ps -ef | grep "npm run docs:preview" | grep -v grep | awk '{print $2}' | xargs kill -9 ps -ef | grep "npm run docs:preview" | grep -v grep | awk '{print $2}' | xargs kill -9
npm run docs:preview & sudo -u www "npm run docs:preview &"