Turn a simple Markdown document into an elegant resume.
- -wkhtmltopdf
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