From 78c8154ccec3db5245d692e25b6f952ffa75344e Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 8 Sep 2021 17:36:33 +0100 Subject: [PATCH] feat: Add a link to my Packagist profile Fixes #3 --- app/config/sculpin_site.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index 4a48474d9..b981a48d7 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -37,6 +37,10 @@ menus: title: Drupal.org href: '%drupalorg.url%' is_active: false + - + title: Packagist + href: '%packagist.url%' + is_active: false - title: GitHub href: '%github.url%' @@ -71,6 +75,10 @@ menus: href: /talks is_active: '^/talks/?' +packagist: + name: opdavies + url: 'https://packagist.org/packages/%packagist.name%' + plausible: domain: ~