Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 892 Bytes

File metadata and controls

21 lines (15 loc) · 892 Bytes

Developer Readme

Development install

  1. Clone:
    git clone https://github.com/InPoint-Automation/EmailAddressObfuscationEdited.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

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

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

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