From c50d008881cf02326ed1a767f94b50bc9c36b4fc Mon Sep 17 00:00:00 2001 From: George Cushen Date: Mon, 4 Feb 2019 22:42:51 +0000 Subject: sync Academic v4 (list_format -> view) --- config/_default/params.toml | 30 +++++++++++------------------- 1 file changed, 11 insertions(+), 19 deletions(-) (limited to 'config') 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] -- cgit v1.2.3