random commit message, read it yourself

This commit is contained in:
Breadway 2026-07-22 11:57:53 +08:00
commit 6fc834a27d
15 changed files with 776 additions and 0 deletions

17
README.md Normal file
View file

@ -0,0 +1,17 @@
# breadway.dev
Personal portfolio site — built with [Zola](https://www.getzola.org/) and the Bread Design System.
## Developing
```bash
zola serve
```
## Building
```bash
zola build
```
Output goes to `public/`.