From f7259197ce59facb6025dee63b915f307df6e411 Mon Sep 17 00:00:00 2001 From: Antonio Ruberto Date: Sun, 10 Jan 2016 18:39:31 -0500 Subject: [PATCH] readme with previews --- README.md | 153 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 153 insertions(+) diff --git a/README.md b/README.md index 4733378..a7b0bef 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,156 @@ hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-them The swatch name can be either 'bootstrap' for default Bootstrap look and feel or name of any Bootswatch theme (lumen, darkly, readable ...) ## Examples + +### bootstrap + +```bash +hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-theme-bootstrap --css bootstrap +``` + + + + +### cerulean + +```bash +hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-theme-bootstrap --css cerulean +``` + + + + +### cosmo + +```bash +hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-theme-bootstrap --css cosmo +``` + + + + +### cyborg + +```bash +hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-theme-bootstrap --css cyborg +``` + + + + +### darkly + +```bash +hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-theme-bootstrap --css darkly +``` + + + + +### flatly + +```bash +hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-theme-bootstrap --css flatly +``` + + + + +### journal + +```bash +hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-theme-bootstrap --css journal +``` + + + + +### lumen + +```bash +hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-theme-bootstrap --css lumen +``` + + + + +### paper + +```bash +hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-theme-bootstrap --css paper +``` + + + + +### readable + +```bash +hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-theme-bootstrap --css readable +``` + + + + +### sandstone + +```bash +hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-theme-bootstrap --css sandstone +``` + + + + +### simplex + +```bash +hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-theme-bootstrap --css simplex +``` + + + + +### slate + +```bash +hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-theme-bootstrap --css slate +``` + + + + +### spacelab + +```bash +hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-theme-bootstrap --css spacelab +``` + + + + +### superhero + +```bash +hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-theme-bootstrap --css superhero +``` + + + + +### united + +```bash +hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-theme-bootstrap --css united +``` + + + + +### yeti + +```bash +hackmyresume BUILD resume.json TO out/resume.all --theme node_modules/fresh-theme-bootstrap --css yeti +``` + + +