From 92be25f3672da0988306947b3677641feb64f5a8 Mon Sep 17 00:00:00 2001 From: Andrew Stowell Date: Sat, 19 Dec 2020 19:04:13 +0000 Subject: [PATCH] Discord icon support added. --- _config.yml | 3 +++ _includes/icons.html | 3 +++ 2 files changed, 6 insertions(+) diff --git a/_config.yml b/_config.yml index 5dd8a21..b31462c 100644 --- a/_config.yml +++ b/_config.yml @@ -34,6 +34,9 @@ rss: rss twitter_username: digitaladapt github_username: digitaladapt bitbucket_username: digitaladapt +# "Copy ID" from user menu, may need to enable developer mode to see option +discord_id_number: 570971366833127425 +discord_username: DigitalAdapt#8238 keybase_username: digitaladapt # instagram_username: digitaladapt # dribbble_username: digitaladapt diff --git a/_includes/icons.html b/_includes/icons.html index f7c2208..d8eb2c5 100644 --- a/_includes/icons.html +++ b/_includes/icons.html @@ -31,6 +31,9 @@ {%- if site.keybase_username -%}
  • {%- endif -%} +{%- if site.discord_id_number -%} +
  • +{%- endif -%} {%- if site.twitter_username -%}
  • {%- endif -%}