summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorAdam Olech <nddr89@gmail.com>2021-10-28 00:14:42 +0200
committerAdam Olech <nddr89@gmail.com>2021-10-28 00:14:42 +0200
commite0b2266368a5fefe10b9dba7feddfdb84867338e (patch)
tree644c6fd579a3a98c8dbe9b223dbed923055e1952 /config.toml
parentea1c3711678006d7c6258a9c05ea85e5fcba29d7 (diff)
Disable share icons
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index 98fc9da..b772b18 100644
--- a/config.toml
+++ b/config.toml
@@ -2,12 +2,12 @@ theme = 'soho'
baseURL = 'http://example.org/'
languageCode = 'en-us'
title = 'where extinct potatos go to retire'
+summarylength = 10
[params]
author = "Adam Olech"
profilePicture = "images/me.jpg"
customCss = ["css/custom.css"]
-disable_share = true
[[params.socialIcons]]
icon = "fa-linkedin"