Commit Graph

244 Commits

Author SHA1 Message Date
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
Oliver Ford
c2f8152d08 Make the (existing) licence clearer
Per `awesome-cv.cls`, this project is available under the Latex Project
Public Licence, v1.3c (SPDX: LPPL-1.3c) from the copyright holder Claud
D. Park <posquit0.bj@gmail.com> (aka @posquit0).

This commit adds a LICENCE file with a copy of that licence, to
hopefully make it clearer to users by showing up more conveniently in
GitHub for example.

Closes #20, closes #245, and closes #296.
2021-11-10 19:11:56 +00:00
Oliver Ford
de4c94ff0b Swap failing CircleCI status for passing GH Action
I'm ambivalent about Circle vs. Actions, but the former is failing
missing a key in order to clone the repo, and I think I lack access to
fix that. Since it's only a simple workflow, seemed easiest to recreate
in Actions - and as that passes (as of
d62f1625be) it seems to make more sense to
use that for a nice green status than red from Circle.
2021-11-10 18:10:32 +00:00
Oliver Ford
d62f1625be Merge #344: "Fix #234: redefinition of \FA" 2021-11-10 17:56:01 +00:00
Vash Patel
ec08f30106 Trial Github Action to test PDF compilation
Part of #345 - just as a test alongside Circle CI (which currently fails
due to missing SSH key) and without moving the example PDFs to releases.
2021-11-10 17:54:24 +00:00
mynameismon
b97084f96f Correct spelling error (#363) 2021-11-10 17:19:44 +00:00
Ollie Ford
6e4dad8a1f Fix fontawesome icons not rendering 2020-10-02 00:38:32 +01:00
Ollie Ford
af2d81a115 Fix redefinition of \FA
This commit fixes an issue when using recent fontspec versions.

Described in: https://tex.stackexchange.com/a/453198/73121

Closes #234.
2020-10-02 00:38:19 +01:00
Grigory Starinkin
4be6c213c8 delete accidentally added line to .gitignore during conflict resolve (#186)
55d94d780e
2019-07-08 23:52:31 +09:00
Byungjin Park
d88fe9141e Update README.md 2019-04-14 20:48:16 +09:00
Ye Liu
b7b6340434 Fix comment (#268) 2019-02-27 14:42:22 +09:00
Ye Liu
39dbac7ee2 Fix comment (#265) 2019-02-19 00:12:11 +09:00
Nikita Voloboev
68f6c7f011 fix medium link expansion (#259) 2019-01-11 18:33:46 +09:00