Add kendal2 theme

This commit is contained in:
2021-02-07 21:10:42 +01:00
parent 5b68510c0d
commit e19cc078da
11 changed files with 1367 additions and 12 deletions

View File

@@ -1,5 +1,7 @@
#!/bin/bash
go-bindata -pkg kendall -o themes/kendall/kendall-assets.go themes/kendall/{resume.template,style.css,print.css}
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
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