2018-05-10 17:23:38 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
2021-02-07 21:10:42 +01:00
|
|
|
for theme in kendall kendall2; do
|
|
|
|
go-bindata -pkg ${theme} -o themes/${theme}/${theme}-assets.go themes/${theme}/{resume.template,style.css,print.css}
|
|
|
|
done
|
2018-05-10 17:23:38 +02:00
|
|
|
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
|