I love the simplicity of Vue and wanted to match the look and feel of your personal site
Here's the original README.md ...
This is the project you get when you run gridsome create new-project
.
npm install --global @gridsome/cli
gridsome create my-gridsome-site
to install default startercd my-gridsome-site
to open the foldergridsome develop
to start a local dev server athttp://localhost:8080
- Happy coding 🎉🙌
Note: the branch 'guy' is the main branch of this application. The branch 'gh-pages' is the branch holding the contents requires for hosting using github pages.
Work on a seperate branch!!! This saves many headaches in terms of history management.
- Branch off
- Make your changes
git add ...
git commit -m ...
git push -u origin guy
(you may need to start the ssh agent in which case use:eval `ssh-agent -s`; ssh-add ~/.ssh/cv; git push -f git@github.com:<github-username>/cv.git <mainbranch>
)- Now you code is saved to git, time to deploy :
npm run deploy
- wait a couple of minutes since Github pages takes time to update