mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
Update README to move the todo items into github issues
This commit is contained in:
parent
12f81bea4e
commit
d5da28b83a
11
README.md
11
README.md
@ -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].
|
||||||
|
Loading…
x
Reference in New Issue
Block a user