From 8df8d53184876447cba1ee1e2a60403ec1fd7609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Calero=20Valdez?= Date: Thu, 2 May 2024 18:14:19 +0200 Subject: [PATCH 1/2] Update README.Rmd added an example with some automation --- README.Rmd | 1 + 1 file changed, 1 insertion(+) diff --git a/README.Rmd b/README.Rmd index aaad2d2e..2bca132c 100644 --- a/README.Rmd +++ b/README.Rmd @@ -104,6 +104,7 @@ Extending the package to add new templates is a somewhat simple process (details - [Adam Kirosingh](https://github.com/akirosingh/CV) - [Marco Lombardi](https://github.com/mlombardi6/awesome-template) - [Anthony Romero](https://github.com/ganthonyr/CV) +- [André Calero Valdez](https://github.com/sumidu/acv) This version uses a database to manage the content and automatically updates the content once a week using Github actions. PDF is then added as a release after rendering. Also uses a forked version of the package to remove the trailing dot in brief entries. Add your vitae to the list using a PR. From 7ca4f0686edf49044fb8fb7bebdcf6a15955c699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Calero=20Valdez?= Date: Thu, 2 May 2024 18:18:22 +0200 Subject: [PATCH 2/2] rendered readme --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d065e223..a75345d4 100644 --- a/README.md +++ b/README.md @@ -78,15 +78,21 @@ There are currently 6 templates available in this package: | [**vitae::awesomecv**](https://pkg.mitchelloharawild.com/vitae/reference/awesomecv.html) | [**vitae::hyndman**](https://pkg.mitchelloharawild.com/vitae/reference/hyndman.html) | |--------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------| -| [Preview of awesomecv](https://pkg.mitchelloharawild.com/vitae/reference/awesomecv.html) | [Preview of hyndman](https://pkg.mitchelloharawild.com/vitae/reference/hyndman.html) | +| [Preview of awesomecv](https://pkg.mitchelloharawild.com/vitae/reference/awesomecv.html) | [Preview of hyndman](https://pkg.mitchelloharawild.com/vitae/reference/hyndman.html) | | [**vitae::latexcv**](https://pkg.mitchelloharawild.com/vitae/reference/latexcv.html) | [**vitae::markdowncv**](https://pkg.mitchelloharawild.com/vitae/reference/markdowncv.html) | |----------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------| -| [Preview of latexcv](https://pkg.mitchelloharawild.com/vitae/reference/latexcv.html) | [Preview of markdowncv](https://pkg.mitchelloharawild.com/vitae/reference/markdowncv.html) | +| [Preview of latexcv](https://pkg.mitchelloharawild.com/vitae/reference/latexcv.html) | [Preview of markdowncv](https://pkg.mitchelloharawild.com/vitae/reference/markdowncv.html) | | [**vitae::moderncv**](https://pkg.mitchelloharawild.com/vitae/reference/moderncv.html) | [**vitae::twentyseconds**](https://pkg.mitchelloharawild.com/vitae/reference/twentyseconds.html) | |------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------| -| [Preview of moderncv](https://pkg.mitchelloharawild.com/vitae/reference/moderncv.html) | [Preview of twentyseconds](https://pkg.mitchelloharawild.com/vitae/reference/twentyseconds.html) | +| [Preview of moderncv](https://pkg.mitchelloharawild.com/vitae/reference/moderncv.html) | [Preview of twentyseconds](https://pkg.mitchelloharawild.com/vitae/reference/twentyseconds.html) | Extending the package to add new templates is a somewhat simple process (details in the [creating vitae @@ -112,6 +118,11 @@ vignette). - [Adam Kirosingh](https://github.com/akirosingh/CV) - [Marco Lombardi](https://github.com/mlombardi6/awesome-template) - [Anthony Romero](https://github.com/ganthonyr/CV) +- [André Calero Valdez](https://github.com/sumidu/acv) This version uses + a database to manage the content and automatically updates the content + once a week using Github actions. PDF is then added as a release after + rendering. Also uses a forked version of the package to remove the + trailing dot in brief entries. Add your vitae to the list using a PR.