From 297e4e8fc09e722f2fd288824b9502561632f947 Mon Sep 17 00:00:00 2001 From: Maggie Wang Date: Tue, 14 May 2024 23:49:08 -0700 Subject: [PATCH] no publication thumbnails --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index badaa6972f94..df117499585b 100644 --- a/_config.yml +++ b/_config.yml @@ -315,7 +315,7 @@ max_author_limit: 10 # leave blank to always show all authors more_authors_animation_delay: 10 # more authors are revealed on click using animation; smaller delay means faster animation # Enables publication thumbnails. If disabled, none of the publications will display thumbnails, even if specified in the bib entry. -enable_publication_thumbnails: true +enable_publication_thumbnails: false # ----------------------------------------------------------------------------- # Jekyll Link Attributes @@ -368,7 +368,7 @@ enable_darkmode: false # enables switching between light/dark modes enable_navbar_social: false # enables displaying social links in the navbar on the about page enable_project_categories: true # enables categorization of projects into multiple categories enable_medium_zoom: true # enables image zoom feature (as on medium.com) -enable_progressbar: true # enables a horizontal progress bar linked to the vertical scroll position +enable_progressbar: false # enables a horizontal progress bar linked to the vertical scroll position # ----------------------------------------------------------------------------- # Library versions