|
2 | 2 |
|
3 | 3 | [](https://github.com/maxulysse/maxulysse.github.io/blob/main/LICENSE) |
4 | 4 | [](https://github.com/maxulysse/maxulysse.github.io/actions/workflows/ci.yml) |
| 5 | +[](https://github.com/maxulysse/maxulysse.github.io/actions/workflows/build-cv.yml) |
| 6 | +[](https://github.com/maxulysse/maxulysse.github.io/actions/workflows/deploy.yml) |
5 | 7 |
|
6 | 8 | Personal website built with [Astro](https://astro.build). |
7 | 9 |
|
8 | 10 | ## Dependencies |
9 | 11 |
|
10 | | -- [academicons](https://jpswalsh.github.io/academicons/) `1.9.6` |
11 | | -- [Astro](https://astro.build/) `^5.2.0` |
12 | | -- [@astrojs/rss](https://docs.astro.build/en/guides/rss/) `^4.0.1` |
13 | | -- [Bootstrap](https://getbootstrap.com/) `5.3.8` |
14 | | -- [Font Awesome](https://fontawesome.com/) `6.5.2` |
15 | | -- [Prism](https://prismjs.com/) `1.29.0` |
16 | | -- [Reveal.js](https://revealjs.com/) `5.2.1` |
| 12 | +- [Astro](https://astro.build/) |
| 13 | +- [@astrojs/rss](https://docs.astro.build/en/guides/rss/) |
| 14 | +- [Bootstrap](https://getbootstrap.com/) |
| 15 | +- [Font Awesome](https://fontawesome.com/) |
| 16 | +- [@orcid/bibtex-parse-js](https://github.com/ORCID/bibtexParseJs) |
| 17 | +- [Prism](https://prismjs.com/) |
| 18 | +- [Reveal.js](https://revealjs.com/) |
| 19 | +- [academicons](https://jpswalsh.github.io/academicons/) |
17 | 20 |
|
18 | 21 | ## Inspirations |
19 | 22 |
|
@@ -66,3 +69,12 @@ src/data/ Site data (authors, social links) |
66 | 69 | ## Deployment |
67 | 70 |
|
68 | 71 | Deployment is handled by GitHub Actions to GitHub Pages. |
| 72 | + |
| 73 | +## CV Automation |
| 74 | + |
| 75 | +The CV PDF is rebuilt automatically by the [build-cv workflow](.github/workflows/build-cv.yml). |
| 76 | +Generation is done via the [maxulysse/compile-latex](https://github.com/maxulysse/compile-latex) Nextflow lightweight pipeline. |
| 77 | + |
| 78 | +- Triggered on pushes to `main` when either `src/data/CV-MGarcia.tex` or `src/data/biblio.bib` changes |
| 79 | +- Can also be run on demand with `workflow_dispatch` from the GitHub Actions UI |
| 80 | +- Generates `CV-MGarcia-latest.pdf` and force-pushes it to the `cv` branch |
0 commit comments