Files
cv/README.md
T

58 lines
2.3 KiB
Markdown
Raw Normal View History

CV — Prad Nukala
=========================
2026-06-25 14:29:56 -04:00
<!--toc:start-->
- [CV — Prad Nukala
=========================](#cv-prad-nukala)
- [Build](#build)
- [Layout](#layout)
- [TODO](#todo)
- [License](#license)
<!--toc:end-->
Single-page LaTeX resume for **Prad Nukala** — Principal Architect, Distributed Systems & Applied Cryptography. Built on the [Deedy-Resume](https://github.com/deedydas/Deedy-Resume) OpenFonts template (XeLaTeX, two asymmetric columns).
- Site: [prad.nu](https://prad.nu)
- Demo: [did.run](https://did.run)
- GitHub: [@prdlk](https://github.com/prdlk)
- Email: [prad@sonr.io](mailto:prad@sonr.io)
## Build
Requires **XeLaTeX** and **BibTeX** (the template loads bundled OTFs in `fonts/lato/` and `fonts/raleway/` via `fontspec`, so all commands must run from the repo root).
```bash
make # one-shot build → dist/deedy_resume-openfont.pdf
make watch # latexmk -pvc: rebuild + live-preview on every save
make preview # build once and open the PDF
make clean # remove LaTeX aux files, keep the PDF
make distclean # remove dist/ entirely
```
Under the hood, `make` runs `latexmk -xelatex -output-directory=dist`, which handles the BibTeX passes for `publications.bib` automatically.
## Layout
- **`deedy_resume-openfont.tex`** — résumé content. Two `minipage` columns (`0.33\textwidth` left, `0.66\textwidth` right) split by `\hfill`.
- **`deedy-resume-openfont.cls`** — document class: colors, font mappings, and the custom commands (`\namesection`, `\runsubsection`, `\descript`, `\location`, `\sectionsep`, `tightemize`).
- **`publications.bib`** — entries cited via `\nocite{*}`.
- **`fonts/`** — bundled Lato + Raleway OTFs.
The template is **single-page by design** and silently overflows to a second page if either column gets too long. When adding content, prefer trimming over adding.
2026-06-25 14:29:56 -04:00
## TODO
- [ ] Add ./docs/projects/floadt.yml
- [ ] Add ./docs/projects/likely.yml
- [ ] Add ./docs/experience/spacebolt.yml
- [ ] Add ./docs/projects/voluntree.yml
- [ ] Add ./docs/projects/yue.yml
- [ ] Add ./docs/experience/likely.yml
- [ ] Add ./docs/experience/pool.yml
- [ ] Add ./docs/experience/swiper-no-mauling.yml
- [ ] Add ./docs/experience/timeboard.yml
## License
Template © 2014 Debarghya Das, Apache License 2.0. See [LICENSE](LICENSE).