theme: upgrade to v4.8.0
This commit is contained in:
parent
7cf1dfea61
commit
3bac8f0494
8 changed files with 10 additions and 2 deletions
|
@ -31,6 +31,7 @@ hasCJKLanguage = false # Set `true` for Chinese/Japanese/Korean languages.
|
||||||
defaultContentLanguageInSubdir = false
|
defaultContentLanguageInSubdir = false
|
||||||
removePathAccents = true # Workaround for https://github.com/gohugoio/hugo/issues/5687
|
removePathAccents = true # Workaround for https://github.com/gohugoio/hugo/issues/5687
|
||||||
|
|
||||||
|
summaryLength = 30 # Listing summary length in words. Also, see `abstract_length` in `params.toml`.
|
||||||
paginate = 10 # Number of items per page in paginated lists.
|
paginate = 10 # Number of items per page in paginated lists.
|
||||||
enableEmoji = true
|
enableEmoji = true
|
||||||
footnotereturnlinkcontents = "<sup>^</sup>"
|
footnotereturnlinkcontents = "<sup>^</sup>"
|
||||||
|
|
|
@ -155,6 +155,9 @@ sharing = true
|
||||||
# Link authors to their profile page? (true/false)
|
# Link authors to their profile page? (true/false)
|
||||||
link_authors = true
|
link_authors = true
|
||||||
|
|
||||||
|
# Abstract length (characters) in the Compact and Portfolio Card list views. Also, see `summaryLength` in `config.toml`.
|
||||||
|
abstract_length = 135
|
||||||
|
|
||||||
# Load JS plugins
|
# Load JS plugins
|
||||||
# E.g. To load `/assets/js/custom.js`, set `plugins_js = ["custom"]`.
|
# E.g. To load `/assets/js/custom.js`, set `plugins_js = ["custom"]`.
|
||||||
plugins_js = []
|
plugins_js = []
|
||||||
|
|
|
@ -29,6 +29,7 @@ subtitle = ""
|
||||||
tag = ""
|
tag = ""
|
||||||
category = ""
|
category = ""
|
||||||
publication_type = ""
|
publication_type = ""
|
||||||
|
author = ""
|
||||||
|
|
||||||
[design]
|
[design]
|
||||||
# Toggle between the various page layout types.
|
# Toggle between the various page layout types.
|
||||||
|
|
|
@ -28,6 +28,7 @@ subtitle = ""
|
||||||
tag = ""
|
tag = ""
|
||||||
category = ""
|
category = ""
|
||||||
publication_type = ""
|
publication_type = ""
|
||||||
|
author = ""
|
||||||
exclude_featured = false
|
exclude_featured = false
|
||||||
|
|
||||||
[design]
|
[design]
|
||||||
|
|
|
@ -28,6 +28,7 @@ subtitle = ""
|
||||||
tag = ""
|
tag = ""
|
||||||
category = ""
|
category = ""
|
||||||
publication_type = ""
|
publication_type = ""
|
||||||
|
author = ""
|
||||||
exclude_featured = false
|
exclude_featured = false
|
||||||
|
|
||||||
[design]
|
[design]
|
||||||
|
|
|
@ -28,6 +28,7 @@ subtitle = ""
|
||||||
tag = ""
|
tag = ""
|
||||||
category = ""
|
category = ""
|
||||||
publication_type = ""
|
publication_type = ""
|
||||||
|
author = ""
|
||||||
exclude_featured = false
|
exclude_featured = false
|
||||||
exclude_past = false
|
exclude_past = false
|
||||||
exclude_future = false
|
exclude_future = false
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
publish = "public"
|
publish = "public"
|
||||||
|
|
||||||
[build.environment]
|
[build.environment]
|
||||||
HUGO_VERSION = "0.64.0"
|
HUGO_VERSION = "0.66.0"
|
||||||
HUGO_ENABLEGITINFO = "true"
|
HUGO_ENABLEGITINFO = "true"
|
||||||
|
|
||||||
[context.production.environment]
|
[context.production.environment]
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 4ed72d85b2ed13917b851a642165bf57b6b59852
|
Subproject commit 21e7bc8d3dbdce283f855046e8a8fc042a76db01
|
Loading…
Reference in a new issue