From 8a5e40d952cf0781f7609648612a30410a9d47ea Mon Sep 17 00:00:00 2001 From: George Cushen Date: Mon, 9 Sep 2019 21:18:39 +0100 Subject: theme: upgrade to latest v4.5-dev - get revised font system + JSONLD --- config/_default/params.toml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'config') 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), "
" (new line), " " (space) +address_delimiter = ", " + ############################ ## Plugins ## ############################ -- cgit v1.2.3