Use Quarto about page format for team bio pages - #76
Conversation
- Add about.links (email, website, CV) to all student bio pages, replacing plain-text contact info in the document body - Create PI about pages (bio-kaiemjoy.qmd, bio-demorrison.qmd) using the Quarto about page template format - Update team.qmd to reference the new PI about pages instead of external-only YAML files Closes #73 Co-authored-by: Douglas Ezra Morrison <d-morrison@users.noreply.github.com>
|
The about-page link used a bare filename, which Quarto rewrites to a root-absolute href without the directory prefix, pointing to a file that doesn't exist there. It also wasn't in the site's copied resources, since about-page links aren't scanned like body content. Fixing the href path and declaring the PDF under `resources:` makes Quarto both link to and copy the file correctly. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0173a6awQ9LNVimJ6ohzdTH9
|
CI status check: The That's an auth/infrastructure issue with the No unresolved review comments otherwise. Generated by Claude Code |
|
The failing Run 30677231096 dies at the token-exchange step with Tracked as #88, fix in #89. Once #89 merges, pushing here (or re-running) will produce a real review. |
Applies the Quarto about page format (https://quarto.org/docs/websites/website-about.html) across all team member bio pages.
Closes #73
Generated with Claude Code