This is a starter Quarto website for https://cogdynlab.org.
Create a GitHub organization named cogdynlab and a repository named:
cogdynlab.github.io
This makes the default GitHub Pages domain https://cogdynlab.github.io, which is convenient for DNS records.
If you use a different GitHub organization or username, update:
_quarto.yml GitHub linkwww.cogdynlab.orgInstall Quarto, then run:
quarto preview
quarto render
The rendered site will be generated in _site/.
main branch of your GitHub repository.main again or run the workflow manually from the Actions tab.cogdynlab.org in Settings > Pages.For the apex domain cogdynlab.org, create these A records:
@ A 185.199.108.153
@ A 185.199.109.153
@ A 185.199.110.153
@ A 185.199.111.153
Optional IPv6 AAAA records:
@ AAAA 2606:50c0:8000::153
@ AAAA 2606:50c0:8001::153
@ AAAA 2606:50c0:8002::153
@ AAAA 2606:50c0:8003::153
For www.cogdynlab.org, create:
www CNAME cogdynlab.github.io
If your GitHub organization/username is not cogdynlab, replace the target with <your-org-or-username>.github.io.
index.qmd — lab intro and main research themespeople.qmd — PI, students, alumnipublications.bib — real publicationsjoin.qmd — recruitment detailscontact.qmd — email, address, map links_quarto.yml — navigation, site title, GitHub linkThe CNAME file contains:
cogdynlab.org
Keep this file in the project root so Quarto includes it in the rendered site.