Quickstart
If you want to get up and running quickly, here’s the rundown of what you need to do:
- Add
gem 'jekyll-webmention_io'
to the:jekyll_plugins
group in yourGemfile
- Run
bundle install
- Optional but recommended: Configure the
username
setting of thewebmention
configuration section to match your webmention.io user name (this ensures that anyone sending webmentions to your site can find the correct webmention endpoint) - Add the
{% webmentions_head %}
tag to thehead
of your site - Add the
{% webmentions page.url %}
tag to the layout for your posts where you want webmentions displayed - (Optional) Add the
{% webmentions_js %}
tag to the bottom of your posts template (before the</body>
tag)
If you want to customize your install, consult the sidebar.