From ef9223b9a9fdd1f11fb26482566e9528b5fd2dc1 Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Sun, 23 Jul 2023 20:51:45 +0100 Subject: [PATCH] update config with socials --- brainsteam/config.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/brainsteam/config.toml b/brainsteam/config.toml index cdd3cd3..377c14c 100644 --- a/brainsteam/config.toml +++ b/brainsteam/config.toml @@ -61,6 +61,19 @@ unsafe= true # Enable widgets in given order widgets = ["search", "recent", "types", "categories", "taglist", "social", "languages"] +[Params.widgets.social] + # Enable parts of social widget + #facebook = "username" + #twitter = "username" + #instagram = "username" + #linkedin = "username" + #telegram = "username" + github = "ravenscroftj" + mastodon = "https://fosstodon.org/@jamesravey" + #gitlab = "username" + #bitbucket = "username" + #email = "example@example.com" + [[menu.main]] name = "Home" url = "/"