add academicons & ORCiD + GoogleScholar entries

This commit is contained in:
snystrom 2021-09-19 07:50:06 -04:00
parent 1e804b10a6
commit fafcd026da
2 changed files with 18 additions and 0 deletions

View File

@ -28,6 +28,7 @@
<link href="https://cdnjs.cloudflare.com/ajax/libs/galleria/1.6.1/themes/folio/galleria.folio.min.css" rel="stylesheet" />
<link href="https://cdn.jsdelivr.net/npm/mapbox-gl@2.1.1/dist/mapbox-gl.min.css" rel="stylesheet" />
<link href="https://use.fontawesome.com/releases/v5.15.3/css/all.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<link href="https://cdn.jsdelivr.net/npm/bulma@0.9.2/css/bulma.min.css" rel="stylesheet" />
<link href="{{ get_url(path='deep-thought.css') }}" rel="stylesheet" />

View File

@ -1,5 +1,22 @@
{% macro social_links(social_config) %}
<p>
{% if social_config.google_scholar %}
<a href="https://scholar.google.com/citations?user={{ social_config.google_scholar }}" target="_blank">
<span class="icon is-large" title="Google Scholar">
<i class="ai ai-google-scholar ai-lg"></i>
</span>
</a>
{% endif %}
{% if social_config.orcid %}
<a href="https://orcid.org/{{ social_config.orcid }}" target="_blank">
<span class="icon is-large" title="ORCiD">
<i class="fab fa-orcid fa-lg"></i>
</span>
</a>
{% endif %}
{% if social_config.facebook %}
<a href="https://facebook.com/{{ social_config.facebook }}" target="_blank">
<span class="icon is-large" title="Facebook">