title
This commit is contained in:
+3
-3
@@ -3,9 +3,9 @@
|
||||
layout: home
|
||||
|
||||
hero:
|
||||
name: "My Awesome Project"
|
||||
text: "A VitePress Site"
|
||||
tagline: My great project tagline
|
||||
name: "阿帅正传"
|
||||
text: "一个安静的文档站"
|
||||
tagline: Timeless小帅's Blog
|
||||
actions:
|
||||
- theme: brand
|
||||
text: Markdown Examples
|
||||
|
||||
+2
-2
@@ -4,6 +4,6 @@ echo "npm install"
|
||||
npm install
|
||||
echo "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
|
||||
npm run docs:preview &
|
||||
sudo -u www "npm run docs:preview &"
|
||||
Reference in New Issue
Block a user