This repository contains the source code for my personal website built with Quarto and R. The site highlights my projects, research interests, and professional experience.
π Live site: https://hectorfajardo.github.io/
- The site content is authored in Quarto (
.qmd) documents. - GitHub Pages serves the rendered HTML stored in the
docs/directory. _freeze/caches generated assets to speed up subsequent renders.
To update the site:
- Edit or add content in this repository.
- Commit and push the changes to the
mainbranch. - GitHub Pages will automatically rebuild and publish the site.
GitHub Pages is configured to publish the contents of docs/ from the main branch. To update the live site:
- Edit or add content locally.
- Run
quarto renderif you want to update the generated files before committing. - Commit and push your changes to
main. - GitHub Pages will automatically serve the updated content.
.
βββ PersonalBlog.Rproj # RStudio project file
βββ README.md
βββ _freeze/ # Quarto cache of rendered outputs
β βββ posts/
β βββ site_libs/
βββ _quarto.yml # Global Quarto configuration
βββ about.qmd
βββ about/ # Static assets for the About page
β βββ about_profile.jpg
βββ blog.qmd
βββ cv.qmd
βββ cv/ # Supporting assets for the CV page
β βββ CV_Fajardo_Hector.pdf
βββ docs/ # Rendered site published by GitHub Pages
β βββ about/
β βββ cv/
β βββ posts/
β βββ site_libs/
βββ home_pic.jpg
βββ index.qmd # Homepage source
βββ posts/
β βββ _metadata.yml # Shared metadata for blog posts
β βββ post-with-code/
β β βββ image.jpg
β β βββ index.qmd
β βββ welcome/
β βββ index.qmd
β βββ thumbnail.jpg
βββ research_projects.qmd
βββ science_communication.qmd
βββ styles.css # Custom site styling
A license has not been specified for this repository. If you plan to reuse the content, please contact the repository owner.