This site is built with hexo, with a fork from our favorite front-end framework Vue! Site content is written in Markdown format located in src
.
$ npm install
$ npm start # dev server at http://localhost:4000
To deploy the site, ensure your credentials are cached:
git config --global credential.helper wincred
Then run npm run deploy
, this will deploy the site to the gh-pages
branch.