125 Commits

Author SHA1 Message Date
Asbjørn Ulsberg
a35cf4ec07
Output the path to autoload.php when exiting due to its non-existance 2017-11-13 21:10:37 +01:00
Craig Davis
a1174e1732
Fix incorrect wkhtmltopdf command 2017-10-19 16:59:16 -07:00
Craig Davis
52bd1c19c3
Update README for 2.2.1 build 2017-10-19 16:56:27 -07:00
Craig Davis
7f1acf3223 Merge pull request #64 from there4/tiny-output
Force wkhtmltopdf to render with dpi of 300
2.2.1
2017-10-19 16:55:41 -07:00
Craig Davis
845ea8a276
Force wkhtmltopdf to render with dpi of 300 2017-10-19 16:53:27 -07:00
Craig Davis
4be3c9c400
Update build version in README 2017-10-19 16:43:40 -07:00
Craig Davis
1686262960 Remove legacy phar file build and update composer tooling (#63)
Simplify the build tooling:
* Remove phar build, update tooling to composer
* Remove legacy version tagging system
* Fix incorrect readme generation
2.2.0
2017-10-19 16:42:54 -07:00
Craig Davis
b687052273
Remove php70, update composer contributor list 2.1.0 2017-10-16 16:17:01 -07:00
Craig Davis
0f5c5017ac
Drop PHP5 support and remove from Travis
This is a personal project, and I belive that php 7 is now a
reasonable requirement.
2017-10-16 16:13:01 -07:00
Craig Davis
31df937009
Remove composer lock file
This is an attempt to fix installing this across multiple
PHP versions for library compatibility.
2017-10-16 16:07:21 -07:00
Craig Davis
d93ce65a73
Update README with correct changelog version 2.0.12 2017-10-16 16:04:50 -07:00
Craig Davis
01bda09d3e
Update README changelog for 2.0.11 2017-10-16 16:03:38 -07:00
Craig Davis
fe9e5625b6
Update Travis for PHP7, update tooling 2017-10-16 16:00:50 -07:00
Erik Waibel
442afa1889 Add new Roboto template and update versions for composer.json (#62)
* New 'roboto' template
* Change refresh rate to use input value
* Ignore Sublime project files
* Update styles - major changes
* Convert roboto styles into 'less' files. Update composer package versions.
2017-10-16 15:40:06 -07:00
Craig Davis
8a80b5df94 Add MIT License to the project
Closes #61
2017-08-06 17:58:27 -07:00
Craig Davis
b9ed8dda03 Merge pull request #59 from M5oul/master
Readme: add install commands for Debian and Fedora dependencies
2017-06-16 08:39:08 -06:00
Moul
e28c7c780c [enh] readme: add install commands for Debian and Fedora dependencies. 2017-06-16 12:39:17 +02:00
Craig Davis
f3f9fcd6e9 Add link to Docker generation configuration
Many thanks to @sklose for sharing this.
2015-07-31 11:58:56 -07:00
Craig Davis
1a0ab1e237 Merge pull request #44 from jake-low/swissen-section-width
Widen section labels on swissen template
2015-05-11 06:29:25 -04:00
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 2.0.10 2.0.11 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 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
2.0.8
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