all repos — site @ c8ca37f48e54e372a56a2a9a98f75cd7eda972a1

source for my site, found at icyphox.sh

docs: add deploying deets
Anirudh icyph0x@pm.me
Fri, 22 Jun 2018 09:38:39 +0530
commit

c8ca37f48e54e372a56a2a9a98f75cd7eda972a1

parent

39ef0512034082a839da5df92514641dbedd1b38

1 files changed, 7 insertions(+), 1 deletions(-)

jump to
M README.mdREADME.md

@@ -1,4 +1,10 @@

# site > my nice website -Built using [Vite](https://github.com/icyphox/vite). +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 +