Sha256: 422a6baf53d60ff12d0615423dd4c76584c3c76b43b98108c3eb38c65d34cc95
Contents?: true
Size: 1004 Bytes
Versions: 35
Compression:
Stored size: 1004 Bytes
Contents
@ECHO OFF REM --------------------------------------------------------------------------- REM Product/Info: REM http://jekyll-one REM REM Copyright (C) 2021 Juergen Adams REM J1 is licensed under the MIT License REM --------------------------------------------------------------------------- REM ENVIRONMENT REM set BASE_PATH=<absolute_path_jekyll_project> REM ---------------------------------------------------------------------------- SET BASE_PATH=D:\j1\github\j1-template\packages\400_template_site REM VARIABLES REM ---------------------------------------------------------------------------- REM SET PDF_STYLES_DIR=%BASE_PATH%\_data\asciidoc2pdf REM SET PDF_FONTS_DIR=%BASE_PATH%\_data\asciidoc2pdf\fonts SET PLUGINS_DIR=%BASE_PATH%\_plugins SET PLUGIN_LOREM_INLINE=%PLUGINS_DIR%\lorem_inline.rb SET MASTER_DOCUMENT=.\documentation.a2p REM MAIN REM ---------------------------------------------------------------------------- asciidoctor-pdf -r %PLUGIN_LOREM_INLINE% %MASTER_DOCUMENT%
Version data entries
35 entries across 35 versions & 1 rubygems