From 5829da4a51b355234c63341a5320b841336a9bad Mon Sep 17 00:00:00 2001 From: onerandomusername Date: Fri, 16 May 2025 21:42:22 -0400 Subject: [PATCH] feat: add matrix and discord to footers, remove twitter --- _config.yml | 27 +++++++++++++-------------- _data/authors.yml | 15 +++++++++------ _includes/footer/custom.html | 17 +++++++++++++++++ 3 files changed, 39 insertions(+), 20 deletions(-) create mode 100644 _includes/footer/custom.html diff --git a/_config.yml b/_config.yml index 60a7028..1769615 100644 --- a/_config.yml +++ b/_config.yml @@ -12,13 +12,6 @@ baseurl: '' url: 'https://allhandsactive.org' repository: 'allhandsactive/site' -# Social media variables -twitter_username: AllHandsActive -facebook_username: AHA-All-Hands-Active-300100514925 -meetup_username: allhandsactive -github_username: allhandsactive -mastodon_username: aha@a2mi.social - # Build settings kramdown: input: GFM @@ -40,18 +33,24 @@ footer: - label: "Meetup" icon: "fab fa-fw fa-meetup" url: "https://www.meetup.com/AllHandsActive/" - - label: "Twitter" - icon: "fab fa-fw fa-twitter-square" - url: "https://twitter.com/allhandsactive" + - label: "Matrix Chat" + url: "https://chat.allhandsactive.org" - label: "Facebook" icon: "fab fa-fw fa-facebook-square" url: "https://www.facebook.com/allhandsactivea2/" - - label: "GitHub" - icon: "fab fa-fw fa-github-square" - url: "https://github.com/allhandsactive/" + - label: "Instagram" + icon: "fab fa-fw fa-instagram icon-blackify" + url: "https://www.instagram.com/allhandsactivea2/" - label: "Mastodon" - icon: "fab fa-mastodon" + icon: "fab fa-mastodon icon-blackify" url: "https://a2mi.social/@aha" + - label: "Discord" + icon: "fab fa-discord" + url: "https://rhino.li/discord" + - label: "GitHub" + icon: "fab fa-fw fa-github" + url: "https://github.com/allhandsactive/" + # Plugins diff --git a/_data/authors.yml b/_data/authors.yml index d7caa42..c4eb76a 100644 --- a/_data/authors.yml +++ b/_data/authors.yml @@ -7,17 +7,20 @@ AHA: - label: "Meetup" icon: "fab fa-fw fa-meetup" url: "https://www.meetup.com/AllHandsActive/" - - label: "Twitter" - icon: "fab fa-fw fa-twitter-square" - url: "https://twitter.com/allhandsactive" + - label: "Matrix Chat" + url: "https://chat.allhandsactive.org" - label: "Facebook" icon: "fab fa-fw fa-facebook-square" url: "https://www.facebook.com/allhandsactivea2/" + - label: "Instagram" + icon: "fab fa-fw fa-instagram" + url: "https://www.instagram.com/allhandsactivea2/" - label: "Mastodon" icon: "fab fa-mastodon" url: "https://a2mi.social/@aha" + - label: "Discord" + icon: "fab fa-discord" + url: "https://rhino.li/discord" - label: "GitHub" - icon: "fab fa-fw fa-github-square" + icon: "fab fa-fw fa-github" url: "https://github.com/allhandsactive/" - - diff --git a/_includes/footer/custom.html b/_includes/footer/custom.html new file mode 100644 index 0000000..322ceb9 --- /dev/null +++ b/_includes/footer/custom.html @@ -0,0 +1,17 @@ + \ No newline at end of file