Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 13 additions & 14 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ baseurl: ''
url: 'https://allhandsactive.org'
repository: 'allhandsactive/site'

# Social media variables
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why were these removed?

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
Expand All @@ -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
Expand Down
15 changes: 9 additions & 6 deletions _data/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"


17 changes: 17 additions & 0 deletions _includes/footer/custom.html
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be in a scss file rather than a style block in the HTML

Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<style>
/* this changes all instances that match across the @-moz-document
`footer` is intentionally not selected because we want every instance
to look like these define
*/
ul.social-icons i.fa-meetup {
color: #ed1c40;
}

ul.social-icons i.fa-mastodon {
color: #563ACC;
}

ul.social-icons i.fa-instagram {
color: #8b02a0;
}
</style>