Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 822 Bytes

File metadata and controls

23 lines (16 loc) · 822 Bytes

Developer Readme

Development install

  1. Clone:
    git clone https://github.com/InPoint-Automation/AltTextWarning.git
    
  2. Install the plugin via Publii: Tools -> Plugins -> Install plugin, and select the packaged ZIP (see the Package section below).
  3. Enable in Publii, render the site, inspect output HTML.

Package

Publii requires the files inside an AltTextWarning/ subfolder within the ZIP.

On Linux you can run a single command to make a clean .zip

ln -s . AltTextWarning && zip AltTextWarning.zip AltTextWarning/plugin.json AltTextWarning/main.js AltTextWarning/thumbnail.svg AltTextWarning/README.md AltTextWarning/LICENSE; rm AltTextWarning

Otherwise, you can just directly zip up the whole AltTextWarning directory. You may consider to remove the screenshot, etc first.