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
diff options
context:
space:
mode:
-rw-r--r--config.toml6
-rw-r--r--content/home/projects.md9
m---------themes/academic0
3 files changed, 14 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index 295fd044..92abed3d 100644
--- a/config.toml
+++ b/config.toml
@@ -212,6 +212,12 @@ enableGitInfo = false
# List publications and talks related to the project?
list_children = true
+ # Post list format.
+ # 0 = Simple
+ # 1 = Detailed
+ # 2 = Stream
+ post_format = 2
+
# Publication list format.
# 0 = Simple
# 1 = Detailed
diff --git a/content/home/projects.md b/content/home/projects.md
index 5407afd4..acbf9fea 100644
--- a/content/home/projects.md
+++ b/content/home/projects.md
@@ -17,9 +17,16 @@ folder = "project"
# View.
# Customize how projects are displayed.
-# Legend: 0 = list, 1 = cards.
+# Legend: 0 = list, 1 = cards, 2 = showcase.
view = 1
+# Widget layout
+# Legend: 0 = two columns (default), 1 = single column
+widget_layout = 0
+
+# For Showcase view, flip alternate rows?
+flip_alt_rows = false
+
# Filter toolbar.
# Default filter index (e.g. 0 corresponds to the first `[[filter]]` instance below).
diff --git a/themes/academic b/themes/academic
-Subproject e877046fa7899c124c55ac9d6cc0056158cf219
+Subproject d930502a550dd838a1a93368c91fc566a9ef1d4