Sha256: 42de5e52384ec93dd85e047ead9d7e6b96ad6cc54c175b2662e6315d6098b139
Contents?: true
Size: 995 Bytes
Versions: 39
Compression:
Stored size: 995 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=.\book.a2p REM MAIN REM ---------------------------------------------------------------------------- asciidoctor-pdf -r %PLUGIN_LOREM_INLINE% %MASTER_DOCUMENT%
Version data entries
39 entries across 39 versions & 1 rubygems