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

github.com/7ma7X/HugoTeX.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index b47088b..b2b8c6c 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,18 @@ footnoteReturnLinkContents = "^"
darkmode = true # set true if you prefer dark mode
```
+### Social media
+
+If you want to enable the generation of Twitter Card or Opengraph `meta` tags so you get nice embeds on Twitter, Facebook and other social media sites, add the following:
+
+```toml
+[Params]
+ twittercard = true
+ opengraph = true
+```
+
+See the [Internal Templates](https://gohugo.io/templates/internal/) in Hugo for how to configure this behaviour further.
+
## Shortcodes
### Sidenotes