fix gitea action
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m1s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m1s
This commit is contained in:
BIN
public/assets/hec-ia.png
Normal file
BIN
public/assets/hec-ia.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 245 KiB |
BIN
public/assets/social/social-gitea.png
Normal file
BIN
public/assets/social/social-gitea.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 57 KiB |
@@ -14,5 +14,13 @@
|
||||
"image": "/assets/social/social-linkedin.png",
|
||||
"url": "https://www.linkedin.com/in/alexandre-houard-686960279/",
|
||||
"isShow": true
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "Gitea",
|
||||
"username": "vorpax",
|
||||
"image": "/assets/social/social-gitea.png",
|
||||
"url": "https://gitea.vorpax.dev/vorpax",
|
||||
"isShow": true
|
||||
}
|
||||
]
|
||||
@@ -22,6 +22,7 @@ export const siteConfig = {
|
||||
social: {
|
||||
github: "https://github.com/vorpax",
|
||||
linkedin: "https://www.linkedin.com/in/alexandre-houard-686960279/",
|
||||
gitea: "https://gitea.vorpax.dev/vorpax"
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
@@ -80,7 +80,7 @@ import Explore from "@/components/sections/Explore.astro";
|
||||
data-aos-duration="600"
|
||||
data-aos-once="true"
|
||||
>
|
||||
<SocialCard displaySocialIds={[1, 2]} />
|
||||
<SocialCard displaySocialIds={[1, 2, 3]} />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user