My CV as a JSON document.
Find a file
Dan Anglin 5fbdaa5a02
ci: GitLab pipeline for the cv-builder image.
This is the first of a few commits for creating
the GitLab CI pipeline for building and publishing my CV.
This commit adds a pipeline for building and publishing the cv-builder
docker image to the GitLab container registry.

Additions:

- The cv-builder docker image: This commit adds a Dockerfile for
building the cv-builder docker image. The image is based on the
golang (buster) image and installs ConTeXt (standalone version)
and the Carlito font.

- The gitlab-ci.yml file: This commit adds the gitlab-ci.yml file for
running the pipeline for building and publishing the docker image
to the GitLab Container Registry.

Changes:

- The Makefile now includes targets for building and publishing docker images.
2019-12-21 19:38:34 +00:00
data feat: added studying Japanese as a hobby 2019-08-25 02:34:00 +01:00
docker ci: GitLab pipeline for the cv-builder image. 2019-12-21 19:38:34 +00:00
template change: print phone number when set via CV_CONTACT_PHONE 2019-08-24 05:03:08 +01:00
.dockerignore ci: GitLab pipeline for the cv-builder image. 2019-12-21 19:38:34 +00:00
.gitignore feat: created CV using ConTeXt, Go and JSON 2019-07-30 23:52:56 +01:00
.gitlab-ci.yml ci: GitLab pipeline for the cv-builder image. 2019-12-21 19:38:34 +00:00
go.mod feat: created CV using ConTeXt, Go and JSON 2019-07-30 23:52:56 +01:00
LICENSE Add MIT LICENSE 2019-08-22 08:18:39 +00:00
main.go change: print phone number when set via CV_CONTACT_PHONE 2019-08-24 05:03:08 +01:00
Makefile ci: GitLab pipeline for the cv-builder image. 2019-12-21 19:38:34 +00:00
model.go feat: added hobbies and interests 2019-08-18 07:47:23 +01:00
README.md Initial commit 2019-06-30 20:46:21 +00:00