forensics.xidian.edu.cn/cat 站点主仓库
Go to file
2023-05-18 19:20:42 +08:00
archetypes 2022-03-16 Updated 2022-03-16 19:30:01 +08:00
config/_default 2022-03-22 Changed 2022-03-22 15:57:12 +08:00
content 2022-05-29 Changed 2022-05-29 21:41:46 +08:00
resources/_gen/assets/scss 2022-07-06 Changed 2022-07-06 20:56:53 +08:00
static 2022-04-22 Changed 2022-04-22 04:10:59 +08:00
themes/zdoc 2022-07-06 Changed 2022-07-06 20:56:53 +08:00
.gitmodules 2022-03-16 Updated 2022-03-16 19:30:01 +08:00
.hugo_build.lock 2022-03-16 Updated 2022-03-16 19:30:01 +08:00
deploy.fish 更新 'deploy.fish' 2023-05-18 19:20:42 +08:00
README.md 2022-05-18 Changed 2022-05-18 00:25:38 +08:00

ForensicCat Doc Website

This repository contains source code of forensics.xidian.edu.cn/cat.

For new maintainers

Clone this repository and create or update some articles under content/, then run ./deploy.fish, building and publishing works will be automatically executed.

If you want to control this process manually, here is the principle of automatical deploying:

The deploy script built the website in the first, then force pushed the build results to https://forensics.xidian.edu.cn/git/XDSEC/ForensicCatDocsPublic. Here is a git hook function in the git server, it executes deploying action after you pushed. then you can safely delete the dist folder and then commit and push the source code to this repository.

For visitors

If you just want to build a offline ForensicCat support website, run hugo server in this repository.

We may build a chm for you in the future.