Skip to content

Commit

Permalink
theme: upgrade to latest v4.8-dev - get fixes & avatar shape config
Browse files Browse the repository at this point in the history
  • Loading branch information
gcushen committed Jan 24, 2020
1 parent cc2fb6b commit 0c39dbb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand All @@ -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 = [', ', ', ', ' ', '']}
Expand Down
2 changes: 1 addition & 1 deletion themes/academic

0 comments on commit 0c39dbb

Please sign in to comment.