# ~/document_base_folder # Top Level Entry Document: 100_chapter.asciidoc # title: Skeleton book tagline: chapter 1 date: 2021-01-01 00:00:00 +100 description: >
Top Level Entry Document 100_chapter.asciidoc
categories: [ Knowledge ] tags: [ Asciidoc, Skeleton, Book ]
permalink: /pages/public/skeleton/book/chapter_1/ regenerate: false
resources: [] resource_options:
- toccer: collapseDepth: 3 - attic: padding_top: 400 padding_bottom: 50 opacity: 0.5 slides: - url: /assets/images/pages/skeleton/sigmund-1920x1280.jpg alt: Photo by Sigmund on Unsplash alignY: top badge: type: unsplash author: Sigmund href: https://unsplash.com/@sigmund
// Page Initializer // ============================================================================= // Enable the Liquid Preprocessor :page-liquid:
// Set (local) page attributes here // —————————————————————————– // :page–attr: <attr-value>
// Load Liquid procedures // —————————————————————————– {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
// Load page attributes // —————————————————————————– {% include {{load_attributes}} scope=“all” %}
// Page content // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// Include sub-documents // —————————————————————————– include::{documentdir}/100_chapter.asciidoc[]