{"id":13612236,"url":"https://github.com/vwochnik/jekyll-email-protect","last_synced_at":"2026-03-04T03:31:16.495Z","repository":{"id":2425707,"uuid":"46528089","full_name":"vwochnik/jekyll-email-protect","owner":"vwochnik","description":"Email protection liquid filter for Jekyll","archived":false,"fork":false,"pushed_at":"2022-06-19T00:30:06.000Z","size":11,"stargazers_count":89,"open_issues_count":8,"forks_count":11,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-10T08:56:42.634Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vwochnik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-20T00:06:54.000Z","updated_at":"2025-02-10T14:51:10.000Z","dependencies_parsed_at":"2022-09-20T22:00:41.119Z","dependency_job_id":null,"html_url":"https://github.com/vwochnik/jekyll-email-protect","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vwochnik%2Fjekyll-email-protect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vwochnik%2Fjekyll-email-protect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vwochnik%2Fjekyll-email-protect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vwochnik%2Fjekyll-email-protect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vwochnik","download_url":"https://codeload.github.com/vwochnik/jekyll-email-protect/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248190506,"owners_count":21062282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T20:00:25.390Z","updated_at":"2026-03-04T03:31:16.449Z","avatar_url":"https://github.com/vwochnik.png","language":"Ruby","funding_links":[],"categories":["Text Filters"],"sub_categories":[],"readme":"# Jekyll Email Protect [![Gem Version](https://badge.fury.io/rb/jekyll-email-protect.png)](http://badge.fury.io/rb/jekyll-email-protect)\n\n\u003e Email protection liquid filter for Jekyll\n\nJekyll Email Protect is an email protection liquid filter which can be used to obfuscate `mailto:` links to protect an email address from spam bots.\n\n## Installation\n\nThis plugin is available as a [RubyGem][ruby-gem].\n\nAdd this line to your application's `Gemfile`:\n\n```\ngem 'jekyll-email-protect'\n```\n\nAnd then execute the `bundle` command to install the gem.\n\nAlternatively, you can also manually install the gem using the following command:\n\n```\n$ gem install jekyll-email-protect\n```\n\nAfter the plugin has been installed successfully, add the following lines to your `_config.yml` in order to tell Jekyll to use the plugin:\n\n```\ngems:\n- jekyll-email-protect\n```\n\n## Getting Started\n\nIn your markup, simply use the `encode_email` liquid filter made available through this plugin:\n\n```\n{{ 'example@example.com' | encode_email }}\n```\n\nThe above code will yield `%65%78%61%6D%70%6C%65@%65%78%61%6D%70%6C%65.%63%6F%6D`. Only use this filter within the `href` attribute of a given link.\n\n## Example\n\nThe following example shows how this plugin can be used to protect the `site`'s email address:\n\n```\n\u003ca href=\"mailto:{{ site.email | encode_email }}\" title=\"Contact me\"\u003eContact me\u003c/a\u003e\n```\n\n# Contribute\n\nFork this repository, make your changes and then issue a pull request. If you find bugs or have new ideas that you do not want to implement yourself, file a bug report.\n\n# Copyright\n\nCopyright (c) 2015 Vincent Wochnik.\n\nLicense: MIT\n\n[ruby-gem]: https://rubygems.org/gems/jekyll-email-protect\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvwochnik%2Fjekyll-email-protect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvwochnik%2Fjekyll-email-protect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvwochnik%2Fjekyll-email-protect/lists"}