Initial k1412 research blog

This commit is contained in:
wuyang6
2026-08-10 02:00:15 +08:00
commit 8bd96c892a
41 changed files with 6357 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
# K1412 Research Blog
The public source for [blog.k1412.top](https://blog.k1412.top): technical
research articles, experiment reports, and a catalog of standalone interactive
research sites.
## Local development
```bash
npm ci
npm run check
npm run dev
```
The production build is static:
```bash
npm run build
```
Public Markdown lives in `content/posts/` and `content/sites/`. Raw research,
private evidence, credentials, and internal material must remain outside this
repository or under the ignored `.research-private/` directory.
## License
Code and original public content in this repository are available under the MIT
License unless an individual asset or linked external site states otherwise.