{"id":48314560,"url":"https://github.com/roschaefer/roschaefer.de","last_synced_at":"2026-04-05T00:28:28.917Z","repository":{"id":347136524,"uuid":"1184498497","full_name":"roschaefer/roschaefer.de","owner":"roschaefer","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-26T19:11:01.000Z","size":431,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-27T08:09:12.793Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/roschaefer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-17T16:40:05.000Z","updated_at":"2026-03-26T19:11:05.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/roschaefer/roschaefer.de","commit_stats":null,"previous_names":["roschaefer/roschaefer.de"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/roschaefer/roschaefer.de","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roschaefer%2Froschaefer.de","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roschaefer%2Froschaefer.de/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roschaefer%2Froschaefer.de/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roschaefer%2Froschaefer.de/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roschaefer","download_url":"https://codeload.github.com/roschaefer/roschaefer.de/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roschaefer%2Froschaefer.de/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31419902,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T00:25:07.052Z","status":"ssl_error","status_checked_at":"2026-04-05T00:25:05.923Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-05T00:28:28.332Z","updated_at":"2026-04-05T00:28:28.908Z","avatar_url":"https://github.com/roschaefer.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Netlify Status](https://api.netlify.com/api/v1/badges/52ed3916-b0ff-40cd-a343-3b35e8e5d4c7/deploy-status)](https://app.netlify.com/projects/roschaefer/deploys)\n\n# Robert Schäfer Portfolio\n\nPersonal portfolio and printable CV built with `SvelteKit`, `Tailwind CSS`, `Paraglide`, `Typst`, and prerendering.\n\nThe site is bilingual (`de`, `en`), privacy-conscious, screen-reader friendly, and designed to print cleanly as a CV.\n\n## Stack\n\n- `SvelteKit` with `@sveltejs/adapter-static`\n- `Tailwind CSS`\n- `Paraglide` for UI i18n\n- `Typst` for PDF generation\n- `Biome` for linting and formatting\n- `Vitest` for unit tests\n- `Netlify` for hosting, edge locale redirects, and short-link redirects\n\n## Content Model\n\n- `resume.i18n.json`\n\nThis file is the authored source of truth for resume content.\n\n- `resume.de.json`\n- `resume.en.json`\n\nThese two localized JSON Resume files are generated from `resume.i18n.json`.\n\nThe downloadable PDFs are generated from the same localized JSON sources through a dedicated `Typst` pipeline.\n\nUI translations live in:\n\n- `messages/de.json`\n- `messages/en.json`\n\n## Local Development\n\nInstall dependencies:\n\n```bash\npnpm install\n```\n\nStart the dev server:\n\n```bash\npnpm dev\n```\n\nThe app runs with Paraglide compilation as part of the dev workflow.\n\n## Useful Commands\n\nCompile Paraglide messages:\n\n```bash\npnpm paraglide:compile\n```\n\nLint:\n\n```bash\npnpm lint\n```\n\nTypecheck:\n\n```bash\npnpm check\n```\n\nTest:\n\n```bash\npnpm test\n```\n\nBuild:\n\n```bash\npnpm build\n```\n\nBuild production output including PDFs:\n\n```bash\npnpm build\n```\n\nBuild PDFs only:\n\n```bash\npnpm pdf:build\n```\n\nFormat:\n\n```bash\npnpm format\n```\n\n## Tests\n\nThe repo currently checks:\n\n- tech-experience derivation\n- locale preference parsing\n- localized resume parity\n- short-link parity between `src/lib/data/short-links.ts` and `netlify.toml`\n\n## Deployment\n\nTarget hosting is `Netlify`.\n\nThe deployed PDFs are published as:\n\n- `/de/robert-schaefer-resume.de.pdf`\n- `/en/robert-schaefer-resume.en.pdf`\n\nImportant deployment behavior:\n\n- `/` redirects to `/de` or `/en` via a Netlify edge function based on `Accept-Language`\n- `/resume.json` redirects to `/de/resume.json` or `/en/resume.json`\n- human-readable short links like `/linkedin` or `/oss-contributors-35c3` are defined in `netlify.toml`\n\n## PDF Build And Deploy\n\n- `Typst` is not assumed to be available in Netlify builds.\n- GitHub Actions builds the PDFs and the final static site.\n- GitHub Actions deploys the finished `build/` directory to Netlify.\n- Netlify should be configured to use the GitHub Actions deployment path rather than relying on its own repository build if you want the PDFs to stay part of every deploy.\n- Vendored `ttf` or `otf` fonts under `typst/fonts/` are required for the PDF build. See [`typst/README.md`](/home/robert/Development/schaefer-development/roschaefer.de/typst/README.md).\n\nRequired GitHub repository secrets for deployment:\n\n- `NETLIFY_AUTH_TOKEN`\n- `NETLIFY_SITE_ID`\n\n## SEO / Social Metadata\n\nThe site includes:\n\n- localized `\u003ctitle\u003e` and meta description tags\n- canonical URLs\n- `hreflang` tags for the localized portfolio pages\n- Open Graph tags\n- Twitter card tags\n\nThe current social preview image is:\n\n- `static/roschaefer.jpg`\n\n## Project Notes\n\n- Print output is optimized primarily for Firefox.\n- The web version and print version share the same content source.\n- Generated Paraglide files in `src/lib/paraglide` are expected to be committed.\n- CI verifies that `pnpm paraglide:compile` does not leave generated changes uncommitted.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froschaefer%2Froschaefer.de","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froschaefer%2Froschaefer.de","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froschaefer%2Froschaefer.de/lists"}