Skip to content

evenchange4/cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages