# AGENTS.md — www.thanwer.com ## Overview Personal CV/resume Hugo site using the [EuroZephyr](https://codeberg.org/gbilder/eurozephyr) theme (git submodule from Codeberg). No test/lint/typecheck infrastructure. ## Content All content is in `data/{en,pt,de}.yaml` — there is **no** `content/` directory. Profile image referenced as `/images/profile.png` in data but actual file is `static/images/profile.jpg`. ## Commands | Command | Purpose | |---------|---------| | `hugo server -D` | Dev server with drafts | | `hugo --minify` | Production build | | `./deploy.sh` | Build + rsync to `shinobi.thanwer.com:/srv/www/www/` | No npm/build step needed — `hugo` alone is sufficient. ## Theme Remote submodule. `min_version = "0.146.0"`. Custom overrides in `layouts/partials/` (profile-image, head, skillbar shortcode). ## Config - `config/_default/config.toml` — baseURL, theme, default language - `config/_default/languages.toml` — en (1), pt (2), de (3) - `config/_default/params.toml` — layout sidebar/main sections, formatting, Dracula theme