当前位置: 首页> 健康> 美食 > 受欢迎自适应网站建设地址_青岛高端网站制作公司_怎么注册网站 个人_软文营销怎么做

受欢迎自适应网站建设地址_青岛高端网站制作公司_怎么注册网站 个人_软文营销怎么做

时间:2025/9/26 1:59:49来源:https://blog.csdn.net/m0_55766628/article/details/143557796 浏览次数:1次
受欢迎自适应网站建设地址_青岛高端网站制作公司_怎么注册网站 个人_软文营销怎么做

安装vitepres

npm add -D vitepress

输入命令安装

npx vitepress init

开始配置

┌  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 //自定义
└

目录结构

docs下存放着文档信息和.vitepress的路由配置

部署linux

.vitepress下的base:"/"

server {gzip on;gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;listen 8090; #端口server_name _;index index.html;location / {# content locationroot /home/web/docs; #文档的存放在路径# exact matches -> reverse clean urls -> folders -> not foundtry_files $uri $uri.html $uri/ =404;# non existent pageserror_page 404 /404.html;# a folder without index.html raises 403 in this setuperror_page 403 /404.html;# adjust caching headers# files in the assets folder have hashes filenameslocation ~* ^/assets/ {expires 1y;add_header Cache-Control "public, immutable";}}
}

最后是成果

在线预览 cy-docs

giteelichaoyang/cy-docsicon-default.png?t=O83Ahttps://gitee.com/Yang_02/cy-docs

关键字:受欢迎自适应网站建设地址_青岛高端网站制作公司_怎么注册网站 个人_软文营销怎么做

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com

责任编辑: