From a2567dc765a20bfcf48461e92f5efa78bae26b6d Mon Sep 17 00:00:00 2001 From: Craig Davis Date: Sat, 5 Jan 2013 08:16:59 -0800 Subject: [PATCH] Create gh-pages branch via GitHub --- index.html | 19 ++++++++----------- params.json | 2 +- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index f76c596..fdf3d43 100644 --- a/index.html +++ b/index.html @@ -28,13 +28,10 @@
-

Markdown Resume Styles

- -

Turn a simple Markdown document into an elegant resume.

- -

Features

+

Features

Quickstart

-
php ./build/build.php --source sample.md
-php ./build/build.php --source sample.md --pdf
+
php ./build/build.php --source resume/sample.md
+php ./build/build.php --source resume/sample.md --pdf
 

Options

@@ -52,12 +49,12 @@ php ./build/build.php --source sample.md --pdf

If you want to edit your markdown resume in your editor while watching it update in your browser, run this command:

-
watch php ./build/build.php -s sample.md -r
+
watch php ./build/build.php -s resume/sample.md -r
 
-

This makes the build script run periodically, and html document will refresh -every two seconds. Open the ./ouput/sample.html file in your browser, and -then just save your markdown document when you want to see a fresh preview.

+

This makes the build script run when the file changes, and html document will +refresh every two seconds. Open the ./ouput/sample.html file in your browser, +and then just save your markdown document when you want to see a fresh preview.

Development

diff --git a/params.json b/params.json index c860aff..069a836 100644 --- a/params.json +++ b/params.json @@ -1 +1 @@ -{"body":"# Markdown Resume Styles\r\n\r\nTurn a simple Markdown document into an elegant resume.\r\n\r\n## Features\r\n\r\n* PDF generation via `wkhtmltopdf`\r\n* Responsive design for multiple device viewport sizes\r\n* Simple Markdown formatting\r\n* Single file deployment\r\n* You can now version control and branch your resume.\r\n\r\n## Quickstart\r\n\r\n php ./build/build.php --source sample.md\r\n php ./build/build.php --source sample.md --pdf\r\n\r\n## Options\r\n\r\nIf you want to edit your markdown resume in your editor while watching it\r\nupdate in your browser, run this command:\r\n\r\n watch php ./build/build.php -s sample.md -r\r\n \r\nThis makes the build script run periodically, and html document will refresh\r\nevery two seconds. Open the `./ouput/sample.html` file in your browser, and\r\nthen just save your markdown document when you want to see a fresh preview.\r\n\r\n## Development\r\n\r\nMarkdown is limited to basic html markup. Follow the `resume/sample.md` file \r\nas a guideline. This file includes various headers and several nested elements.\r\nThis allows us to construct a semantic HTML document for the resume, and then\r\nuse a CSS rules to display a very nice resume. Note that because we have very\r\nfew ways to nest or identify elements that many of the css rules are based\r\non descendant and adjacent selectors. \r\n\r\n## Acknowledgments\r\n\r\nThe initial inspiration is from the [Sample Resume Template](http://sampleresumetemplate.net/).\r\nHowever, no HTML from that project has been used in this. General layout has been reused, and media queries\r\nhave been added. It's a nice template, and if you are a more comfortable with html than markdown, you should use it.","tagline":"An elegant set of css rules for generating a resume with Markdown","note":"Don't delete this file! It's used internally to help with page regeneration.","name":"Markdown Resume Builder","google":"UA-8504376-1"} \ No newline at end of file +{"google":"UA-8504376-1","body":"## Features\r\n\r\n* Turn a simple Markdown document into an elegant resume.\r\n* PDF generation via `wkhtmltopdf`\r\n* Responsive design for multiple device viewport sizes\r\n* Simple Markdown formatting\r\n* Single file deployment\r\n* You can now version control and branch your resume.\r\n\r\n## Quickstart\r\n\r\n php ./build/build.php --source resume/sample.md\r\n php ./build/build.php --source resume/sample.md --pdf\r\n\r\n## Options\r\n\r\nIf you want to edit your markdown resume in your editor while watching it\r\nupdate in your browser, run this command:\r\n\r\n watch php ./build/build.php -s resume/sample.md -r\r\n \r\nThis makes the build script run when the file changes, and html document will\r\nrefresh every two seconds. Open the `./ouput/sample.html` file in your browser,\r\nand then just save your markdown document when you want to see a fresh preview.\r\n\r\n## Development\r\n\r\nMarkdown is limited to basic html markup. Follow the `resume/sample.md` file \r\nas a guideline. This file includes various headers and several nested elements.\r\nThis allows us to construct a semantic HTML document for the resume, and then\r\nuse a CSS rules to display a very nice resume. Note that because we have very\r\nfew ways to nest or identify elements that many of the css rules are based\r\non descendant and adjacent selectors. \r\n\r\n## Acknowledgments\r\n\r\nThe initial inspiration is from the [Sample Resume Template](http://sampleresumetemplate.net/).\r\nHowever, no HTML from that project has been used in this. General layout has been reused, and media queries\r\nhave been added. It's a nice template, and if you are a more comfortable with html than markdown, you should use it.","tagline":"An elegant set of css rules for generating a resume with Markdown","note":"Don't delete this file! It's used internally to help with page regeneration.","name":"Markdown Resume Builder"} \ No newline at end of file