Add README and repository link
This commit is contained in:
parent
4457d5038e
commit
4e5dd52b2f
|
@ -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`
|
|
@ -112,7 +112,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<footer>
|
<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>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue