--- title: Web in a Day tagline: meet & greet jekyll description: Modern static website in a day tags: [ Kickstarter ] index: [ Introduction, Web, Website, Jekyll ] categories: [ pages ] permalink: /pages/public/learn/kickstarter/web_in_a_day/meet_and_greet/ regenerate: true resources: [ lightbox, carousel ] resource_options: - attic: padding_top: 400 padding_bottom: 50 opacity: 0.5 slides: - url: /assets/images/pages/kickstarter/web_in_a_day/get-started-1920x1280-bw.jpg alt: Photo by JESHOOTS.COM on Unsplash alignY: top badge: type: unsplash author: JESHOOTS.COM href: https://unsplash.com/@jeshoots/portfolio --- // Enable the Liquid Preprocessor // ----------------------------------------------------------------------------- :page-liquid: // Set other global page attributes here // ----------------------------------------------------------------------------- // Liquid procedures // ----------------------------------------------------------------------------- {% capture set_env_entry_document %}themes/{{site.template.name}}/procedures/global/set_env_entry_document.proc{%endcapture%} // Initialize entry document paths // ----------------------------------------------------------------------------- {% include {{set_env_entry_document}} init_folders=all %} // Load tags and urls // ----------------------------------------------------------------------------- include::{includedir}/attributes.asciidoc[tag=tags] include::{includedir}/attributes.asciidoc[tag=urls] include::{includedir}/attributes.asciidoc[tag=data] // Additional Asciidoc page attributes goes here // ----------------------------------------------------------------------------- // Include sub-documents // ----------------------------------------------------------------------------- include::{documentsdir}/100_meet_and_greet_jekyll.asciidoc[] == Summarize! include::{includedir}/parts.asciidoc[tag=summarize] === Recap include::{includedir}/parts.asciidoc[tag=recap_100_meet_and_greet_jekyll] === Whats Next include::{includedir}/parts.asciidoc[tag=whats_next_100_meet_and_greet_jekyll] ///// === All Chapters include::{includedir}/parts.asciidoc[tag=chapters] include::{includedir}/parts.asciidoc[tag=chapters_100_meet_and_greet_jekyll] === Further Reading include::{includedir}/parts.asciidoc[tag=further_reading_100_meet_and_greet_jekyll] /////