theme: upgrade to latest v4.5-dev - get new theme/font system
This commit is contained in:
parent
98a99bf4cc
commit
bdea9adca0
4 changed files with 38 additions and 9 deletions
|
@ -1,15 +1,24 @@
|
||||||
# SITE SETUP
|
# SITE SETUP
|
||||||
# Documentation: https://sourcethemes.com/academic/
|
# Documentation: https://sourcethemes.com/academic/
|
||||||
|
|
||||||
# Color theme.
|
# Choose a theme.
|
||||||
# Choose from `default`, `ocean`, `forest`, `dark`, `apogee`, `1950s`, `coffee`, `rose`, `strawberry`, `mr_robot`.
|
# Latest themes (may require updating Academic): https://sourcethemes.com/academic/themes/
|
||||||
color_theme = "default"
|
# Browse built-in themes in `themes/academic/data/themes/`
|
||||||
|
# Browse user installed themes in `data/themes/`
|
||||||
|
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
|
||||||
|
|
||||||
# Font style.
|
# Overrride the theme's font set (optional).
|
||||||
# Choose from `default`, `classic`, `rose`, or `mr_robot`.
|
# Latest font sets (may require updating Academic): https://sourcethemes.com/academic/themes/
|
||||||
font = "default"
|
# 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"
|
||||||
|
|
||||||
# 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 = ""
|
||||||
|
@ -17,10 +26,10 @@ description = ""
|
||||||
# Default image for social sharing and search engines. Place image in `static/img/` folder and specify image name here.
|
# Default image for social sharing and search engines. Place image in `static/img/` folder and specify image name here.
|
||||||
sharing_image = ""
|
sharing_image = ""
|
||||||
|
|
||||||
# Twitter username (without @). Used when a vistor shares your site on Twitter.
|
# Twitter username (without @). Used when a visitor shares your site on Twitter.
|
||||||
twitter = ""
|
twitter = ""
|
||||||
|
|
||||||
# Diplay a logo in navigation bar rather than title (optional).
|
# Display a logo in navigation bar rather than title (optional).
|
||||||
# To enable, place an image in `static/img/` and reference its filename below. To disable, set the value to "".
|
# To enable, place an image in `static/img/` and reference its filename below. To disable, set the value to "".
|
||||||
logo = ""
|
logo = ""
|
||||||
|
|
||||||
|
|
|
@ -7,4 +7,16 @@ weight = 120 # Order that this section will appear.
|
||||||
|
|
||||||
title = "Popular Topics"
|
title = "Popular Topics"
|
||||||
subtitle = ""
|
subtitle = ""
|
||||||
|
|
||||||
|
[content]
|
||||||
|
# Choose the taxonomy from `config.toml` to display (e.g. tags, categories)
|
||||||
|
taxonomy = "tags"
|
||||||
|
|
||||||
|
# Choose how many tags you would like to display (0 = all tags)
|
||||||
|
count = 20
|
||||||
|
|
||||||
|
[design]
|
||||||
|
# Minimum and maximum font sizes (1.0 = 100%).
|
||||||
|
font_size_min = 0.7
|
||||||
|
font_size_max = 2.0
|
||||||
+++
|
+++
|
||||||
|
|
|
@ -72,3 +72,11 @@
|
||||||
icon_pack = "fab"
|
icon_pack = "fab"
|
||||||
icon = "xing"
|
icon = "xing"
|
||||||
enable = false
|
enable = false
|
||||||
|
|
||||||
|
[[buttons]]
|
||||||
|
id = "tumblr"
|
||||||
|
url = "https://www.tumblr.com/widgets/share/tool?canonicalUrl={url}&title={title}"
|
||||||
|
title = "Tumblr"
|
||||||
|
icon_pack = "fab"
|
||||||
|
icon = "tumblr"
|
||||||
|
enable = false
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 32b6145c06835e33668100105ac1835593cf8d72
|
Subproject commit aa13a4d28c77db109db9a56ab17f1c926686c328
|
Loading…
Reference in a new issue