fix post generate

This commit is contained in:
2026-01-15 19:46:01 +09:00
parent 162072d980
commit 99e39fca94
12 changed files with 1221 additions and 117 deletions

35
readme.md Normal file
View File

@@ -0,0 +1,35 @@
# ailog
## config
```sh
$ ls public/
config.json
networks.json
client-metadata.json
```
## preview
```sh
$ npm run dev
```
## content generate
speed up by using local cache
```sh
$ npm run fetch # API download -> content/${did}/...
$ npm run generate # content html -> dist/
$ npm run preview # dist/ preview server
```
```sh
content/
└── did:plc:uqzpqmrjnptsxezjx4xuh2mn/
├── profile.json
└── ai.syui.log.post/
└── 3mch5zca4nj2h.json
```