mirror of
https://github.com/JuanCanham/fresh-theme-bootstrap.git
synced 2024-11-17 04:20:10 +00:00
readme
This commit is contained in:
parent
51591fc19a
commit
5024c1b4c5
21
README.md
21
README.md
@ -1,2 +1,21 @@
|
||||
# fresh-theme-bootstrap
|
||||
Responsive resume theme using Bootstrap and Bootswatch.
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user