Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/budparr/gohugo-theme-ananke.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRegis Philibert <login@regisphilibert.com>2022-05-06 18:24:20 +0300
committerRegis Philibert <login@regisphilibert.com>2022-05-06 18:24:20 +0300
commit2d7f0648d5ca31141300ab4cfe990148af04b88c (patch)
tree37f84f60712bdb95448ae9af9ca7848d16a76b12
parenta00dac36b5c57f5a8abe2b35477f692f86451e3a (diff)
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index e47cac4..d3d9a94 100644
--- a/README.md
+++ b/README.md
@@ -161,6 +161,21 @@ params:
color: '#ff6800'
```
+#### Limit Follow or Share
+
+If a user needs to control Share and Follow of a service, for example enabling "Share on Facebook" without having a Facebook Page to "follow", they can set `follow: false` one the registered service.
+
+```yaml
+params:
+ ananke_socials:
+ - name: facebook
+ label: Facebook
+ follow: false
+ - name: twitter
+ url: https://twitter.com/theNewDynamic
+ label: TND Twitter
+```
+
#### Social Icons Customization
On top of easily customizing the built-in services' label and color, user can overwrite their icon by adding an svg file at `/assets/ananke/socials` with a filename matching the service's name.