theme: upgrade to latest v4.1 dev
This commit is contained in:
parent
cf5ab0ea5e
commit
96e3f9b2d4
@ -55,12 +55,12 @@ subtitle = ""
|
|||||||
# image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
|
# image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
|
||||||
|
|
||||||
# Text color (true=light or false=dark).
|
# Text color (true=light or false=dark).
|
||||||
text_color_light = false
|
# text_color_light = true
|
||||||
|
|
||||||
[advanced]
|
[advanced]
|
||||||
# Custom CSS.
|
# Custom CSS.
|
||||||
css_style = ""
|
css_style = ""
|
||||||
|
|
||||||
# CSS class.
|
# CSS class.
|
||||||
css_class = ""
|
css_class = ""
|
||||||
+++
|
+++
|
||||||
|
@ -55,14 +55,14 @@ subtitle = ""
|
|||||||
# image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
|
# image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
|
||||||
|
|
||||||
# Text color (true=light or false=dark).
|
# Text color (true=light or false=dark).
|
||||||
text_color_light = false
|
# text_color_light = true
|
||||||
|
|
||||||
[advanced]
|
[advanced]
|
||||||
# Custom CSS.
|
# Custom CSS.
|
||||||
css_style = ""
|
css_style = ""
|
||||||
|
|
||||||
# CSS class.
|
# CSS class.
|
||||||
css_class = ""
|
css_class = ""
|
||||||
+++
|
+++
|
||||||
|
|
||||||
{{% alert note %}}
|
{{% alert note %}}
|
||||||
|
@ -1,32 +1,63 @@
|
|||||||
+++
|
+++
|
||||||
# Featured Publications widget.
|
# A Featured Publications section created with the Featured Content widget.
|
||||||
# This widget displays publications from `content/publication/` which have
|
# This section displays publications from `content/publication/` which have
|
||||||
# `featured = true` in their front matter.
|
# `featured = true` in their front matter.
|
||||||
widget = "publications_featured" # Do not modify this line!
|
|
||||||
|
widget = "featured" # Do not modify this line!
|
||||||
active = true # Activate this widget? true/false
|
active = true # Activate this widget? true/false
|
||||||
|
weight = 10 # Order that this section will appear.
|
||||||
|
|
||||||
title = "Featured Publications"
|
title = "Featured Publications"
|
||||||
subtitle = ""
|
subtitle = ""
|
||||||
|
|
||||||
# Order that this section will appear in.
|
[content]
|
||||||
weight = 10
|
# Page type to display. E.g. post, talk, or publication.
|
||||||
|
page_type = "publication"
|
||||||
|
|
||||||
|
# Choose how much pages you would like to display (0 = all pages)
|
||||||
|
count = 0
|
||||||
|
|
||||||
# View.
|
# Page order. Descending (desc) or ascending (asc) date.
|
||||||
# 1 = List
|
order = "desc"
|
||||||
# 2 = Compact
|
|
||||||
# 3 = Card
|
|
||||||
# 4 = Citation
|
|
||||||
view = 3
|
|
||||||
|
|
||||||
# Filter by publication type.
|
# Filter posts by a taxonomy term.
|
||||||
# -1: Any
|
[content.filters]
|
||||||
# 0: Uncategorized
|
tag = ""
|
||||||
# 1: Conference proceedings
|
category = ""
|
||||||
# 2: Journal
|
publication_type = ""
|
||||||
# 3: Work in progress
|
|
||||||
# 4: Technical report
|
[design]
|
||||||
# 5: Book
|
# Toggle between the various page layout types.
|
||||||
# 6: Book chapter
|
# 1 = List
|
||||||
publication_type = "-1"
|
# 2 = Compact
|
||||||
|
# 3 = Card
|
||||||
|
# 4 = Citation (publication only)
|
||||||
|
view = 3
|
||||||
|
|
||||||
|
[design.background]
|
||||||
|
# Apply a background color, gradient, or image.
|
||||||
|
# Uncomment (by removing `#`) an option to apply it.
|
||||||
|
# Choose a light or dark text color by setting `text_color_light`.
|
||||||
|
# Any HTML color name or Hex value is valid.
|
||||||
|
|
||||||
|
# Background color.
|
||||||
|
# color = "navy"
|
||||||
|
|
||||||
|
# Background gradient.
|
||||||
|
# gradient_start = "DeepSkyBlue"
|
||||||
|
# gradient_end = "SkyBlue"
|
||||||
|
|
||||||
|
# Background image.
|
||||||
|
# image = "background.jpg" # Name of image in `static/img/`.
|
||||||
|
# image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
|
||||||
|
|
||||||
|
# Text color (true=light or false=dark).
|
||||||
|
# text_color_light = true
|
||||||
|
|
||||||
|
[advanced]
|
||||||
|
# Custom CSS.
|
||||||
|
css_style = ""
|
||||||
|
|
||||||
|
# CSS class.
|
||||||
|
css_class = ""
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
@ -55,12 +55,12 @@ subtitle = ""
|
|||||||
# image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
|
# image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
|
||||||
|
|
||||||
# Text color (true=light or false=dark).
|
# Text color (true=light or false=dark).
|
||||||
text_color_light = false
|
# text_color_light = true
|
||||||
|
|
||||||
[advanced]
|
[advanced]
|
||||||
# Custom CSS.
|
# Custom CSS.
|
||||||
css_style = ""
|
css_style = ""
|
||||||
|
|
||||||
# CSS class.
|
# CSS class.
|
||||||
css_class = ""
|
css_class = ""
|
||||||
+++
|
+++
|
||||||
|
@ -1,17 +0,0 @@
|
|||||||
+++
|
|
||||||
# Featured Talks widget.
|
|
||||||
widget = "talks_featured" # Do not modify this line!
|
|
||||||
active = false # Activate this widget? true/false
|
|
||||||
|
|
||||||
title = "Featured Talks"
|
|
||||||
subtitle = ""
|
|
||||||
|
|
||||||
# Order that this section will appear in.
|
|
||||||
weight = 29
|
|
||||||
|
|
||||||
# View.
|
|
||||||
# 1 = List
|
|
||||||
# 2 = Compact
|
|
||||||
# 3 = Card
|
|
||||||
view = 3
|
|
||||||
+++
|
|
@ -1 +1 @@
|
|||||||
Subproject commit 9985bc5e895fefe7fb95e83bbdf1e6133d39ef7b
|
Subproject commit 2e146eed9c08e8ea6ab104c634587d77ebd36b10
|
Loading…
Reference in New Issue
Block a user