Go to file
Antonio Ruberto 5499f67ece readme
2016-01-10 17:43:18 -05:00
src initial version 2016-01-10 17:21:22 -05:00
.gitignore Initial commit 2016-01-10 17:13:32 -05:00
LICENSE Initial commit 2016-01-10 17:13:32 -05:00
package.json fix version number 2016-01-10 17:29:06 -05:00
README.md readme 2016-01-10 17:43:18 -05:00
theme.json initial version 2016-01-10 17:21:22 -05:00

fresh-theme-bootstrap

Responsive resume theme for HackMyResume using Bootstrap and Bootswatch.

Install

Install the latest version with NPM:

npm install fresh-theme-bootstrap

Then specify the theme and css attribute when running HackMyResume:

hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-theme-bootstrap --css <swatch name>

The swatch name can be either 'bootstrap' for default Bootstrap look and feel or name of any Bootswatch theme (lumen, darkly, readable ...)

Examples