Skip to content

Commit d96ca4a

Browse files
author
Dzmitry_Kalianchuk
committed
Updated README
1 parent 195a75e commit d96ca4a

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
# mycv
1+
# CV as Code (Minimal)
2+
3+
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`
12+
- Output: `dist/cv.pdf`
13+
14+
## Customize
15+
- Tweak `templates/simple.latex` (margins, fonts, spacing).
16+
- Add a headshot at `assets/headshot.jpg` and embed in `cv.md`.
17+
- Adjust `site/index.html` for branding.

0 commit comments

Comments
 (0)