Remove jekyll-scholar
This commit is contained in:
parent
3cc6c25b9e
commit
cd090364c1
1
Gemfile
1
Gemfile
|
@ -8,7 +8,6 @@ group :jekyll_plugins do
|
||||||
gem 'jekyll-github-metadata'
|
gem 'jekyll-github-metadata'
|
||||||
gem 'jekyll-imagemagick'
|
gem 'jekyll-imagemagick'
|
||||||
gem 'jekyll-paginate-v2'
|
gem 'jekyll-paginate-v2'
|
||||||
gem 'jekyll-scholar'
|
|
||||||
gem 'jekyll-sitemap'
|
gem 'jekyll-sitemap'
|
||||||
gem 'jekyll-target-blank'
|
gem 'jekyll-target-blank'
|
||||||
gem 'jekyll-twitter-plugin'
|
gem 'jekyll-twitter-plugin'
|
||||||
|
|
43
_config.yml
43
_config.yml
|
@ -57,27 +57,14 @@ og_image: # The site-wide (default for all links) Open Graph preview image
|
||||||
|
|
||||||
github_username: santilococo # your GitHub user name
|
github_username: santilococo # your GitHub user name
|
||||||
gitlab_username: santilococo # your GitLab user name
|
gitlab_username: santilococo # your GitLab user name
|
||||||
twitter_username: # your Twitter handle
|
|
||||||
linkedin_username: santilococo # your LinkedIn user name
|
linkedin_username: santilococo # your LinkedIn user name
|
||||||
scholar_userid: # your Google Scholar ID
|
|
||||||
orcid_id: # your ORCID ID
|
|
||||||
medium_username: # your Medium username
|
|
||||||
quora_username: # your Quora username
|
|
||||||
publons_id: # your ID on Publons
|
|
||||||
research_gate_profile: # your profile on ResearchGate
|
|
||||||
blogger_url: # your blogger URL
|
|
||||||
work_url: # work page URL
|
work_url: # work page URL
|
||||||
keybase_username: # your keybase user name
|
|
||||||
wikidata_id: # your wikidata id
|
|
||||||
dblp_url: # your DBLP profile url
|
|
||||||
stackoverflow_id: #your stackoverflow id
|
|
||||||
|
|
||||||
contact_note:
|
contact_note:
|
||||||
|
|
||||||
google_analytics: # your google-analytics ID (format: UA-XXXXXXXXX)
|
google_analytics: # your google-analytics ID (format: UA-XXXXXXXXX)
|
||||||
google_site_verification: # your google-site-verification ID (Google Search Console)
|
google_site_verification: # your google-site-verification ID (Google Search Console)
|
||||||
bing_site_verification: # out your bing-site-verification ID (Bing Webmaster)
|
bing_site_verification: # out your bing-site-verification ID (Bing Webmaster)
|
||||||
panelbear_analytics: # panelbear analytics site ID (format: XXXXXXXXX)
|
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
# Blog
|
# Blog
|
||||||
|
@ -146,7 +133,6 @@ plugins:
|
||||||
- jekyll-github-metadata
|
- jekyll-github-metadata
|
||||||
- jekyll-imagemagick
|
- jekyll-imagemagick
|
||||||
- jekyll-paginate-v2
|
- jekyll-paginate-v2
|
||||||
- jekyll/scholar
|
|
||||||
- jekyll-sitemap
|
- jekyll-sitemap
|
||||||
- jekyll-target-blank
|
- jekyll-target-blank
|
||||||
- jekyll-twitter-plugin
|
- jekyll-twitter-plugin
|
||||||
|
@ -193,35 +179,6 @@ jekyll-archives:
|
||||||
tag: '/blog/tag/:name/'
|
tag: '/blog/tag/:name/'
|
||||||
category: '/blog/category/:name/'
|
category: '/blog/category/:name/'
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
|
||||||
# Jekyll Scholar
|
|
||||||
# -----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
scholar:
|
|
||||||
|
|
||||||
last_name: Lo Coco
|
|
||||||
first_name: [Santiago]
|
|
||||||
|
|
||||||
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_layout: bibtex.html
|
|
||||||
details_link: Details
|
|
||||||
|
|
||||||
query: "@*"
|
|
||||||
|
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
# Responsive WebP Images
|
# Responsive WebP Images
|
||||||
|
|
|
@ -58,17 +58,12 @@
|
||||||
|
|
||||||
{%- if site.serve_schema_org %}
|
{%- if site.serve_schema_org %}
|
||||||
|
|
||||||
<!-- Schema.org -->
|
|
||||||
{%- comment -%} Social links generator for "sameAs schema" {%- endcomment %}
|
{%- comment -%} Social links generator for "sameAs schema" {%- endcomment %}
|
||||||
{% assign sameaslinks = "" | split: "," %}
|
{% assign sameaslinks = "" | split: "," %}
|
||||||
{%- if site.orcid_id -%}
|
{%- if site.orcid_id -%}
|
||||||
{%- capture link -%}https://orcid.org/{{ site.orcid_id }}{%- endcapture -%}
|
{%- capture link -%}https://orcid.org/{{ site.orcid_id }}{%- endcapture -%}
|
||||||
{%- assign sameaslinks = sameaslinks | push: link -%}
|
{%- assign sameaslinks = sameaslinks | push: link -%}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{%- if site.scholar_userid -%}
|
|
||||||
{%- capture link -%}https://scholar.google.com/citations?user={{ site.scholar_userid }}{%- endcapture -%}
|
|
||||||
{%- assign sameaslinks = sameaslinks | push: link -%}
|
|
||||||
{%- endif -%}
|
|
||||||
{%- if site.publons_id -%}
|
{%- if site.publons_id -%}
|
||||||
{%- capture link -%}https://publons.com/a/{{ site.publons_id }}/{%- endcapture -%}
|
{%- capture link -%}https://publons.com/a/{{ site.publons_id }}/{%- endcapture -%}
|
||||||
{%- assign sameaslinks = sameaslinks | push: link -%}
|
{%- assign sameaslinks = sameaslinks | push: link -%}
|
||||||
|
|
Loading…
Reference in New Issue