chore(root): remove CLAUDE.md

This commit is contained in:
Prad Nukala
2026-06-25 14:29:56 -04:00
parent 0c07e90cb0
commit 7eaf2796d8
2 changed files with 21 additions and 33 deletions
-33
View File
@@ -1,33 +0,0 @@
# CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
## What this is
A single-page, two-column LaTeX resume. All content and styling live in one file: `source.tex`. There is no class file, no bibliography, and no bundled fonts — it is a plain `article` document.
## Build
Compiles with **pdflatex** (via `latexmk`). `source.tex` uses `inputenc`/`fontenc` with default Computer Modern fonts, so no XeLaTeX or external font files are needed.
```bash
make # one-shot build → dist/source.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
```
`make` runs `latexmk -pdf -output-directory=dist`. No CI, no linter — the only "test" is that it compiles and stays one page.
## Architecture
The two columns are a [`paracol`](https://ctan.org/pkg/paracol) environment, split by `\columnratio{0.3}` (left 30% / right 70%) and divided with `\switchcolumn`. The left column holds Contact / Skills / Languages; the right holds Summary / Experience / Education / Projects. Section headers are a bold label followed by a `\rule` underline; entries use `enumitem` `itemize` lists with `nosep` to keep them tight.
## Layout constraint
Single-page by design — it silently overflows to a second page if a column gets too long. When adding content, budget against the existing column length and prefer trimming over adding.
## Note on history
This was forked from the Deedy-Resume template (XeLaTeX, custom `.cls`, bundled OTFs in `fonts/`). That entire stack has been removed in favor of the self-contained `source.tex`. `README.md` is still the upstream Deedy README and describes the old template, not this fork — treat it as historical, not as a description of the current setup.
+21
View File
@@ -1,6 +1,15 @@
CV — Prad Nukala
=========================
<!--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)
@@ -31,6 +40,18 @@ Under the hood, `make` runs `latexmk -xelatex -output-directory=dist`, which han
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.
## 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).