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>2019-02-05 01:42:51 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2019-02-05 01:42:51 +0300
commitc50d008881cf02326ed1a767f94b50bc9c36b4fc (patch)
tree78ded6e91e8faeaf08c1e38165bfbbeb603facc3 /config
parent75bd489cebe31b676c5d324a3543bd2889ccc7ed (diff)
sync Academic v4 (list_format -> view)
Diffstat (limited to 'config')
-rw-r--r--config/_default/params.toml30
1 files changed, 11 insertions, 19 deletions
diff --git a/config/_default/params.toml b/config/_default/params.toml
index c99a108a..b75eb706 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -131,27 +131,19 @@ sharing = true
# Examples: "Mon, Jan 2, 2006" or "2006-01-02"
date_format = "January 2006"
+ # Citation style ("apa" or "mla")
+ citation_style = "apa"
+
# Configuration of project pages.
[projects]
- # Post list format.
- # 0 = Simple
- # 1 = Detailed
- # 2 = Stream
- post_format = 2
-
- # Publication list format.
- # 0 = Simple
- # 1 = Detailed
- # 2 = APA
- # 3 = MLA
- # 4 = Stream
- publication_format = 4
-
- # Talk list format.
- # 0 = Simple
- # 1 = Detailed
- # 2 = Stream
- talk_format = 2
+ # Views for associated content.
+ # 1: List
+ # 2: Compact
+ # 3: Card
+ # 4: Citation (publications only)
+ post_view = 2
+ publication_view = 2
+ talk_view = 2
# Search.
[search]