Initial import

This commit is contained in:
2018-05-07 00:58:03 +02:00
commit a5c24c4e46
15 changed files with 1907 additions and 0 deletions

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
jsonresume written in go
------------------------
kendall and kendallfr themes are based on https://github.com/LinuxBozo/jsonresume-theme-kendall.
`$ go build -o jsonresume ./cli`
`$ ./jsonresume -t kendall -r resume-schema/examples/valid/complete.json -o resume.html && cp themes/kendall/*.css .`