@@ -16,25 +16,22 @@ export default defineConfig({
16
16
starlight ( {
17
17
title : "Linwood Setonix" ,
18
18
customCss : [ "./src/styles/custom.css" ] ,
19
- social : {
20
- github : "https://github.com/withastro/starlight" ,
21
- } ,
22
- social : {
23
- mastodon : "https://floss.social/@linwood" ,
24
- matrix : "https://linwood.dev/matrix" ,
25
- discord : "https://linwood.dev/discord" ,
26
- github : "https://github.com/LinwoodDev/Setonix" ,
27
- } ,
28
- logo : {
29
- src : "./public/img/logo.svg" ,
30
- } ,
31
- favicon : "./img/docs.svg" ,
19
+ social : [
20
+ { icon : "mastodon" , label : "Mastodon" , href : "https://floss.social/@linwood" } ,
21
+ { icon : "matrix" , label : "Matrix" , href : "https://linwood.dev/matrix" } ,
22
+ { icon : "discord" , label : "Discord" , href : "https://linwood.dev/discord" } ,
23
+ { icon : "blueSky" , label : "Bluesky" , href : "https://bsky.app/profile/linwood.dev" } ,
24
+ { icon : "github" , label : "GitHub" , href : "https://github.com/LinwoodDev/Butterfly" } ,
25
+ ] ,
32
26
components : {
33
- SocialIcons : "./src/components/CustomSocialIcons.astro" ,
34
27
Head : "./src/components/Head.astro" ,
35
28
Footer : "./src/components/Footer.astro" ,
36
29
ContentPanel : "./src/components/ContentPanel.astro" ,
37
30
} ,
31
+ logo : {
32
+ src : "./public/img/logo.svg" ,
33
+ } ,
34
+ favicon : "./img/docs.svg" ,
38
35
sidebar : [
39
36
{
40
37
label : "Guides" ,
0 commit comments