You've already forked jsonresume
Add initial latex theme
This commit is contained in:
5
generate.sh
Executable file
5
generate.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
go-bindata -pkg kendall -o themes/kendall/kendall-assets.go themes/kendall/{resume.template,style.css,print.css}
|
||||
go-bindata -pkg stackoverflow -o themes/stackoverflow/stackoverflow-assets.go themes/stackoverflow/{resume.template,style.css}
|
||||
go-bindata -pkg tex -o themes/tex/tex-assets.go themes/tex/resume_template.tex
|
||||
Reference in New Issue
Block a user