This repository hosts the source files for my personal blog and website, built with Quarto. The blog covers topics on data science, machine learning engineering, visualization, and software development.
posts/: Contains blog posts organized in date-prefixed folders.assets/images/: Static images used across the site._extensions/quarto-ext/: Custom Quarto extensions.*.qmdfiles: Quarto markdown documents for pages._quarto.yml: Quarto project configuration.styles.cssandstyles.scss: Custom styles.
- Quarto CLI
- Pandoc (usually bundled with Quarto)
- Git
To preview the site locally:
quarto previewThis will launch a local development server.
To render the full website:
quarto render