README.md (view raw)
1# site
2> my nice website
3
4Built using [Vite](https://github.com/icyphox/vite), an SSG built by yours truly.
5
6## Deploying
7- Create a `gh-pages` branch
8- Use `git subtree push --prefix build origin gh-pages`, to push the `build` directory to `gh-pages`
9- Alternatively, use `deploy.sh` bundled with this repo
10