update config with socials
Deploy Website / build (push) Failing after 4m32s
Details
Deploy Website / build (push) Failing after 4m32s
Details
This commit is contained in:
parent
a4621aceed
commit
ef9223b9a9
|
@ -61,6 +61,19 @@ unsafe= true
|
||||||
# Enable widgets in given order
|
# Enable widgets in given order
|
||||||
widgets = ["search", "recent", "types", "categories", "taglist", "social", "languages"]
|
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]]
|
[[menu.main]]
|
||||||
name = "Home"
|
name = "Home"
|
||||||
url = "/"
|
url = "/"
|
||||||
|
|
Loading…
Reference in New Issue