- Published on
https://github.com/timlrx/tailwind-nextjs-starter-blog
https://github.com/timlrx/pliny
<TOCInline toc={props.toc} asDisclosure />
## migration repo
```shell
git checkout -b hugo
git push origin hugo
git branch -D main
git checkout --orphan main
rm -rf ./*
rm -rf .forestry .gitignore .gitmodules
cp -rav ~/repo/blog/nextjs-ttys3.dev/* .
...