1
0
mirror of https://github.com/thebaer/cdr.git synced 2024-11-15 01:31:01 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
d7498ac64b Remove superfluous embed import in render.go 2022-03-30 23:33:41 -04:00
16e4510d9d Use Go's embed pkg instead of inline tool
This moves the minimum requirements to Go 1.16 to build this project.
2022-03-30 23:14:32 -04:00
bcd4094f09 Log parse and render errors 2020-02-29 11:17:48 -05:00
ef54c10c9d Fall back to default mixtape template
if there is no mixtape.tmpl in the destination directory.
2020-02-26 00:26:43 -05:00
f0aa182c03 Add cdr preview subcommand
This serves the mixtape site by running `cdr preview`
2020-02-26 00:13:51 -05:00