Purpose: Jekyll layout template. Defines the HTML structure for pages using layout: post in their front matter. Part of the layout inheritance chain: this file → default.html → HTML output.
Github pages migrated to Asciidoc (site Jekyll setup)
What it does
Jekyll layout template. Defines the HTML structure for pages using layout: post in their front matter. Part of the layout inheritance chain: this file → default.html → HTML output. Referenced by pages via their layout: front matter. The layout inheritance chain ensures consistent HTML structure across all pages using this layout.
Key takeaways
Added:ac75fabf3 (2021-08-10) during the Jekyll site migration from HTML to AsciiDoc.
Layout chain: Part of the Jekyll layout hierarchy. Pages declare this layout in front matter to use its HTML structure.
Jekyll layout template. Defines the HTML structure for pages using
layout: postin their front matter. Part of the layout inheritance chain: this file → default.html → HTML output. Referenced by pages via theirlayout:front matter. The layout inheritance chain ensures consistent HTML structure across all pages using this layout.