|
@@ -136,9 +136,8 @@ date_format = "Jan 2, 2006"
|
|
|
# Examples: "3:04 pm" or "15:04"
|
|
|
time_format = "3:04 PM"
|
|
|
|
|
|
-# List delimiter (separates parts of an address)
|
|
|
-# Popular separators are ", " (comma), "<br>" (new line), " " (space)
|
|
|
-list_delimiter = ", "
|
|
|
+# Address format (choose from the [address_formats] list below or add you own to the list).
|
|
|
+address_format = "en-us"
|
|
|
|
|
|
############################
|
|
|
## Advanced
|
|
@@ -167,6 +166,12 @@ link_authors = true
|
|
|
# E.g. To load `/assets/js/custom.js`, set `plugins_js = ["custom"]`.
|
|
|
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.
|
|
|
[publications]
|
|
|
# Date format (refer to https://sourcethemes.com/academic/docs/customization/#date-format )
|