[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

psmiraglia/jekyll-email-obfuscator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jekyll-email-obfuscator

Jekyll plugin to obfuscate email addresses. Plugin inspired by a @labnol post (see References).

How to install and use the plugin

  1. Copy _plugins/email_obfuscator.rb under <siteroot>/_plugins/ and _sass/_email-obfuscator.scss under <siteroot>/_sass/

  2. Append to <siteroot>/css/main.scss

    @import "email-obfuscator";
    
  3. In your site's pages use

    {% email john.doe@example.com %}
    

References

About

Jekyll plugin to obfuscate email addresses

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published