--- # Top Level Entry Document: 000_intro.asciidoc # title: Skeleton Book tagline: introduction date: 2022-01-01 #last_modified: 2023-01-01 description: > J1 Template is a Bootstrap V5 website template for the static site generator Jekyll. Asciidoctor PDF is a native PDF converter for AsciiDoc that plugs into the pdf backend. It bypasses the requirement to generate an intermediary format such as DocBook, Apache FO, or LaTeX. Instead, you can use Asciidoctor PDF to convert your documents directly from AsciiDoc to PDF. The aim of this library is to take the pain out of creating PDF documents from AsciiDoc. categories: [ Knowledge ] tags: [ Asciidoctor, PDF, Converter ] image: path: /assets/image/modules/attics/sigmund-1920x1280.jpg width: 1920 height: 1280 sitemap: false robots: index: false follow: false exclude_from_search: true permalink: /pages/public/skeleton/documentation/000_intro/ regenerate: false resources: [ animate, lightbox, rouge ] resource_options: - attic: alignY: 0.3 slides: - url: /assets/image/modules/attics/sigmund-1920x1280.jpg alt: Photo by Sigmund on Unsplash badge: type: unsplash author: Sigmund href: //unsplash.com/@sigmund --- // Page Initializer // ============================================================================= // Enable the Liquid Preprocessor :page-liquid: // Set (local) page attributes here // ----------------------------------------------------------------------------- // :page--attr: // 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 (if any) // ----------------------------------------------------------------------------- include::{documentdir}/000_intro.asciidoc[]