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

Update simple-html-dom source repo #27

Closed stevenvandervalk closed 10 years ago

stevenvandervalk commented 10 years ago

Hi,

Wanted to say a huge thank you for the great project and your time answering issues. I'm having trouble editing the css of the templates - any changes I make are not reflected in the output files. Such as making an element a massive font size and then running ./bin/md2resume html --template swissen examples/source/stevevandervalk_resume.md examples/output/ produces the same file as before so obviously I am doing something wrong... Any advice would be very appreciated!

Thanks.

there4 commented 10 years ago

Mornings, I'm glad to hear that it's been useful.

The bin/ms2resume is a compiled phar archive, and has a copy of the entire project in it. In order to fiddle with layout and such, you'll need to run the project in development mode. You'll need to install composer, and run a composer install, and after that you can run the md2resume_dev.php file with the same parameters.

If you make a new template, I'd love a pull request for it. If you get hung on up anything, let me know.

stevenvandervalk commented 10 years ago

Thanks alot for the reply. Ah, apologies that is quite obviously stated as run the dev command upon re-reading. I did however, a fresh clone and ran composer install only to run into Installing simple-html-dom/simple-html-dom (1.5.0) Downloading: connection... Could not fetch https://api.github.com/repos/Youpie/simple-html-dom/zipball/961610576c460546677a635062e9d3d7b6dab745, enter your GitHub credentials to access private repos.
This happened regardless on a OS X and homebrew updated install but worked just fine on Debian and Ubuntu stable so not sure what's happening there but not an issue now.

Unfortunately I won't make a template at the moment as I love the modern one, just needed some enlarged font-sizes and spacing for the pdf output for some readers. Thanks again!

there4 commented 10 years ago

Sorry for the delay. It looks like I need to update the source of the simple-html-dom project. I'll try to get this pinned down tomorrow.

stevenvandervalk commented 10 years ago

No worries at all!  I think youpie is now miclf on github but I couldn’t seem to make that change manually successfully but there were easy workarounds.  Thanks again for your help! --  Steven Vandervalk

From: Craig Davis notifications@github.com Reply: there4/markdown-resume reply@reply.github.com Date: 15 May 2014 at 8:15:05 am To: there4/markdown-resume markdown-resume@noreply.github.com Cc: Steve Vandervalk steven.vandervalk@my.jcu.edu.au Subject:  Re: [markdown-resume] Unable to adjust template css (#27)

Sorry for the delay. It looks like I need to update the source of the simple-html-dom project. I'll try to get this pinned down tomorrow.

— Reply to this email directly or view it on GitHub.