This is a plugin for Jekyll to generate an ActivityPub feed.
To build from source:
gem build jekyll-activitypub.gemspec
gem install ./jekyll-activitypub-0.1.0.gem
Add this to the Gemfile
of your Jekyll site:
gem "jekyll-activitypub"
Then, add this to the _config.yml
for your site:
plugins:
- jekyll-activitypub
The example-site
directory has a minimal example site (thus the name). You can build and run it with these commands:
cd example-site
bundle install
bundle exec jekyll build
bundle exec jekyll serve
This will build a site that runs on http://localhost:4000/
PRs accepted.
Apache 2.0 (c) 2025 Social Web Foundation