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

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2020-01-24 03:00:45 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2020-01-24 03:00:45 +0300
commit0c39dbba330c9abc2a0ad0d4c631d9a22af4d338 (patch)
tree2690e89264f9e6dbc4b237260dd806d8d6ae6133 /config
parentcc2fb6b68649a247bdfd2f59ddb898c8236fa0da (diff)
theme: upgrade to latest v4.8-dev - get fixes & avatar shape config
Diffstat (limited to 'config')
-rw-r--r--config/_default/params.toml13
1 files changed, 10 insertions, 3 deletions
diff --git a/config/_default/params.toml b/config/_default/params.toml
index d7ea6025..71e03626 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -139,9 +139,6 @@ address_format = "en-us"
## Advanced
############################
-# Get user avatars from Gravatar.com? (true/false)
-gravatar = false
-
# Main menu alignment (l = left, c = center, r = right) and logo options.
main_menu = {align = "l", show_logo = true}
@@ -162,6 +159,16 @@ link_authors = true
# E.g. To load `/assets/js/custom.js`, set `plugins_js = ["custom"]`.
plugins_js = []
+# Avatars.
+# An avatar is an image that appears next to a user's name.
+# An avatar can be uploaded as an image named `avatar` to each user's profile or fetched from Gravatar.com.
+[avatar]
+ # Get user avatars from Gravatar.com? (true/false)
+ gravatar = false
+
+ # Choose a shape for avatar images. Options: circle, square.
+ shape = "circle"
+
# Available address formats.
[address_formats]
en-us = {order = ['street', 'city', 'region', 'postcode'], delimiters = [', ', ', ', ' ', '']}