Personal website: www.luigi-maglanoc.com
using quarto: https://www.luigi-maglanoc.com/
Details of quarto set up https://quarto.org/docs/publishing/github-pages.html
Below are instructions mainly for myself, but may be useful for others who also want to use quarto and github pages
Edit any .qmd files. To render, run
quarto previewwhich will, on local machine, automatically open up "preview" of website.
This also creates the required files that can be pushed to the remote repo.
NOTE: ensure that these files are in the subdirectory docs/
Files (latex) required to make the docs/files/CV_english.pdf are in twentyoneseconds-templates/. Currently, they are compiled using the overleaf service
In the github pages settings, under "Build and deployment", ensure that:
sourcehas optionDeploy from a branch- that
Branchis set tomain(can be edited as required, for testing purposes), and that it looks for files in/docs
The website will now be available on {github account}.github.io . If you have (bought a) domain, add your domain name under Custom domain.
Some files referenced in quarto files were in files/ and images/, are now only in docs/ (as that is where github pages expects them to be by default). The latter have been removed to avoid duplication, and save space (some video files were large)