Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
init committed Nov 19, 2024
1 parent 803fc86 commit 6a6b4a9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,12 @@ plugins:
- jekyll-imagemagick
- jekyll-minifier
- jekyll-paginate-v2
- jekyll-scholar
- jekyll/scholar
- jekyll-sitemap
- jekyll-link-attributes
- jekyll-twitter-plugin
- jemoji
- jekyll/scholar
- jekyll-scholar

# Sitemap settings
defaults:
Expand Down Expand Up @@ -238,7 +238,7 @@ scholar:
locale: en

source: /_bibliography/
bibliography: /_bibliography/papers.bib
bibliography: papers.bib
bibliography_template: bib
# Note: if you have latex math in your bibtex, the latex filter
# preprocessing may conflict with MathJAX if the latter is enabled.
Expand All @@ -258,10 +258,11 @@ scholar:
filtered_bibtex_keywords: [abbr, abstract, arxiv, bibtex_show, html, pdf, selected, supp, blog, code, poster, slides, website, preview, altmetric]

# Maximum number of authors to be shown for each publication (more authors are visible on click)
max_author_limit: 5 # leave blank to always show all authors
max_author_limit: 3 # 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



# -----------------------------------------------------------------------------
# Jekyll Link Attributes
# -----------------------------------------------------------------------------
Expand Down

0 comments on commit 6a6b4a9

Please sign in to comment.