Commit Graph

156 Commits

Author SHA1 Message Date
Craig Davis 344709a6cc Merge pull request #43 from jake-low/swissen-list-wrap
Fix list overflow for swissen template
2015-05-11 06:28:29 -04:00
jake-low 8825a00413 Widen section labels on swissen template
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.
2015-05-10 17:45:57 -07:00
jake-low 97f2247ea2 Fix list overflow for swissen template
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).
2015-05-10 17:40:11 -07:00
Craig Davis 7a6aa684c2 Release 2.0.11 2015-03-19 07:02:21 -06:00
Craig Davis 524401d897 Release 2.0.10 2015-03-17 13:18:38 -06:00
Craig Davis c863e6382e Merge pull request #39 from 501st-alpha1/fixSkillsSpacing
Decrease padding between items in Skills section
2015-03-17 13:11:31 -06:00
Craig Davis 039f3a76b4 Merge pull request #38 from 501st-alpha1/fixListOverflow
Fix list overflow for modern template
2015-03-17 13:10:55 -06:00
Scott Weldon 202eb5afc3 Decrease padding between items in Skills section
This wastes less empty space, and prevents lines from wrapping too
early.
2015-03-16 20:03:36 -07:00
Scott Weldon ca2e1db998 Fix list overflow for modern template
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.
2015-03-16 19:46:55 -07:00
Craig Davis 668fe916a9 Release 2.0.9 2015-03-16 07:23:51 -06:00
Craig Davis 20dccd5689 Merge pull request #37 from synchrone/master
Checking if --template has a directory separator. Closes #7
2015-03-16 06:51:37 -06:00
Craig Davis 7da154b60e Merge pull request #36 from 501st-alpha1/addMarginToHeaders
Update modern template with additional margin space
2015-03-16 06:50:59 -06:00
Aleksandr Bogdanov 5736f432be Merge branch 'resource-ordering' 2015-03-15 12:21:21 +01:00
Aleksandr Bogdanov 8908b79f2a Sorting the resources by name to work around CSS ordering issues 2015-03-15 12:20:46 +01:00
Aleksandr Bogdanov 0c9543b04e Checking if --template has a directory separator. Closes #7 2015-03-15 10:55:33 +01:00
Scott Weldon 005d1c5c6d Update modern template
Add margins to sub-headers; adjust related blocks so that everything
else still looks okay.
2015-03-14 17:41:48 -07:00
Craig Davis d77284f7a6 Merge pull request #34 from oflannabhra/master
Add optional argument to override output filename with -o or --output
2015-01-25 17:38:29 -07:00
oflannabhra 5b817f37a8 added optional argument to override output filename 2015-01-20 22:51:12 -05:00
Craig Davis a34b85eec2 Add latest styles to the README 2015-01-10 10:25:30 -07:00
Craig Davis 9941e375e8 Merge pull request #32 from oflannabhra/patch-1
Update example watch command to include necessary options
2014-09-15 21:48:20 -04:00
Ben Flannery 148c8e3bc9 updated example watch command to properly run
Should fix issue #31
2014-09-15 21:38:45 -04:00
Craig Davis b9ed407b12 Release 2.0.8 : New `readable` theme
Includes support for new /links folder in the template directory
2014-05-17 11:02:23 -05:00
Craig Davis 3305c9d564 Merge pull request #30 from ahmadnazir/bootswatch
Add new theme: Bootswatch 'Reader' Theme

Refactor asset rendering and grouping
2014-05-17 10:38:02 -05:00
Ahmad Nazir Raja 4e1836b462 Compiled binary 2014-05-17 03:44:10 +02:00
Ahmad Nazir Raja 6d3df93df6 Fixed the file with php-cs-fixer 2014-05-16 00:23:05 +02:00
Ahmad Nazir Raja e45bd181f0 Removed the div tags. 2014-05-16 00:11:21 +02:00
Ahmad Nazir Raja 67c5b83e30 Using the bootswatch 'readable' template. 2014-05-16 00:07:39 +02:00
Ahmad Nazir Raja cf692b5548 Updated the composer.lock file. 2014-05-16 00:07:03 +02:00
Ahmad Nazir Raja d20e265313 Merge remote-tracking branch 'upstream/master' into bootswatch 2014-05-15 23:50:51 +02:00
Ahmad Nazir Raja cf6c1b0051 Refactored the code so that any type of asset can be grouped and rendered. 2014-05-15 23:47:35 +02:00
Craig Davis ab42c4867e Merge pull request #28 from there4/issue-27-simple-dom
Issue 27 simple dom
2014-05-14 20:01:27 -05:00
Craig Davis 544717bc0f Release 2.0.7 to close #27
Update dependencies for the simple html dom parser.
2014-05-14 19:57:07 -05:00
Craig Davis c19ecaf71e Update to use sunra/php-simple-html-dom-parser
Remove the simple-html-dom parser that relies on an outdated repo. This
appears to be the most popular repo for the dom library.
2014-05-14 19:50:33 -05:00
Craig Davis 0ac35d16a8 Merge pull request #26 from there4/issue-24-template-list
Release 2.0.6: Issue 24 template list
2014-04-28 10:13:49 -05:00
Craig Davis 30f7c6f39d Release 2.0.6 2014-04-28 10:12:53 -05:00
Craig Davis 2c5d98f166 Change template list to DirectoryIterator. Closes #24
The glob directory iterator is not compatible with the phar file. The
DirectoryIterator appears to be able to handle it in both dev mode and
deployed phar.
2014-04-28 10:09:45 -05:00
Craig Davis cf50e58fd7 Build 2.0.5 2014-04-13 13:26:18 -05:00
Craig Davis 746db2a89e Remove default value for refresh option, fixes #22
The default value was making the refresh option have a value even if
the input option was omitted from the command. I believe this is a bug
in Symfony Command. I’ve removed the default value, and now the `-r`
option requires a value.
2014-04-13 12:56:33 -05:00
Craig Davis 91e97e2354 Release build for path resolution problem, version 2.0.4
This fixes a snippet of code that was trimming leading slashes in
supplied paths.
2014-03-24 10:33:56 -05:00
Craig Davis 5203a5681c Fix directory path building to allow an absolute path. Closes #16 2014-03-24 10:25:18 -05:00
Craig Davis 5d3e062b96 Fix error handling in the generateHtml method of the html command to throw exceptions 2014-03-24 10:22:07 -05:00
Craig Davis ca002ff417 Release build 2.0.3 - Add refresh duration value 2014-03-24 09:38:59 -05:00
Craig Davis 738f5b2b76 Add optional value to the --refresh option. Closes #15 2014-03-24 09:33:27 -05:00
Craig Davis 6e4e08aea5 Update readme installation for latest pake. Update Changelog for 2.0.2 2014-03-24 08:16:30 -05:00
Craig Davis 15f28357ca Update phar with latest version and build
This adds a new dependencies check that makes sure that `mbstring` is
properly installed.
2014-03-24 08:12:27 -05:00
Craig Davis 7103ee343e Add a new check for the mbstring dependency. Closes #20 2014-03-24 08:02:05 -05:00
Craig Davis 886fc223dd Update phar file with new `swissen` template 2014-03-10 09:17:23 -05:00
Craig Davis 518b9ef3e5 Update to use local phpunit and local pake. Update pakefile with improved formatting. 2014-03-10 09:13:05 -05:00
Craig Davis 389a34b67e Add new helvetica based tempate from Aaron Glen 2014-03-10 08:56:02 -05:00
Craig Davis 4ee0b5e692 Fix a spacing issue in the README file and bump the version number for self update testing 2014-01-15 08:36:34 -06:00