fresh-theme-bootstrap/README.md
Antonio Ruberto 5499f67ece readme
2016-01-10 17:43:18 -05:00

22 lines
641 B
Markdown

# fresh-theme-bootstrap
Responsive resume theme for [HackMyResume](https://github.com/hacksalot/HackMyResume) using [Bootstrap](http://getbootstrap.com) and [Bootswatch](https://bootswatch.com).
## Install
Install the latest version with NPM:
```bash
npm install fresh-theme-bootstrap
```
Then specify the theme and css attribute when running HackMyResume:
```bash
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