mirror of
https://github.com/ZSCNetSupportDept/website.git
synced 2025-12-26 21:11:12 +08:00
bfda6783e6f755e18d740e097af9d4345ee2eb1c
Bumps [on-headers](https://github.com/jshttp/on-headers) and [compression](https://github.com/expressjs/compression). These dependencies needed to be updated together. Updates `on-headers` from 1.0.2 to 1.1.0 - [Release notes](https://github.com/jshttp/on-headers/releases) - [Changelog](https://github.com/jshttp/on-headers/blob/master/HISTORY.md) - [Commits](https://github.com/jshttp/on-headers/compare/v1.0.2...v1.1.0) Updates `compression` from 1.8.0 to 1.8.1 - [Release notes](https://github.com/expressjs/compression/releases) - [Changelog](https://github.com/expressjs/compression/blob/master/HISTORY.md) - [Commits](https://github.com/expressjs/compression/compare/1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: on-headers dependency-version: 1.1.0 dependency-type: indirect - dependency-name: compression dependency-version: 1.8.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
zsc网维开发组网站
这里是开发组的网站源代码仓库,采用Docusaurus框架,欢迎issue和PR
目前,网站主要托管新wiki和开发组文档,还可以发布一些文章。如果想编写内容的话请联系开发组组长。
依赖
nodejs >= 18.0
构建
在终端输入以下命令:
git clone https://github.com/ZSCNetSupportDept/website
cd website
npm install
npm run docusaurus build
然后在build文件夹下就出现了编译过后的结果,可以进行下一步的部署
如果你有直接push本仓库的权限,你可以运行npm run docusaurus deploy自动构建并部署静态网站;在构建之后,还会自动将结果推送到仓库的build分支上,服务器部署了脚本自动抓取这个分支的内容来更新网站
https://zscdev-demo.pages.dev 是本仓库的一个demo网站,基于master构建而不是build
开发
将项目克隆到本地后,可以运行npm start来实时预览你所作的所有改动,改好之后可以提交Pull Request或直接push
关于
任何问题,请联系开发组组长~^_^~
Description
Languages
JavaScript
62.7%
CSS
23.2%
HTML
12%
MDX
2.1%