diff --git a/config/_default/menus.toml b/config/_default/menus.toml index 1009303..fb6c18b 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -21,9 +21,16 @@ # weight = 10 [[social]] - name = "GitHub" - pre = "" - url = "https://github.com/h-enk/doks" + name = "GitLab" + pre = "" + url = "https://gitlab.com/moussaelianarsen" + post = "v0.1.0" + weight = 20 + +[[social]] + name = "Gitea" + pre = "" + url = "https://gitea.arsenm.dev/Arsen6331" post = "v0.1.0" weight = 20 diff --git a/config/_default/params.toml b/config/_default/params.toml index af45be7..63caeba 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -6,22 +6,6 @@ titleSeparator = "|" titleAddition = "Home" description = "Doks is a Hugo theme helping you build modern docu`tation websites that are secure, fast, and SEO-ready — by default." -## Open Graph + Twitter Cards -images = ["doks.png"] -twitterSite = "henkverlinde" -twitterCreator = "henkverlinde" -facebookAuthor = "verlinde.henk" -facebookPublisher = "verlinde.henk" -ogLocale = "en_US" - -## JSON-LD -schemaType = "Organization" -schemaLogo = "logo-doks.png" -schemaTwitter = "https://twitter.com/henkverlinde" -schemaLinkedIn = "https://www.linkedin.com/in/henkverlinde/" -schemaGitHub = "https://github.com/h-enk" -schemaSection = "blog" - ## Sitelinks Search Box siteLinksSearchBox = false