Add Quarto-based personal website#1
Draft
alefiyahussain with Copilot wants to merge 2 commits into
Draft
Conversation
Copilot
AI
changed the title
[WIP] Build personal website using Quarto
Add Quarto-based personal website
Jul 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Builds a personal research website using Quarto, deployed via GitHub Actions to GitHub Pages.
Structure
_quarto.yml— site config: Flatly/Darkly light+dark themes, navbar (About / Research / Publications / Blog / CV), footer with social links, open-graph metadataindex.qmd— homepage with profile photo layout, bio, news tableresearch.qmd— research areas (systems security, distributed systems, applied ML) in styled cardspublications.qmd— publications grouped by type (conference, workshop, preprint) with per-entry PDF/code/slides linkscv.qmd— education, experience, awards, teaching, service, skillsposts/— blog listing (Quartolistingtype) + inaugural poststyles/custom.scss— custom SCSS: profile circle, publication card layout, CV timeline rows, dark mode overrides.github/workflows/publish.yml— renders on push tomain, uploads_site/artifact, deploys to GitHub Pages viaactions/deploy-pages.gitignore— excludes_site/and.quarto/build artifactsTo activate deployment
Go to Settings → Pages → Source → GitHub Actions in the repository.
All placeholder content (name, affiliations, publications, social URLs) should be replaced with real data before publishing.
Original prompt