From 8cfed46e0e1e578776e1119f073f6339edecb2f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=92=D0=B0=D1=81?= =?UTF-8?q?=D0=B8=D0=BB=D1=8C=D0=B5=D0=B2?= Date: Wed, 8 Jan 2025 11:01:23 +0300 Subject: [PATCH] Update config to remove scholar --- _config.yml | 72 ----------------------------------------------------- 1 file changed, 72 deletions(-) diff --git a/_config.yml b/_config.yml index d6aedcf..deabfc4 100644 --- a/_config.yml +++ b/_config.yml @@ -257,7 +257,6 @@ plugins: - jekyll-minifier - jekyll-paginate-v2 - jekyll-regex-replace - - jekyll/scholar - jekyll-sitemap - jekyll-tabs - jekyll-toc @@ -301,77 +300,6 @@ jekyll-archives: display_tags: ["formatting", "images", "links", "math", "code", "blockquotes"] # these tags will be displayed on the front page of your blog display_categories: ["external-services"] # these categories will be displayed on the front page of your blog -# ----------------------------------------------------------------------------- -# Jekyll Scholar -# ----------------------------------------------------------------------------- - -scholar: - last_name: [Einstein] - first_name: [Albert, A.] - - style: apa - locale: en - - source: /_bibliography/ - 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. - # See https://github.com/alshedivat/al-folio/issues/357. - bibtex_filters: [latex, smallcaps, superscript] - - replace_strings: true - join_strings: true - - details_dir: bibliography - details_link: Details - - query: "@*" - group_by: year - group_order: descending - -# Display different badges withs stats for your publications -# Customize badge behavior in _layouts/bib.liquid -enable_publication_badges: - altmetric: true # Altmetric badge (Customization options: https://badge-docs.altmetric.com/index.html) - dimensions: true # Dimensions badge (Customization options: https://badge.dimensions.ai/) - google_scholar: true # Google Scholar badge (https://scholar.google.com/intl/en/scholar/citations.html) - inspirehep: true # Inspire HEP badge (https://help.inspirehep.net/knowledge-base/citation-metrics/) - -# Filter out certain bibtex entry keywords used internally from the bib output -filtered_bibtex_keywords: - [ - abbr, - abstract, - additional_info, - altmetric, - annotation, - arxiv, - award, - award_name, - bibtex_show, - blog, - code, - google_scholar_id, - html, - inspirehep_id, - pdf, - poster, - preview, - selected, - slides, - supp, - video, - website, - ] - -# Maximum number of authors to be shown for each publication (more authors are visible on click) -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 - -# Enables publication thumbnails. If disabled, none of the publications will display thumbnails, even if specified in the bib entry. -enable_publication_thumbnails: true - # ----------------------------------------------------------------------------- # Jekyll Link Attributes # -----------------------------------------------------------------------------