theme: upgrade to v4.6.0 public release
This commit is contained in:
@ -136,9 +136,8 @@ date_format = "Jan 2, 2006"
|
|||||||
# Examples: "3:04 pm" or "15:04"
|
# Examples: "3:04 pm" or "15:04"
|
||||||
time_format = "3:04 PM"
|
time_format = "3:04 PM"
|
||||||
|
|
||||||
# List delimiter (separates parts of an address)
|
# Address format (choose from the [address_formats] list below or add you own to the list).
|
||||||
# Popular separators are ", " (comma), "<br>" (new line), " " (space)
|
address_format = "en-us"
|
||||||
list_delimiter = ", "
|
|
||||||
|
|
||||||
############################
|
############################
|
||||||
## Advanced
|
## Advanced
|
||||||
@ -147,8 +146,8 @@ list_delimiter = ", "
|
|||||||
# Get user avatars from Gravatar.com? (true/false)
|
# Get user avatars from Gravatar.com? (true/false)
|
||||||
gravatar = false
|
gravatar = false
|
||||||
|
|
||||||
# Align the main menu to the right of the page? (true/false)
|
# Main menu alignment (l = left, c = center, r = right) and logo options.
|
||||||
menu_align_right = false
|
main_menu = {align = "l", show_logo = true}
|
||||||
|
|
||||||
# Show estimated reading time for posts? (true/false)
|
# Show estimated reading time for posts? (true/false)
|
||||||
reading_time = true
|
reading_time = true
|
||||||
@ -167,6 +166,12 @@ link_authors = true
|
|||||||
# E.g. To load `/assets/js/custom.js`, set `plugins_js = ["custom"]`.
|
# E.g. To load `/assets/js/custom.js`, set `plugins_js = ["custom"]`.
|
||||||
plugins_js = []
|
plugins_js = []
|
||||||
|
|
||||||
|
# Available address formats.
|
||||||
|
[address_formats]
|
||||||
|
en-us = {order = ['street', 'city', 'region', 'postcode'], delimiters = [', ', ', ', ' ', '']}
|
||||||
|
en-gb = {order = ['street', 'city', 'region', 'postcode'], delimiters = [', ', ', ', ', ', '']}
|
||||||
|
zh = {order = ['postcode', 'region', 'city', 'street'], delimiters = [' ', ' ', ' ', '']}
|
||||||
|
|
||||||
# Configuration of publication pages.
|
# Configuration of publication pages.
|
||||||
[publications]
|
[publications]
|
||||||
# Date format (refer to https://sourcethemes.com/academic/docs/customization/#date-format )
|
# Date format (refer to https://sourcethemes.com/academic/docs/customization/#date-format )
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
url = "https://www.facebook.com/sharer.php?u={url}&t={title}"
|
url = "https://www.facebook.com/sharer.php?u={url}&t={title}"
|
||||||
title = "Facebook"
|
title = "Facebook"
|
||||||
icon_pack = "fab"
|
icon_pack = "fab"
|
||||||
icon = "facebook-f"
|
icon = "facebook"
|
||||||
enable = true
|
enable = true
|
||||||
|
|
||||||
[[buttons]]
|
[[buttons]]
|
||||||
|
Submodule themes/academic updated: 24bfa6fa4d...a1f5a3cdd0
Reference in New Issue
Block a user