Notes

Author

Lasse Hjorth Madsen

Notes and learnings for building Quarto websites

  • https://quarto.org/docs/websites/
  • I followed the ‘Terminal’ workflow. Seemed best.
  • I publish to GitHub Pages using terminal. Seems good.
  • Workflow, once set up:
    • In terminal do: quarto preview to preview
    • In terminal do: quarto render to render everything
    • In terminal do: quarto publish to publish to Github Pages

To-do

  • Images for non-fiction
  • Align book cover images
  • Shorten book descriptions
  • Add book reviews

Issues to fix

  • Authentications issue when deploying from other machine?