From 84a727bfd33f58c802029178ca56359e6e888739 Mon Sep 17 00:00:00 2001 From: hacksalot Date: Mon, 21 Dec 2015 20:12:04 -0500 Subject: [PATCH] Tweak some stuff. --- _config.yml | 1 + _layouts/home.html | 16 ++++++++-------- _sass/_hmr.scss | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/_config.yml b/_config.yml index ea3b147..404b9cc 100644 --- a/_config.yml +++ b/_config.yml @@ -7,6 +7,7 @@ # Site settings title: HackMyResume +titleMarkup: "HackMyResume" email: hacksalot@indevious.com description: > # this means to ignore newlines until "baseurl:" Write an awesome description for your new site here. You can edit this diff --git a/_layouts/home.html b/_layouts/home.html index 697b65f..dc1a296 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -3,14 +3,14 @@ layout: master-bare ---
-

{{ site.title }}

- - - - - - - +

{{ site.titleMarkup }}

+

A Swiss Army Knife for résumés and CVs
For Windows, OS X, Linux, and Node.js

+

Install with NPM:

[sudo] npm install hackmyresume -g

+

Feed me: One or more FRESH or JSON Resume format résumés.

+

Sit back while I generate polished résumés in HTML, WORD, Markdown, PDF, LaTeX, JSON, YAML, XML, plain text, smoke signal, and carrier pigeon.

+

Themes: Choose from any FRESH or JSON Resume theme or build your own with Handlebars or Underscore.

+

Validation? Yup.

+

100% Private and Local No registration, no drive-by resume uploads, no dialing home, no recruitment.

  • Install with NPM
  • diff --git a/_sass/_hmr.scss b/_sass/_hmr.scss index d794be9..060cd96 100644 --- a/_sass/_hmr.scss +++ b/_sass/_hmr.scss @@ -1,4 +1,4 @@ -.byline { +header > p { text-transform: uppercase; font-size: 80%; margin: 0;