theme: upgrade to latest v4.5-dev - get revised font system + JSONLD
This commit is contained in:
parent
36797b58cb
commit
8a5e40d952
2 changed files with 10 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Documentation: https://sourcethemes.com/academic/
|
# Documentation: https://sourcethemes.com/academic/
|
||||||
|
|
||||||
# Choose a theme.
|
# 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 built-in themes in `themes/academic/data/themes/`
|
||||||
# Browse user installed themes in `data/themes/`
|
# Browse user installed themes in `data/themes/`
|
||||||
theme = "minimal"
|
theme = "minimal"
|
||||||
|
@ -10,15 +10,15 @@ theme = "minimal"
|
||||||
# Enable users to switch between day and night mode?
|
# Enable users to switch between day and night mode?
|
||||||
day_night = true
|
day_night = true
|
||||||
|
|
||||||
# Overrride the theme's font set (optional).
|
# Override the theme's font set (optional).
|
||||||
# Latest font sets (may require updating Academic): https://sourcethemes.com/academic/themes/
|
# Latest font sets (may require updating): https://sourcethemes.com/academic/themes/
|
||||||
# Browse built-in font sets in `themes/academic/data/fonts/`
|
# Browse built-in font sets in `themes/academic/data/fonts/`
|
||||||
# Browse user installed font sets in `data/fonts/`
|
# Browse user installed font sets in `data/fonts/`
|
||||||
font = ""
|
font = ""
|
||||||
|
|
||||||
# Choose a font size.
|
# Choose a font size.
|
||||||
# Sizes: s (small), m (medium), l (large)
|
# Sizes: XS (extra small), S (small), M (medium), L (large - DEFAULT), XL (extra large)
|
||||||
font_size = "m"
|
font_size = "L"
|
||||||
|
|
||||||
# Description for social sharing and search engines. If undefined, superuser role is used in place.
|
# Description for social sharing and search engines. If undefined, superuser role is used in place.
|
||||||
description = ""
|
description = ""
|
||||||
|
@ -109,6 +109,10 @@ latitude = "37.4275"
|
||||||
longitude = "-122.1697"
|
longitude = "-122.1697"
|
||||||
zoom = 15
|
zoom = 15
|
||||||
|
|
||||||
|
# Address line delimiter
|
||||||
|
# Popular separators are ", " (comma), "<br>" (new line), " " (space)
|
||||||
|
address_delimiter = ", "
|
||||||
|
|
||||||
############################
|
############################
|
||||||
## Plugins ##
|
## Plugins ##
|
||||||
############################
|
############################
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit ae4afde2c0d9d69a862db420de8ba03a9962c386
|
Subproject commit e9a79251526425b769dbcac6816882b998564371
|
Loading…
Reference in a new issue