From d849515e01872ee0fb00591b0d4f73dd42cc9a72 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 27 Jul 2021 17:30:00 +0100 Subject: [PATCH] Add SpeakerDeck link --- 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 76439ca9..4a48474d 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -45,6 +45,10 @@ menus: title: GitHub gists href: '%github.gist.url%' is_active: false + - + title: SpeakerDeck + href: '%speakerdeck.url%' + is_active: false - title: Twitter href: '%twitter.url%' @@ -70,6 +74,10 @@ menus: plausible: domain: ~ +speakerdeck: + name: opdavies + url: 'https://speakerdeck.com/%speakerdeck.name%' + twitter: name: opdavies url: 'https://twitter.com/%twitter.name%'