mirror of
https://github.com/anotherhadi/blog.git
synced 2026-04-02 11:42:10 +02:00
Update projects structure
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
*/
|
||||
export interface SocialLinks {
|
||||
github?: string;
|
||||
gitlab?: string;
|
||||
gitea?: string;
|
||||
linkedin?: string;
|
||||
twitter?: string;
|
||||
bluesky?: string;
|
||||
@@ -39,6 +41,8 @@ export const siteConfig: SiteConfig = {
|
||||
location: "🇫🇷 France",
|
||||
socialLinks: {
|
||||
github: "https://github.com/anotherhadi",
|
||||
gitlab: "https://gitlab.com/anotherhadi",
|
||||
gitea: "https://git.hadi.icu",
|
||||
twitter: "",
|
||||
bluesky: "",
|
||||
kofi: "https://ko-fi.com/anotherhadi",
|
||||
|
||||
Reference in New Issue
Block a user