built by wintersmith
In wintersmith/
$ npm install
In wintersmith/
$ wintersmith preview [-p 8080]
In wintersmith/
$ node process.js
It takes data/cv.xlsx
and generates a bunch of .json
in contents/
In wintersmith/
$ wintersmith build
Commit the build
$ git commit -a -m 'commit message'
To deploy, run the subtree push command from the root directory:
$ git subtree push --prefix wintersmith/build origin gh-pages