Add a YYYY-MM-DD-{dashed-title}.markdown
file into _posts
folder.
Commit and push.
- Edit json-style resume and choose a proper theme online: http://registry.jsonresume.org
npm install -g resume-cli
to install the command line tool.npm install -g jsonresume-theme-${themeName}
to install the corresponding theme library.resume export ${themeName}.html --theme ${themeName}
to export a htmlresume export index.html --theme ${themeName}
to overwrite the default one.