Skip to content

Commit

Permalink
anew
Browse files Browse the repository at this point in the history
  • Loading branch information
utksi committed Jan 15, 2025
1 parent e486bfd commit ffbc1d8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,16 +267,16 @@ jekyll-archives:
tag: "/blog/tag/:name/"
category: "/blog/category/:name/"

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
display_tags: ["optical-properties", "MLP", "neural-network", "machine-learning", "code"] # these tags will be displayed on the front page of your blog
display_categories: ["worklog", "stuff-i-read"] # these categories will be displayed on the front page of your blog

# -----------------------------------------------------------------------------
# Jekyll Scholar
# -----------------------------------------------------------------------------

scholar:
last_name: [Einstein]
first_name: [Albert, A.]
last_name: [Singh]
first_name: [Utkarsh]

style: apa
locale: en
Expand All @@ -302,10 +302,10 @@ scholar:
# 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/)
altmetric: false # Altmetric badge (Customization options: https://badge-docs.altmetric.com/index.html)
dimensions: false # Dimensions badge (Customization options: https://badge.dimensions.ai/)
google_scholar: false # Google Scholar badge (https://scholar.google.com/intl/en/scholar/citations.html)
inspirehep: false # 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:
Expand Down

0 comments on commit ffbc1d8

Please sign in to comment.