Hugo 0.53, hugo-academic 3.3.0

This commit is contained in:
Carl Pearson
2019-01-08 16:56:56 -06:00
parent 12ff460bd3
commit 985ec36c9d
15 changed files with 352 additions and 113 deletions

View File

@@ -1,22 +1,39 @@
+++
# Recent Publications widget.
# Note: this widget will only display if `content/publication/` contains publications.
date = "2018-02-06T00:00:00"
draft = false
# This widget displays recent publications from `content/publication/`.
widget = "publications"
active = true
date = 2019-01-08T00:00:00
title = "Publications"
subtitle = ""
widget = "publications"
# Order that this section will appear in.
weight = 11
weight = 20
# Number of publications to list.
count = 10
# Show publication details (such as abstract)? (true/false)
detailed_list = false
# List format.
# 0 = Simple
# 1 = Detailed
# 2 = APA
# 3 = MLA
# 4 = Stream
list_format = 4
# Filter by publication type.
# -1: Any
# 0: Uncategorized
# 1: Conference proceedings
# 2: Journal
# 3: Work in progress
# 4: Technical report
# 5: Book
# 6: Book chapter
publication_type = "-1"
# Exclude publications that are shown in the Selected Publications widget?
exclude_selected = false
+++