From 4e5dd52b2f43c29ee510894943ed69275931a0f5 Mon Sep 17 00:00:00 2001 From: Tyler Date: Tue, 23 Feb 2021 21:14:25 -0500 Subject: [PATCH] Add README and repository link --- README.md | 11 +++++++++++ templates/cv.gohtml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cd75f61 --- /dev/null +++ b/README.md @@ -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` \ No newline at end of file diff --git a/templates/cv.gohtml b/templates/cv.gohtml index fa36100..2bf61cb 100644 --- a/templates/cv.gohtml +++ b/templates/cv.gohtml @@ -112,7 +112,7 @@