File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
@import " ./constants.scss" ;
2
2
3
3
.post_container {
4
- margin-top : $defaultGap ;
4
+ margin-block : $defaultGap ;
5
5
width : min ($maxContentWidth , 90vw );
6
6
}
7
7
Original file line number Diff line number Diff line change @@ -110,6 +110,21 @@ export const accounts: account[] = [
110
110
href : "https://codeberg.org/khenzii" ,
111
111
hrefText : "codeberg.org/khenzii" ,
112
112
} ,
113
+ {
114
+ siteName : "matrix" ,
115
+ href : "https://matrix.to/#/@khenzii:matrix.org" ,
116
+ hrefText : "matrix.to/#/@khenzii:matrix.org" ,
117
+ } ,
118
+ {
119
+ siteName : "bluesky" ,
120
+ href : "https://bsky.app/profile/khenzii.bsky.social" ,
121
+ hrefText : "bsky.app/profile/khenzii.bsky.social" ,
122
+ } ,
123
+ {
124
+ siteName : "mastodon" ,
125
+ href : "https://mastodon.social/@khenzii" ,
126
+ hrefText : "mastodon.social/@khenzii" ,
127
+ } ,
113
128
{
114
129
siteName : "nixos discourse" ,
115
130
href : "https://discourse.nixos.org/u/khenzii" ,
You can’t perform that action at this time.
0 commit comments