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>2020-03-07 00:20:22 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2020-03-07 00:20:22 +0300
commit3bac8f0494bf35e64fb5943a99ccc377e7cac390 (patch)
tree0710639473db37aa033aa98a6f93183228330b95 /config
parent7cf1dfea616345c866c040dfe3c06d34a48ab2c7 (diff)
theme: upgrade to v4.8.0
Diffstat (limited to 'config')
-rw-r--r--config/_default/config.toml1
-rw-r--r--config/_default/params.toml3
2 files changed, 4 insertions, 0 deletions
diff --git a/config/_default/config.toml b/config/_default/config.toml
index 8e9b871b..0162a0d5 100644
--- a/config/_default/config.toml
+++ b/config/_default/config.toml
@@ -31,6 +31,7 @@ hasCJKLanguage = false # Set `true` for Chinese/Japanese/Korean languages.
defaultContentLanguageInSubdir = false
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.
enableEmoji = true
footnotereturnlinkcontents = "<sup>^</sup>"
diff --git a/config/_default/params.toml b/config/_default/params.toml
index 71e03626..91ffc754 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -155,6 +155,9 @@ sharing = true
# Link authors to their profile page? (true/false)
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
# E.g. To load `/assets/js/custom.js`, set `plugins_js = ["custom"]`.
plugins_js = []