You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write your CV once in **Markdown** (`cv.md`). GitHub Actions builds a styled **PDF** via Pandoc and publishes it to **GitHub Pages** along with a tiny landing page.
4
+
5
+
## Quick start
6
+
1. Edit `cv.md`.
7
+
2. Push to `main`.
8
+
3. After CI, open: `https://<user>.github.io/<repo>/dist/cv.pdf`.
9
+
10
+
### Local build (optional)
11
+
- With Docker installed: `bash scripts/generate_pdf.sh`
0 commit comments