29 lines
711 B
Markdown
29 lines
711 B
Markdown
# 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.
|