aboutsummaryrefslogtreecommitdiff
path: root/blog_v2/README.md
blob: 49461b01b277bf725a428ba824fc59497d8897b0 (plain)
1
2
3
4
5
6
7
# `blog_v2`

## Migration

```
rm -rf target && uv run blog migrate ../blog/ target/migrated && uv run blog build target/migrated/ target/built/ && rsync -r target/built/ /home/alex/public_html/ --delete-after
```