config(fix): no default networks, move networks config to exampleSite

Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
This commit is contained in:
Patrick Kollitsch 2024-10-24 06:14:45 +07:00
parent 2cfb09e9a3
commit 396d0138ac
No known key found for this signature in database
GPG key ID: 5A5360B005AD68C7
2 changed files with 23 additions and 14 deletions

View file

@ -3,21 +3,23 @@ icon_path = "ananke/socials/%s.svg"
[ananke.social.follow] [ananke.social.follow]
new_window_icon = false # show a little "opens in new window" icon next to the link new_window_icon = false # show a little "opens in new window" icon next to the link
networks = [ # add networks to this list in your local config to enable them, remove them to disable them.
"facebook", # networks = [
"bluesky", # "facebook",
"linkedin" # "bluesky",
] # "linkedin"
# ]
[ananke.social.share] [ananke.social.share]
icons = true icons = true # show icons for each share link
sharetext = true sharetext = true # show the share text
networks = [ # add networks to this list in your local config to enable them, remove them to disable them.
"email", # networks = [
"facebook", # "email",
"bluesky", # "facebook",
"linkedin" # "bluesky",
] # "linkedin"
# ]
# social media network setups # social media network setups
[[ananke.social.networks]] [[ananke.social.networks]]

View file

@ -42,8 +42,15 @@ featured_image_class = "cover bg-top"
cover_dimming_class = "bg-black-60" cover_dimming_class = "bg-black-60"
recent_posts_number = 3 recent_posts_number = 3
[params.ananke.social.share]
networks = [
"email",
"facebook",
"bluesky",
"linkedin"
]
[params.ananke.social.follow] [params.ananke.social.follow]
new_window_icon = false # show a little "opens in new window" icon next to the link
networks = [ networks = [
"facebook", "facebook",
"bluesky", "bluesky",