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>2019-09-09 23:18:39 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2019-09-09 23:18:39 +0300
commit8a5e40d952cf0781f7609648612a30410a9d47ea (patch)
treeb91bce86cad073131356dd51ed73e9254d919cb4 /config
parent36797b58cbdfcdb0fedae7b781f9e83febb40af3 (diff)
theme: upgrade to latest v4.5-dev - get revised font system + JSONLD
Diffstat (limited to 'config')
-rw-r--r--config/_default/params.toml14
1 files changed, 9 insertions, 5 deletions
diff --git a/config/_default/params.toml b/config/_default/params.toml
index d5667270..b29198e8 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -2,7 +2,7 @@
# Documentation: https://sourcethemes.com/academic/
# Choose a theme.
-# Latest themes (may require updating Academic): https://sourcethemes.com/academic/themes/
+# Latest themes (may require updating): https://sourcethemes.com/academic/themes/
# Browse built-in themes in `themes/academic/data/themes/`
# Browse user installed themes in `data/themes/`
theme = "minimal"
@@ -10,15 +10,15 @@ theme = "minimal"
# Enable users to switch between day and night mode?
day_night = true
-# Overrride the theme's font set (optional).
-# Latest font sets (may require updating Academic): https://sourcethemes.com/academic/themes/
+# Override the theme's font set (optional).
+# Latest font sets (may require updating): https://sourcethemes.com/academic/themes/
# Browse built-in font sets in `themes/academic/data/fonts/`
# Browse user installed font sets in `data/fonts/`
font = ""
# Choose a font size.
-# Sizes: s (small), m (medium), l (large)
-font_size = "m"
+# Sizes: XS (extra small), S (small), M (medium), L (large - DEFAULT), XL (extra large)
+font_size = "L"
# Description for social sharing and search engines. If undefined, superuser role is used in place.
description = ""
@@ -109,6 +109,10 @@ latitude = "37.4275"
longitude = "-122.1697"
zoom = 15
+# Address line delimiter
+# Popular separators are ", " (comma), "<br>" (new line), " " (space)
+address_delimiter = ", "
+
############################
## Plugins ##
############################