diff --git a/_config.yml b/_config.yml index 03f3298b..8aa14893 100644 --- a/_config.yml +++ b/_config.yml @@ -4,7 +4,10 @@ email: info@music-encoding.org baseurl: "" style_baseurl: "" url: "https://music-encoding.org" # the base hostname & protocol for your site -twitter_username: music-encoding +bluesky_handle: music-encoding.bsky.social +mastodon_address: MusicEncoding@mastodon.social +github: music-encoding +slack: music-encoding # Build settings markdown: kramdown diff --git a/_includes/header.html b/_includes/header.html index fe698a2c..e41d420f 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -9,11 +9,17 @@ {% include menu-accordion.html %} diff --git a/_sass/mei.scss b/_sass/mei.scss index 265f586b..1fabf29e 100644 --- a/_sass/mei.scss +++ b/_sass/mei.scss @@ -77,6 +77,10 @@ header.navbar { height: 30px; } + svg.logo { + fill: $mei-white; + } + section div.guidelines-warning { width: 400px; } diff --git a/pix/github.png b/pix/github.png deleted file mode 100644 index 628da97c..00000000 Binary files a/pix/github.png and /dev/null differ diff --git a/pix/slack.png b/pix/slack.png deleted file mode 100644 index 85c0c312..00000000 Binary files a/pix/slack.png and /dev/null differ