Commit graph

7 commits

Author SHA1 Message Date
76fbe5c704
fix: more flexibility in Links and Contact section
Add more flexibility for the Links and Contact sections by removing the
strict types and replacing them with map[string]string.
2023-02-23 20:36:51 +00:00
38218f5811
fix(breaking): change technologies to skills 2023-02-23 19:53:57 +00:00
ac1139b6d1
chore: renamed project to spruce 2023-02-23 19:44:06 +00:00
21d7b3c447
fix: update the Dockerfile
Changes:

- Build the cv-builder tool using go build instead of mage -compile in the first stage.
- The final docker image is now based on Alpine.
- Create a copy function to copy the final CV from the temporary directory to the final destination.
- Replace os.Rename with the custom copy function to support copying files between different filesystems.
2023-02-21 08:30:31 +00:00
39881b6965
chore: go mod tidy 2023-02-19 07:42:25 +00:00
11b9d4df15
feat: new cv builder tool
New CV builder tool migrated from the private repository.
2023-02-18 21:01:28 +00:00
60227b15b4 Initial commit 2023-02-14 07:43:15 +00:00