Add README and repository link

This commit is contained in:
Tyler 2021-02-23 21:14:25 -05:00
parent 4457d5038e
commit 4e5dd52b2f
2 changed files with 12 additions and 1 deletions

11
README.md Normal file
View File

@ -0,0 +1,11 @@
Go CV Generator
===============
A generator to take JSON content and output a minimal, browser-friendly CV that can be exported as PDF and printed easily.
Usage
-----
Copy `data/cv.example.json` to `data/cv.json` and fill in the information/data.
Run the generator: `go run cmd/main.go`

View File

@ -112,7 +112,7 @@
</div>
</div>
<footer>
Generated by Go CV using <a href="https://github.com/tystuyfzand/less-go">less-go</a>.
Generated by <a href="https://git.meow.tf/tyler/go-cv">Go CV</a> using <a href="https://github.com/tystuyfzand/less-go">less-go</a>.
</footer>
</div>
</body>