Add social link to Gitea, modify Giscus theme
This commit is contained in:
parent
9e13198083
commit
7f2fc58a0a
1
assets/icons/brand-git.svg
Normal file
1
assets/icons/brand-git.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-brand-git"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M16 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M12 8m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M12 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M12 15v-6" /><path d="M15 11l-2 -2" /><path d="M11 7l-1.9 -1.9" /><path d="M13.446 2.6l7.955 7.954a2.045 2.045 0 0 1 0 2.892l-7.955 7.955a2.045 2.045 0 0 1 -2.892 0l-7.955 -7.955a2.045 2.045 0 0 1 0 -2.892l7.955 -7.955a2.045 2.045 0 0 1 2.892 0z" /></svg>
|
After Width: | Height: | Size: 732 B |
@ -7,11 +7,20 @@
|
|||||||
#icon = "home"
|
#icon = "home"
|
||||||
#newtab = true
|
#newtab = true
|
||||||
|
|
||||||
|
[[social]]
|
||||||
|
identifier = "gitea"
|
||||||
|
name = "Gitea"
|
||||||
|
url = "https://git.akumatic.eu/Akumatic"
|
||||||
|
weight = 1
|
||||||
|
|
||||||
|
[social.params]
|
||||||
|
icon = "brand-git"
|
||||||
|
|
||||||
[[social]]
|
[[social]]
|
||||||
identifier = "github"
|
identifier = "github"
|
||||||
name = "GitHub"
|
name = "GitHub"
|
||||||
url = "https://github.com/Akumatic"
|
url = "https://github.com/Akumatic"
|
||||||
weight = 1
|
weight = 2
|
||||||
|
|
||||||
[social.params]
|
[social.params]
|
||||||
icon = "brand-github"
|
icon = "brand-github"
|
||||||
@ -20,7 +29,7 @@ icon = "brand-github"
|
|||||||
identifier = "reddit"
|
identifier = "reddit"
|
||||||
name = "Reddit"
|
name = "Reddit"
|
||||||
url = "https://www.reddit.com/user/aku-matic/"
|
url = "https://www.reddit.com/user/aku-matic/"
|
||||||
weight = 2
|
weight = 98
|
||||||
|
|
||||||
[social.params]
|
[social.params]
|
||||||
icon = "brand-reddit"
|
icon = "brand-reddit"
|
||||||
@ -29,7 +38,7 @@ icon = "brand-reddit"
|
|||||||
identifier = "mail"
|
identifier = "mail"
|
||||||
name = "Mail"
|
name = "Mail"
|
||||||
url = "mailto:contact@akumatic.eu"
|
url = "mailto:contact@akumatic.eu"
|
||||||
weight = 3
|
weight = 99
|
||||||
|
|
||||||
[social.params]
|
[social.params]
|
||||||
icon = "mail"
|
icon = "mail"
|
||||||
|
@ -84,7 +84,7 @@ repoID = "R_kgDOMwMYrA"
|
|||||||
category = "Comments"
|
category = "Comments"
|
||||||
categoryID = "DIC_kwDOMwMYrM4CiY1e"
|
categoryID = "DIC_kwDOMwMYrM4CiY1e"
|
||||||
mapping = "pathname"
|
mapping = "pathname"
|
||||||
lightTheme = "light"
|
lightTheme = "catppuccin_latte"
|
||||||
darkTheme = "dark_dimmed"
|
darkTheme = "catppuccin_frappe"
|
||||||
reactionsEnabled = 1
|
reactionsEnabled = 1
|
||||||
emitMetadata = 0
|
emitMetadata = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user