there4 / markdown-resume

Generate a responsive CSS3 and HTML5 resume with Markdown, with optional PDF output.
MIT License
1.77k stars 519 forks source link

Allow for custom output file #18

Closed tigerclaw-az closed 9 years ago

tigerclaw-az commented 10 years ago

Instead of forcing the output filename to match the source file appended with ".html", why not allow for a custom output file?

e.g. md2resume html resume.md index.html

there4 commented 10 years ago

It's a personal organization preference than anything else. I think it's similar behavior to ffmpeg perhaps. However, I could see if you were trying out templates that it might be nice to specify that filename. I'll consider this in an upcoming release.

If anyone else is in favor, please let me know.

GuGuss commented 10 years ago

I'm up for it !

I'm using your great tool for my personal resume on Github which requires the .html to be called index.html, so I'm forced to rename it all the time.

Thanks,

GuGuss

there4 commented 10 years ago

I'll put this on the todo list. Glad to hear that it's been useful.