doew
317f33e33c
tiny fix: remove extra backquote on readme.md
...
It is a typo, probably.
2022-03-22 10:05:38 +01:00
Benedikt Franke
b17bc8db68
Pin Docker image versions
...
Resolves https://github.com/there4/markdown-resume/issues/97
Thanks @emcode
2022-03-18 10:34:35 +01:00
Erik Waibel
e5f1703068
Bugfix/docker wkhtml version ( #94 )
2021-02-22 23:35:17 +01:00
Craig Davis
93fb19daa0
Merge pull request #89 from bebound/master
...
Set utf8 encoding in docker file config
2019-06-18 18:49:37 -07:00
KK
124b05b869
Set utf8 encoding
2019-06-13 22:16:47 +08:00
Craig Davis
bada70bef5
Merge pull request #85 from Kjwon15/fix-template
...
Update modern template to use newer flex based styling
2019-01-05 09:53:52 -08:00
kjwon15
dc027951e4
Fix template CSS
2019-01-05 19:37:14 +09:00
Craig Davis
d4cfc4cdad
Merge pull request #84 from danielklim/danielklim/pdfcommand-arg-passthrough
...
Pass command line args to wkhtmltopdf to enable better formatting
2018-10-22 10:49:22 -05:00
Daniel Lim
50e7831a08
removed unnecessary comment
2018-10-22 09:12:11 -04:00
Benedikt Franke
c5c4f402fc
Update changelog for 2.3.1
2018-10-17 21:41:19 +02:00
danielklim
a3e2388724
Docker: Install wkhtmltopdf from vendor to enable inclusion of images ( #83 )
...
* wkhtmltopdf from vendor rather than ubuntu upstream
* removing xvfb
* fixed dependency issue for wkhtmltopdf
* Fix formatting, add --no-progress to wget command
2018-10-17 21:29:43 +02:00
Daniel Lim
274b97759f
pass command line args to wkhtmltopdf to enable better formatting
2018-10-17 11:08:28 -04:00
Benedikt Franke
6fbb6b4f52
Remove misleading hint to different docker command
...
Because of #80 the pdf generation inside of docker now works the same.
2018-08-15 17:18:56 +02:00
Benedikt Franke
c6e66fd476
Merge pull request #80 from mmarchini/fix-wkhtmltopdf-docker-issue
...
docker: fix "md2resume pdf" command on docker containers
2018-08-13 10:27:58 +02:00
Matheus Marchini
f30371f3eb
docker: fix "md2resume pdf" command on docker containers
...
The `md2pdf` bash script created during the Docker image build was
invalid. For some reason, it was scrapping out the line break:
```
root@92820d4e9bc1:/resume# cat /usr/bin/md2pdf
```
As a result `md2resume` was failing silently. Also, it was not possible
to run wkhtmltopdf standalone headlessly inside the container. These
changes allow wkhtmltopdf to be run headlessly and fix the issue with
`md2resume pdf`.
2018-08-07 09:55:32 -03:00
Craig Davis
32b76a4a4a
Merge pull request #79 from johnpneumann/77_fix_autoload_path
...
Fix the ternary operator to set the correct autoloadPath
2018-06-28 07:40:23 -07:00
John P. Neumann
e094d7d2dd
resolves #77 - fixes the ternary operator to set the correct autoloadPath
2018-06-27 20:05:11 -05:00
spawnia
3c3f269470
Correct md2pdf alias to work non-interactively
2018-04-14 11:57:17 +02:00
spawnia
8dd29e5afd
Enable pdf conversion as a oneshot command in docker
2018-04-14 11:17:40 +02:00
spawnia
61524c1702
reformat: Fix readme formatting
2018-03-14 23:02:30 +01:00
Benedikt Franke
f9e5f5e2dc
Merge pull request #76 from there4/feat-build-docker-image
...
feat: Add docker build
2018-03-14 22:07:23 +01:00
spawnia
af3a7bfaeb
Add docker badge to Readme
2018-03-14 21:58:01 +01:00
spawnia
e436420b96
feat: Add docker build
...
This adds a Dockerfile which builds a Docker image
with all required dependencies included.
It helps to simplify installation and usage of the tool.
2018-03-14 21:51:38 +01:00
Craig Davis
72fba63908
Merge pull request #67 from molecule/master
...
Update README.md with example pdfs
2017-12-11 15:38:52 -08:00
Molly
e6b5f665ed
Update README.md
2017-12-11 15:33:33 -08:00
Molly
3a02ac9f1e
Add outputs built from tool.
2017-12-11 15:31:23 -08:00
Molly
197c117468
Update README.md
2017-12-11 15:08:51 -08:00
Craig Davis
7ecde3ae7b
Merge pull request #66 from asbjornu/feature/path-fixes
...
Improve path handling when installed via composer.
2017-11-13 15:46:46 -08:00
Asbjørn Ulsberg
48a48ff93a
Direct errors from `git describe` to `/dev/null`
2017-11-13 22:29:33 +01:00
Asbjørn Ulsberg
5f3e5c2b3c
Change back to the current working directory after getting the version
2017-11-13 22:09:59 +01:00
Asbjørn Ulsberg
890080c046
Detect where md2resume is installed and traverse folders accordingly
2017-11-13 22:09:29 +01:00
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
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
2017-10-19 16:42:54 -07:00
Craig Davis
b687052273
Remove php70, update composer contributor list
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
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