Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.1 KB

README.md

File metadata and controls

56 lines (37 loc) · 1.1 KB

Michael Hsu CV

Travis license

Demo

Usage

$ docker run --rm \
  -w "/doc" \
  -v $(pwd):/doc \
  thomasweise/texlive:1.0.0 \
  make

Development

Live reload on Mac:

$ fswatch -0 ./src | xargs -0 -n 1 -I {} \
  docker run --rm -w "/doc" -v $(pwd):/doc thomasweise/texlive:1.0.0 make pdf

Deploy to GitHub pages

Any git commits push to master branch.

$ git push origin master

Inspiration


CONTRIBUTING

  • ⇄ Pull requests and ★ Stars are always welcome.
  • For bugs and feature requests, please create an issue.
  • Pull requests must be accompanied by passing automated tests.

MIT: http://michaelhsu.mit-license.org