sync Academic v4 (list_format -> view)
This commit is contained in:
parent
75bd489ceb
commit
c50d008881
@ -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]
|
||||
|
@ -42,22 +42,9 @@ interests = [
|
||||
year = 2008
|
||||
|
||||
# Social/Academic Networking
|
||||
#
|
||||
# Icon pack "fab" includes the following social network icons:
|
||||
#
|
||||
# twitter, weibo, linkedin, github, facebook, pinterest, google-plus,
|
||||
# youtube, instagram, soundcloud
|
||||
#
|
||||
# For email icon, use "fas" icon pack, "envelope" icon, and
|
||||
# "mailto:your@email.com" as the link.
|
||||
#
|
||||
# Full list: https://fontawesome.com/icons
|
||||
#
|
||||
# Icon pack "ai" includes the following academic icons:
|
||||
#
|
||||
# cv, google-scholar, arxiv, orcid, researchgate, mendeley
|
||||
#
|
||||
# Full list: https://jpswalsh.github.io/academicons/
|
||||
# For available icons, see: https://sourcethemes.com/academic/docs/widgets/#icons
|
||||
# For an email link, use "fas" icon pack, "envelope" icon, and a link in the
|
||||
# form "mailto:your-email@example.com" or "#contact" for contact widget.
|
||||
|
||||
[[social]]
|
||||
icon = "envelope"
|
||||
|
@ -3,7 +3,6 @@
|
||||
widget = "about" # Do not modify this line!
|
||||
active = true # Activate this widget? true/false
|
||||
weight = 5 # Order that this section will appear in.
|
||||
date = 2016-04-20T00:00:00
|
||||
|
||||
title = "Biography"
|
||||
|
||||
|
@ -7,7 +7,7 @@ title = "Accomplish­ments"
|
||||
subtitle = ""
|
||||
|
||||
# Order that this section will appear in.
|
||||
weight = 15
|
||||
weight = 9
|
||||
|
||||
# Date format
|
||||
# Refer to https://sourcethemes.com/academic/docs/customization/#date-format
|
||||
|
@ -1,8 +1,7 @@
|
||||
+++
|
||||
# Contact widget.
|
||||
widget = "contact"
|
||||
active = true
|
||||
date = 2016-04-20T00:00:00
|
||||
widget = "contact" # Do not modify this line!
|
||||
active = true # Activate this widget? true/false
|
||||
|
||||
title = "Contact"
|
||||
subtitle = ""
|
||||
|
@ -1,8 +1,7 @@
|
||||
+++
|
||||
# Hero widget.
|
||||
widget = "hero"
|
||||
active = false
|
||||
date = 2017-10-15T00:00:00
|
||||
widget = "hero" # Do not modify this line!
|
||||
active = false # Activate this widget? true/false
|
||||
|
||||
title = "Academic"
|
||||
|
||||
|
@ -1,8 +1,7 @@
|
||||
+++
|
||||
# Hero Carousel widget.
|
||||
widget = "hero_carousel"
|
||||
active = false
|
||||
date = 2017-10-15T00:00:00
|
||||
widget = "hero_carousel" # Do not modify this line!
|
||||
active = false # Activate this widget? true/false
|
||||
|
||||
# Order that this section will appear in.
|
||||
weight = 1
|
||||
|
@ -4,7 +4,6 @@
|
||||
widget = "posts" # Do not modify this line!
|
||||
active = true # Activate this widget? true/false
|
||||
weight = 40 # Order that this section will appear.
|
||||
date = 2016-04-20T00:00:00
|
||||
|
||||
title = "Recent Posts"
|
||||
subtitle = ""
|
||||
@ -12,11 +11,11 @@ subtitle = ""
|
||||
# Number of recent posts to list.
|
||||
count = 5
|
||||
|
||||
# List format.
|
||||
# 0 = Simple
|
||||
# 1 = Detailed
|
||||
# 2 = Stream
|
||||
list_format = 2
|
||||
# View.
|
||||
# 1 = List
|
||||
# 2 = Compact
|
||||
# 3 = Card
|
||||
view = 2
|
||||
|
||||
# Filter posts by tag or category.
|
||||
# E.g. to only show posts tagged with `Academic`, set `filter_tag = "Academic"`
|
||||
|
@ -1,8 +1,7 @@
|
||||
+++
|
||||
# Projects widget.
|
||||
widget = "projects"
|
||||
active = true
|
||||
date = 2016-04-20T00:00:00
|
||||
widget = "projects" # Do not modify this line!
|
||||
active = true # Activate this widget? true/false
|
||||
|
||||
title = "Projects"
|
||||
subtitle = ""
|
||||
@ -16,9 +15,10 @@ weight = 50
|
||||
folder = "project"
|
||||
|
||||
# View.
|
||||
# Customize how projects are displayed.
|
||||
# Legend: 0 = list, 1 = cards, 2 = showcase.
|
||||
view = 1
|
||||
# 1 = List
|
||||
# 3 = Card
|
||||
# 5 = Showcase
|
||||
view = 3
|
||||
|
||||
# Widget layout
|
||||
# Legend: 0 = two columns (default), 1 = single column
|
||||
|
@ -1,9 +1,8 @@
|
||||
+++
|
||||
# Recent Publications widget.
|
||||
# This widget displays recent publications from `content/publication/`.
|
||||
widget = "publications"
|
||||
active = true
|
||||
date = 2016-04-20T00:00:00
|
||||
widget = "publications" # Do not modify this line!
|
||||
active = true # Activate this widget? true/false
|
||||
|
||||
title = "Recent Publications"
|
||||
subtitle = ""
|
||||
@ -14,13 +13,12 @@ weight = 20
|
||||
# Number of publications to list.
|
||||
count = 10
|
||||
|
||||
# List format.
|
||||
# 0 = Simple
|
||||
# 1 = Detailed
|
||||
# 2 = APA
|
||||
# 3 = MLA
|
||||
# 4 = Stream
|
||||
list_format = 4
|
||||
# View.
|
||||
# 1 = List
|
||||
# 2 = Compact
|
||||
# 3 = Card
|
||||
# 4 = Citation
|
||||
view = 2
|
||||
|
||||
# Filter by publication type.
|
||||
# -1: Any
|
||||
|
@ -1,10 +1,9 @@
|
||||
+++
|
||||
# Featured Publications widget.
|
||||
# This widget displays publications from `content/publication/` which have
|
||||
# `featured = true` in their `+++` front matter.
|
||||
widget = "publications_featured"
|
||||
active = true
|
||||
date = 2016-04-20T00:00:00
|
||||
# `featured = true` in their front matter.
|
||||
widget = "publications_featured" # Do not modify this line!
|
||||
active = true # Activate this widget? true/false
|
||||
|
||||
title = "Featured Publications"
|
||||
subtitle = ""
|
||||
@ -12,13 +11,12 @@ subtitle = ""
|
||||
# Order that this section will appear in.
|
||||
weight = 10
|
||||
|
||||
# List format.
|
||||
# 0 = Simple
|
||||
# 1 = Detailed
|
||||
# 2 = APA
|
||||
# 3 = MLA
|
||||
# 4 = Stream
|
||||
list_format = 1
|
||||
# View.
|
||||
# 1 = List
|
||||
# 2 = Compact
|
||||
# 3 = Card
|
||||
# 4 = Citation
|
||||
view = 3
|
||||
|
||||
# Filter by publication type.
|
||||
# -1: Any
|
||||
|
@ -1,10 +1,7 @@
|
||||
+++
|
||||
# Feature/Skill widget.
|
||||
widget = "featurette" # Do not modify this line!
|
||||
date = 2017-09-20T00:00:00
|
||||
|
||||
# Activate this widget? true/false
|
||||
active = true
|
||||
active = true # Activate this widget? true/false
|
||||
|
||||
title = "Skills"
|
||||
subtitle = ""
|
||||
@ -16,10 +13,7 @@ weight = 7
|
||||
#
|
||||
# Add/remove as many `[[feature]]` blocks below as you like.
|
||||
#
|
||||
# Available icon packs and icons:
|
||||
# * fas - Font Awesome standard icons (see https://fontawesome.com/icons)
|
||||
# * fab - Font Awesome brand icons (see https://fontawesome.com/icons)
|
||||
# * ai - academic icons (see https://jpswalsh.github.io/academicons/)
|
||||
# For available icons, see: https://sourcethemes.com/academic/docs/widgets/#icons
|
||||
|
||||
[[feature]]
|
||||
icon = "r-project"
|
||||
|
@ -1,8 +1,7 @@
|
||||
+++
|
||||
# Tag Cloud widget.
|
||||
widget = "tag_cloud"
|
||||
active = true
|
||||
date = 2017-09-20T00:00:00
|
||||
widget = "tag_cloud" # Do not modify this line!
|
||||
active = true # Activate this widget? true/false
|
||||
|
||||
title = "Tags"
|
||||
subtitle = ""
|
||||
|
@ -1,8 +1,7 @@
|
||||
+++
|
||||
# Recent and Upcoming Talks widget.
|
||||
widget = "talks"
|
||||
active = true
|
||||
date = 2016-04-20T00:00:00
|
||||
widget = "talks" # Do not modify this line!
|
||||
active = true # Activate this widget? true/false
|
||||
|
||||
title = "Recent & Upcoming Talks"
|
||||
subtitle = ""
|
||||
@ -13,11 +12,11 @@ weight = 30
|
||||
# Number of talks to list.
|
||||
count = 10
|
||||
|
||||
# List format.
|
||||
# 0 = Simple
|
||||
# 1 = Detailed
|
||||
# 2 = Stream
|
||||
list_format = 2
|
||||
# View.
|
||||
# 1 = List
|
||||
# 2 = Compact
|
||||
# 3 = Card
|
||||
view = 2
|
||||
|
||||
# Exclude talks that are shown in the Featured Talks widget?
|
||||
exclude_featured = false
|
||||
|
@ -1,8 +1,7 @@
|
||||
+++
|
||||
# Featured Talks widget.
|
||||
widget = "talks_featured"
|
||||
active = false
|
||||
date = 2016-04-20T00:00:00
|
||||
widget = "talks_featured" # Do not modify this line!
|
||||
active = false # Activate this widget? true/false
|
||||
|
||||
title = "Featured Talks"
|
||||
subtitle = ""
|
||||
@ -10,9 +9,9 @@ subtitle = ""
|
||||
# Order that this section will appear in.
|
||||
weight = 29
|
||||
|
||||
# List format.
|
||||
# 0 = Simple
|
||||
# 1 = Detailed
|
||||
# 3 = Stream
|
||||
list_format = 0
|
||||
# View.
|
||||
# 1 = List
|
||||
# 2 = Compact
|
||||
# 3 = Card
|
||||
view = 3
|
||||
+++
|
||||
|
@ -2,9 +2,8 @@
|
||||
# Custom widget.
|
||||
# An example of using the custom widget to create your own homepage section.
|
||||
# To create more sections, duplicate this file and edit the values below as desired.
|
||||
widget = "custom"
|
||||
active = true
|
||||
date = 2016-04-20T00:00:00
|
||||
widget = "custom" # Do not modify this line!
|
||||
active = true # Activate this widget? true/false
|
||||
|
||||
# Note: a full width section format can be enabled by commenting out the `title` and `subtitle` with a `#`.
|
||||
title = "Custom Section"
|
||||
|
@ -1,12 +1,11 @@
|
||||
+++
|
||||
title = "Posts"
|
||||
date = 2017-01-01T00:00:00
|
||||
|
||||
# List format.
|
||||
# 0 = Simple
|
||||
# 1 = Detailed
|
||||
# 2 = Stream
|
||||
list_format = 2
|
||||
# View.
|
||||
# 1 = List
|
||||
# 2 = Compact
|
||||
# 3 = Card
|
||||
view = 2
|
||||
|
||||
# Optional featured image (relative to `static/img/` folder).
|
||||
[header]
|
||||
|
@ -1,14 +1,12 @@
|
||||
+++
|
||||
title = "Publications"
|
||||
date = 2017-01-01T00:00:00
|
||||
|
||||
# List format.
|
||||
# 0 = Simple
|
||||
# 1 = Detailed
|
||||
# 2 = APA
|
||||
# 3 = MLA
|
||||
# 4 = Stream
|
||||
list_format = 3
|
||||
# View.
|
||||
# 1 = List
|
||||
# 2 = Compact
|
||||
# 3 = Card
|
||||
# 4 = Citation
|
||||
view = 4
|
||||
|
||||
# Optional featured image (relative to `static/img/` folder).
|
||||
[header]
|
||||
|
@ -1,12 +1,11 @@
|
||||
+++
|
||||
title = "Recent & Upcoming Talks"
|
||||
date = 2017-01-01T00:00:00
|
||||
|
||||
# List format.
|
||||
# 0 = Simple
|
||||
# 1 = Detailed
|
||||
# 2 = Stream
|
||||
list_format = 2
|
||||
# View.
|
||||
# 1 = List
|
||||
# 2 = Compact
|
||||
# 3 = Card
|
||||
view = 2
|
||||
|
||||
# Optional featured image (relative to `static/img/` folder).
|
||||
[header]
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit e913aacb340d161c20f2e3e50e113e5d0e3df833
|
||||
Subproject commit 283891941513e0dcfc40027847eaed96242e9c57
|
Loading…
Reference in New Issue
Block a user