all repos — site @ a3634fc4f07ebc178edfb24c3104e3cd0f298207

source for my site, found at icyphox.sh

README.md (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
# site
> my nice website

Built using [Vite](https://github.com/icyphox/vite), an SSG built by yours truly.

## Deploying
- Create a `gh-pages` branch
- Use `git subtree push --prefix build origin gh-pages`, to push the `build` directory to `gh-pages`
- Alternatively, use `deploy.sh` bundled with this repo