From 8ef7294b9e6e6ffdb42315a4873f029f673c451e Mon Sep 17 00:00:00 2001 From: Arsen Musayelyan Date: Sun, 31 Jan 2021 01:04:08 -0800 Subject: [PATCH] Personalize social media --- config/_default/menus.toml | 13 ++++++++++--- config/_default/params.toml | 16 ---------------- 2 files changed, 10 insertions(+), 19 deletions(-) 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