I noticed that on the swissen template, the word "experience" was a bit
too long to use as a section label. Given that this is a pretty short
word, and also a very common section label for résumés, I widened the
section labels from 16% of the total width to 20% (and reduced the width
of the main text area to match) for both html and pdf renderings.
Based on there4/markdown-resume@ca2e1db; fixes the issue where list
items (such as those in the 'skills' section of sample.md) don't align
correctly if there's enough of them to wrap past the right margin. Also
fixes the width of those list items (there was wasted space on the right
before).
This fixes the tendency of large lists to flow past the section header
and cause the columns of the list to not be aligned correctly.
This also fixes an issue with the spacing between the end of said lists
and `<hr>`s.
The `dl` elements have been given an explicit `display:block` and page
break avoid rule. In initial testing, this fixes the wkhtmltopdf bug of
splitting lines in a multi-page document.
See http://stackoverflow.com/questions/8786755 for links and discussion.
* Adding a new blockish theme with a blue header and an adaptive
design.
* Printable PDF version still needs some work, but overall, this is a
nice layout.
* Simple refactoring of the config system
* Add new unstyled template
* Add new modern template (previously the only)
* Add placeholder for blocky template
* Relocate autoloader
* Move build to ./bin