// ~/document_base_folder/000_includes // Asciidoc attribute includes: attributes.asciidoc // ----------------------------------------------------------------------------- // URLs - Internal references and/or sources on the Internet // ----------------------------------------------------------------------------- tag::urls[] :url-jamstack-club--themes: https://jamstack.club/ :url-jamstack-club--j1-theme: https://jamstack.club/theme/jekyll-j1-template/ :url-jekyll-themes--home: https://jekyllthemes.io/ :url-jekyll-docs: https://jekyllrb.com/docs/ :url-jekyll-docs--installation: https://jekyllrb.com/docs/installation/ :url-jekyll-docs--jekyll-101: https://jekyllrb.com/docs/step-by-step/01-setup/ :url-jekyll-docs--ruby-101: https://jekyllrb.com/docs/ruby-101/ :url-asciidoc-extensions--gist-example: https://gist.github.com/mojavelinux/5546622 end::urls[] // FOOTNOTES, global asciidoc attributes (variables) // ----------------------------------------------------------------------------- tag::footnotes[] end::footnotes[] // Tags - Asciidoc attributes used internally // ----------------------------------------------------------------------------- tag::tags[] end::tags[] // Data - Data elements for Asciidoctor extensions // ----------------------------------------------------------------------------- tag::data[] :data-images-standalone: "assets/images/modules/gallery/old_times/image_02.jpg, GrandPa's 80th Birthday" :data-images-group: "assets/images/modules/gallery/old_times/image_03.jpg, GrandPa's annual journey, assets/images/modules/gallery/old_times/image_04.jpg, GrandPa's annual journey" end::data[] // Images - Images from local include/images folder // ----------------------------------------------------------------------------- tag::images[] end::images[] // PRODUCTS, local product information (e.g. release) // ----------------------------------------------------------------------------- tag::products :license: e.g. Apache License, Version 2.0 :revdate: e.g. 2018 :revnumber: e.g. 1.2.3 end::products[] // AUTHORS, local author information (e.g. article) // ----------------------------------------------------------------------------- tag::authors[] :uri-author-xxx: https://xxx end::authors[]