v4.0.1 Configuration Fix
bugfix
configuration
Fixed invalid Quarto configuration preventing site builds
Issue
The Quarto site was failing to build due to an invalid margin-footer configuration option in _quarto.yml. This prevented the entire site from rendering.
Root Cause
The margin-footer option is not a valid Quarto configuration parameter. This was likely introduced during initial site setup or copied from an incompatible template.
Fix Applied
Removed the entire margin-footer section from _quarto.yml:
# REMOVED - Invalid configuration
margin-footer: |
FIMI Taxonomy by Information Epidemiology LabThe footer content was preserved through the existing page-footer configuration, which is the correct approach in Quarto.
Impact
- ✅ Site now builds without configuration errors
- ✅ All 141 pages render successfully
- ✅ Footer content still displays correctly via
page-footer - ✅ No functionality lost
Verification
quarto preview
# Output: Successful build with 0 configuration errorsThis fix was critical for making the site operational.
FIMI Taxonomy by Information Epidemiology Lab.
Citation
BibTeX citation:
@article{li2026,
author = {Li, E. Rosalie},
title = {V4.0.1 {Configuration} {Fix}},
date = {2026-02-14},
url = {https://fimi.infoepi.org/notes/v4.0.1-configuration-fix.html},
langid = {en}
}
For attribution, please cite this work as:
Li, E. Rosalie. 2026. “V4.0.1 Configuration Fix,” February.
https://fimi.infoepi.org/notes/v4.0.1-configuration-fix.html.