From fad21a78b702ba1115f6eacf8e79226a737e796e Mon Sep 17 00:00:00 2001 From: Aleksandra Nenadic Date: Thu, 6 Feb 2025 11:16:16 +0000 Subject: [PATCH 1/5] Add other social media links in _config.yml --- _config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_config.yml b/_config.yml index 6bf90ef0..01683979 100644 --- a/_config.yml +++ b/_config.yml @@ -85,6 +85,9 @@ theme_variables: # brand_logo: assets/img/main_logo.svg # github: true # twitter: false + # bluesky: false + # linkedin: false + # fosstodon: false # theme_color: 0d6efd # fonts: # - url towards a font From 4c229ee531b7b38fdd622773ec2c7681197cea22 Mon Sep 17 00:00:00 2001 From: Aleksandra Nenadic Date: Thu, 6 Feb 2025 11:19:17 +0000 Subject: [PATCH 2/5] Add social media link to topnav --- _includes/topnav.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/_includes/topnav.html b/_includes/topnav.html index ffd35f2f..0cd70208 100644 --- a/_includes/topnav.html +++ b/_includes/topnav.html @@ -56,6 +56,21 @@ Twitter {%- endif %} + {%- if site.theme_variables.topnav.bluesky %} + + {%- endif %} + {%- if site.theme_variables.topnav.fosstodon %} + + {%- endif %} + {%- if site.theme_variables.topnav.linkedin %} + + {%- endif %} {%- if site.theme_variables.topnav.github or site.theme_variables.topnav.github == nil %}