Update README to move the todo items into github issues

This commit is contained in:
Craig Davis 2014-01-12 16:51:05 -07:00
parent 12f81bea4e
commit d5da28b83a
2 changed files with 4 additions and 9 deletions

View File

@ -66,9 +66,9 @@ a fresh preview.
Markdown is limited to basic html markup. Follow the `examples/source/sample.md` Markdown is limited to basic html markup. Follow the `examples/source/sample.md`
file as a guideline. This file includes various headers and several nested file as a guideline. This file includes various headers and several nested
elements. This allows us to construct a semantic HTML document for the resume, elements. This allows us to construct a semantic HTML document for the resume,
and then use a CSS rules to display a very nice resume. Note that because we and then use CSS rules to display a nicely formatted resume. Note that because
have very few ways to nest or identify elements that many of the css rules are we have very few ways to nest or identify elements that many of the css rules
based on descendant and adjacent selectors. are based on descendant and adjacent selectors.
__PLEASE NOTE__: The templates are compiled into the phar archive in the `./bin` __PLEASE NOTE__: The templates are compiled into the phar archive in the `./bin`
folder. If you intend to edit the templates or add new ones, you'll need to run folder. If you intend to edit the templates or add new ones, you'll need to run
@ -87,11 +87,6 @@ commands, you'll need to first install the dependencies:
After that, you can run the `md2resume_dev.php` file from the command line. After that, you can run the `md2resume_dev.php` file from the command line.
Check out the pake tooling for more information about the build. Check out the pake tooling for more information about the build.
## TODO
* Google Analytics include
* CDN for fonts
## Acknowledgments ## Acknowledgments
The initial inspiration is from the [Sample Resume Template][srt]. The initial inspiration is from the [Sample Resume Template][srt].