diff --git a/assets/icons/brand-git.svg b/assets/icons/brand-git.svg new file mode 100644 index 0000000..7035edb --- /dev/null +++ b/assets/icons/brand-git.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/config/_default/menu.toml b/config/_default/menu.toml index f9c7a83..3cb2527 100644 --- a/config/_default/menu.toml +++ b/config/_default/menu.toml @@ -7,11 +7,20 @@ #icon = "home" #newtab = true +[[social]] +identifier = "gitea" +name = "Gitea" +url = "https://git.akumatic.eu/Akumatic" +weight = 1 + +[social.params] +icon = "brand-git" + [[social]] identifier = "github" name = "GitHub" url = "https://github.com/Akumatic" -weight = 1 +weight = 2 [social.params] icon = "brand-github" @@ -20,7 +29,7 @@ icon = "brand-github" identifier = "reddit" name = "Reddit" url = "https://www.reddit.com/user/aku-matic/" -weight = 2 +weight = 98 [social.params] icon = "brand-reddit" @@ -29,7 +38,7 @@ icon = "brand-reddit" identifier = "mail" name = "Mail" url = "mailto:contact@akumatic.eu" -weight = 3 +weight = 99 [social.params] icon = "mail" diff --git a/config/_default/params.toml b/config/_default/params.toml index c601dbd..432151b 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -84,7 +84,7 @@ repoID = "R_kgDOMwMYrA" category = "Comments" categoryID = "DIC_kwDOMwMYrM4CiY1e" mapping = "pathname" -lightTheme = "light" -darkTheme = "dark_dimmed" +lightTheme = "catppuccin_latte" +darkTheme = "catppuccin_frappe" reactionsEnabled = 1 emitMetadata = 0