Go to file
Juan Canham 20ca05be16 escape institution & name, make studyType optional 2020-03-17 03:05:35 +00:00
src escape institution & name, make studyType optional 2020-03-17 03:05:35 +00:00
test Add social links 2016-10-16 19:23:56 -04:00
.gitignore fixes #2 2016-01-18 22:04:39 -05:00
LICENSE Initial commit 2016-01-10 17:13:32 -05:00
README.md readme with previews 2016-01-10 18:39:31 -05:00
package.json bump version 2017-09-29 11:17:13 -04:00
theme.json initial version 2016-01-10 17:21:22 -05:00

README.md

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

bootstrap

hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-theme-bootstrap --css bootstrap

cerulean

hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-theme-bootstrap --css cerulean

cosmo

hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-theme-bootstrap --css cosmo

cyborg

hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-theme-bootstrap --css cyborg

darkly

hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-theme-bootstrap --css darkly

flatly

hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-theme-bootstrap --css flatly

journal

hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-theme-bootstrap --css journal

lumen

hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-theme-bootstrap --css lumen

paper

hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-theme-bootstrap --css paper

readable

hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-theme-bootstrap --css readable

sandstone

hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-theme-bootstrap --css sandstone

simplex

hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-theme-bootstrap --css simplex

slate

hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-theme-bootstrap --css slate

spacelab

hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-theme-bootstrap --css spacelab

superhero

hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-theme-bootstrap --css superhero

united

hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-theme-bootstrap --css united

yeti

hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-theme-bootstrap --css yeti