Unit 06 · overview
Unit 6: Configuration, Rendering, and Debugging
This is the troubleshooting core of the course.
You will stop treating _config.yml, Liquid, URLs, and generated output as unrelated files and instead read Jekyll as a staged build pipeline.
Unit question
When a Jekyll site fails, what evidence tells you which build, content, configuration, path, or deployment boundary actually failed?
Unit path
_config.ymlIs Site-Wide State- Common Configuration Values
- Front Matter Defaults
urlandbaseurl- Development vs Production Environments
- The Jekyll Rendering Process
- Read Build Output Before Editing Random Files
- YAML Failures
- Liquid Failures
- Path and URL Failures
- Configuration Failures
- Build a Failure Tree
- Broken-Site Diagnostic Lab
- Write a Reproducible Bug Report
- Unit Build: Configuration and Debugging Evidence Pack
Unit artifact
A documented configuration model, rendering trace, failure tree, multi-family incident evidence, and reproducible bug report.
Upstream foundation
This Unit adapts Jekyll's official Configuration, Rendering Process, Troubleshooting, Variables, Permalinks, and Deployment documentation at pinned commit 74d751339d3e534aa51d5d7b0640e9bd743509e4 under the MIT License.