1
0
Fork 0
Commit Graph

257 Commits

Author SHA1 Message Date
dependabot[bot] e6efa6be7b Bump dorny/paths-filter from 2 to 3
Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 2 to 3.
- [Release notes](https://github.com/dorny/paths-filter/releases)
- [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dorny/paths-filter/compare/v2...v3)

---
updated-dependencies:
- dependency-name: dorny/paths-filter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-25 16:16:17 +00:00
dependabot[bot] d463927a8c Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-20 12:18:49 +00:00
dependabot[bot] 74fc25c36f Bump actions/labeler from 4 to 5
Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](https://github.com/actions/labeler/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/labeler
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-04 22:47:55 +00:00
Byungjin Park e076d0ed41
Ignore binary files and examples for pull-request-labeler 2023-12-01 22:16:09 +09:00
Byungjin Park 560c3f2442
Update my resume and cv 2023-11-20 02:19:17 +09:00
Byungjin Park (Claud) 6efaf2ced1
Update README.md 2023-11-20 00:38:11 +09:00
dependabot[bot] a79de5d426 Bump crazy-max/ghaction-github-labeler from 4 to 5
Bumps [crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler) from 4 to 5.
- [Release notes](https://github.com/crazy-max/ghaction-github-labeler/releases)
- [Commits](https://github.com/crazy-max/ghaction-github-labeler/compare/v4...v5)

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-github-labeler
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-13 16:40:41 +00:00
Jan Wojciechowski c5385444d6 feature: Hackerrank link 2023-09-06 23:08:25 +00:00
dependabot[bot] a7b4d1b51b Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 05:40:56 +01:00
Oliver Ford da661243bc
Better format `tel:` URI
Closes #30
2023-07-27 23:08:51 +01:00
Oliver Ford 03df20ccab
Format \@teluri in one place 2023-07-27 23:06:27 +01:00
Pavan Gupta e140258764 Remove extra space when "description" of /cventry is empty
This simply checks if the description is empty and if it is, it renders nothing.
2023-07-27 20:49:04 +00:00
randomnoise 4b55638cc3 Add comma after position if title is not empty
Make comma conditional that are used after position in cvhonor.
Use it if the title is not empty.
2023-07-27 20:47:45 +00:00
Omar 72a350157a
Update spelling typo (#465)
Update "effeciently" to efficiently
2023-03-17 00:31:43 +09:00
Josh Thorpe 6771b9fb38
Fix example cv path to certificates.tex (#456) 2023-01-06 20:57:22 +09:00
Byungjin Park 0d11cb0163
Update examples 2022-12-19 00:41:48 +09:00
Byungjin Park 7c16e373f9
Update examples 2022-12-19 00:04:13 +09:00
dwhitz 063fbc0d85
Remove dollar sign from usage section (#446)
Removed dollar sign to avoid pasting into the terminal
2022-11-30 04:50:05 +00:00
dependabot[bot] 5b05d93565
Bump crazy-max/ghaction-github-labeler from 3 to 4 (#430)
Bumps [crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler) from 3 to 4.
- [Release notes](https://github.com/crazy-max/ghaction-github-labeler/releases)
- [Changelog](https://github.com/crazy-max/ghaction-github-labeler/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crazy-max/ghaction-github-labeler/compare/v3...v4)

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-github-labeler
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-27 01:25:49 +09:00
Niklas Bolander 1a5691e63f
Use Roboto package instead of bundling the font (#403)
* Use the roboto font package

* Remove font directory symlink for the examples

* Remove obsolete font files

* Remove custom font directory from the examples

Not required anymore since they do not use any custom fonts.

Co-authored-by: Niklas Bolander <niklas@bolander.dev>
2022-04-19 21:07:32 +00:00
Oliver Ford af40bb01d9
Fix warning 'file cv.out has changed' (#425)
Closes #423
2022-04-19 11:54:23 +01:00
Antenore Gatta 2d6d8644db Solves Warning: File `cv.out' has changed #423
As discussed in the issue 423 [1] the TeX file has to be re-rendered twice
Because of the above-mentioned warning.

This patch fixes this and an additional warning causing a double rendering

[1] — https://github.com/posquit0/Awesome-CV/issues/423
2022-04-13 21:31:18 +02:00
Oliver Ford aba4de9602
Fix CI not rendering PDFs on PRs 2022-04-13 20:21:23 +01:00
dependabot[bot] 405506037b
Bump actions/upload-artifact from 2 to 3 (#421)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-13 18:00:07 +00:00
dependabot[bot] bdd64051f1
Bump actions/checkout from 2 to 3 (#411)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-09 02:18:09 +09:00
dependabot[bot] 61021a7f70
Bump actions/labeler from 3 to 4 (#412)
Bumps [actions/labeler](https://github.com/actions/labeler) from 3 to 4.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](https://github.com/actions/labeler/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/labeler
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-09 02:17:57 +09:00
Byungjin Park (Claud) 8bffe694f9
Fix broken GitHub Actions workflows (#402)
* Fix pull-request-labeler to permit outside collaborator

* Add welcome GitHub workflow

* Update welcome.yaml
2022-02-26 21:35:57 +09:00
Niklas Bolander a944c26b24
Use latest TexLive release for CI builds (#401)
[texlive/texlive](https://hub.docker.io/r/texlive/texlive)'s source is
available at: https://gitlab.com/islandoftex/images/texlive.

Closes #401.
2022-02-13 20:23:36 +00:00
Byungjin Park (Claud) 66a2128cad
Remove welcome action (#400) 2022-02-13 01:18:17 +09:00
Xavier Mawet 5c5699a818
Remove redundant copy of FontAwesome (#399)
This was missed in #344 & 3280a87599.

Closes #399.
2022-02-11 21:08:53 +00:00
Byungjin Park e55bd80320
Add CODEOWNERS 2022-02-05 01:07:10 +09:00
Byungjin Park f49d0adf7c
Add labeler action 2022-02-05 01:07:00 +09:00
Byungjin Park d375504c37
Add sync-labels action 2022-02-05 01:06:36 +09:00
Byungjin Park 0a8e6215b5
Add dependabot.yml 2022-02-05 01:05:59 +09:00
Byungjin Park 2901266b32
Add integration github action with yamllint 2022-02-05 01:05:49 +09:00
Byungjin Park e3dbdff290
Add welcome github action 2022-02-05 00:39:32 +09:00
Matthias Koch 1c95608002
Add option for colour of section divider (#348)
Closes #348.
2022-02-04 11:19:26 +00:00
Oliver Ford 3280a87599
Remove unused symlink to nowhere
Leftover in #344.
2022-01-24 16:56:25 +00:00
Awsaf db80998222
Add Kaggle social link 2021-12-31 20:00:34 +00:00
DC\ Simmons 1d0a7d6203
Fix lettersection font colour spilling over (#387)
Closes #382
2021-12-31 19:58:31 +00:00
DC\ Simmons 959bae2ef6
Add BitBucket social link (#388)
Closes #388
Closes #368
2021-12-31 19:57:54 +00:00
DC\ Simmons c1180c50d7
Add Mastodon social link (#389)
Closes #389
Closes #354
2021-12-31 19:56:14 +00:00
Fabian Würfl 52ef4af481
Add \dateofbirth command (#124)
Closes #124
Closes #154
2021-12-18 18:13:26 +00:00
miclill 44c5ec3e7b
Add `tel:` href for mobile numbers
cf. http://www.ietf.org/rfc/rfc3966.txt
2021-12-18 17:58:36 +00:00
NeverMendel a932a66e1e
Correct 'informations' -> 'information' (#326)
Closes #326
2021-12-18 17:54:22 +00:00
giacomo-b 9fb7dadb2f
Remove unnecessary dot (#375)
"May" should be abbreviated with "May" without a final dot.

Closes #375.
2021-12-18 17:43:16 +00:00
Oliver Ford 444f0db6ed
Add ResearchGate & Orcid social links
Closes #379.

Co-authored-by: @Nour002
2021-11-26 17:43:20 +00:00
rbroggi 91e3981ac5
Document using Docker to build (#312)
Closes #312.

Co-Authored-By: Oliver Ford <dev@ojford.com>
2021-11-26 17:12:02 +00:00
Seo-Young Isabelle Hwang 0a30f65636
Clarify maintainers (#381)
For more stable maintenance of this project, sharing information of maintainers is quite important.
Thus I would like to suggest to add maintainers section on readme.md.
2021-11-15 18:48:42 +00:00
Jakobu5 e2413cbf36
Use https in readme links (#342)
Closes #342
2021-11-10 19:19:19 +00:00