Source files for my personal academic website built with Quarto.
index.qmd— Home page with bio and linksabout.qmd— Extended academic biopublications.qmd— List of publicationsteaching.qmd— Courses taughtcontact.qmd— Contact information_quarto.yml— Site configurationstyles.css— Custom CSSdocs/— Compiled website output (served by GitHub Pages)files/profile/— Profile photo
- Install Quarto
- Render the site:
quarto render - Preview locally:
quarto preview
The site renders to the docs/ directory. To publish on GitHub Pages:
- Push this repository to GitHub (recommended repo name:
emreamasyali.github.io) - Go to Settings → Pages
- Set source to Deploy from a branch, branch
main, folder/docs - The site will be live at
https://emreamasyali.github.io
See the Quarto publishing guide: https://quarto.org/docs/publishing/github-pages.html