Welcome! This is a simple and customizable template for building your own academic website using Quarto. You can easily fork, edit, and publish your site with just a few steps.
- Star this repository to bookmark it for future reference.
- Fork this repository and rename it to
YourGitHubUserName.github.io
. - Update the
_quarto.yml
file to configure your site’s basic settings. - Add or edit content in the following files and folders:
/posts/
– posts about publications, news, eventsteaching.qmd
– teaching informationprojects.yml
– research or other projectspeople.qmd
and/people/
– team or collaborators/files/
- profiles, images, pdfs, and includes
- Render and preview your site locally.
- Publish your site using GitHub Pages (make sure configuring your GitHub repository to publish from the
docs
directory, not theroot
folder). - Refine and polish your content and design as needed.
- ✅ Enjoy your new website!
- Install Quarto
- Learn the basics from the official Quarto documentation
- Try publishing the site before making major changes to confirm it runs correctly