Fixes #1952 by updating font awesome version. Also updated icons names to newest font awesome style. --------- Signed-off-by: George Araujo <george.gcac@gmail.com>
This commit is contained in:
parent
6b5c94f571
commit
6eab5bf480
|
|
@ -69,7 +69,7 @@ og_image: # The site-wide (default for all links) Open Graph preview image
|
||||||
|
|
||||||
github_username: # your GitHub user name
|
github_username: # your GitHub user name
|
||||||
gitlab_username: # your GitLab user name
|
gitlab_username: # your GitLab user name
|
||||||
twitter_username: # your Twitter handle
|
x_username: # your X handle
|
||||||
mastodon_username: # your mastodon instance+username in the format instance.tld/@username
|
mastodon_username: # your mastodon instance+username in the format instance.tld/@username
|
||||||
linkedin_username: # your LinkedIn user name
|
linkedin_username: # your LinkedIn user name
|
||||||
telegram_username: # your Telegram user name
|
telegram_username: # your Telegram user name
|
||||||
|
|
|
||||||
|
|
@ -14,13 +14,13 @@
|
||||||
{% if content.location %}
|
{% if content.location %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<p class="location"><i class="fas fa-map-marker-alt iconlocation"></i> {{ content.location }}</p>
|
<p class="location"><i class="fa-solid fa-location-dot iconlocation"></i> {{ content.location }}</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="col-xs-10 cl-sm-10 col-md-10 mt-2 mt-md-0">
|
<div class="col-xs-10 cl-sm-10 col-md-10 mt-2 mt-md-0">
|
||||||
|
|
@ -32,13 +32,13 @@
|
||||||
<tbody>
|
<tbody>
|
||||||
{% if content.institution %}
|
{% if content.institution %}
|
||||||
<tr>
|
<tr>
|
||||||
<td style="vertical-align: top; text-align: center;" class="institution"><i class="fas fa-university iconinstitution"></i></td>
|
<td style="vertical-align: top; text-align: center;" class="institution"><i class="fa-solid fa-building-columns iconinstitution"></i></td>
|
||||||
<td class="institution">{{content.institution}}</td>
|
<td class="institution">{{content.institution}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if content.department %}
|
{% if content.department %}
|
||||||
<tr>
|
<tr>
|
||||||
<td style="vertical-align: top; text-align: center;" class="department"><i class="far fa-dot-circle icondepartment"></i></td>
|
<td style="vertical-align: top; text-align: center;" class="department"><i class="fa-regular fa-circle-dot icondepartment"></i></td>
|
||||||
<td class="department">{{content.department}}</td>
|
<td class="department">{{content.department}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
||||||
|
|
@ -99,8 +99,8 @@
|
||||||
<!-- Toogle theme mode -->
|
<!-- Toogle theme mode -->
|
||||||
<li class="toggle-container">
|
<li class="toggle-container">
|
||||||
<button id="light-toggle" title="Change theme">
|
<button id="light-toggle" title="Change theme">
|
||||||
<i class="fas fa-moon"></i>
|
<i class="fa-solid fa-moon"></i>
|
||||||
<i class="fas fa-sun"></i>
|
<i class="fa-solid fa-sun"></i>
|
||||||
</button>
|
</button>
|
||||||
</li>
|
</li>
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
|
||||||
|
|
@ -67,9 +67,9 @@
|
||||||
{% if page.og_image or site.og_image -%}
|
{% if page.og_image or site.og_image -%}
|
||||||
<meta name="twitter:image" content="{%- if page.og_image -%}{{ page.og_image }}{%- else -%}{{ site.og_image }}{%- endif -%}" />
|
<meta name="twitter:image" content="{%- if page.og_image -%}{{ page.og_image }}{%- else -%}{{ site.og_image }}{%- endif -%}" />
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{% if site.twitter_username -%}
|
{% if site.x_username -%}
|
||||||
<meta name="twitter:site" content="@{{ site.twitter_username }}" />
|
<meta name="twitter:site" content="@{{ site.x_username }}" />
|
||||||
<meta name="twitter:creator" content="@{{ site.twitter_username }}" />
|
<meta name="twitter:creator" content="@{{ site.x_username }}" />
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
|
|
@ -122,8 +122,8 @@
|
||||||
{%- capture link -%}https://www.linkedin.com/in/{{ site.linkedin_username }}{%- endcapture -%}
|
{%- capture link -%}https://www.linkedin.com/in/{{ site.linkedin_username }}{%- endcapture -%}
|
||||||
{%- assign sameaslinks = sameaslinks | push: link -%}
|
{%- assign sameaslinks = sameaslinks | push: link -%}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{%- if site.twitter_username -%}
|
{%- if site.x_username -%}
|
||||||
{%- capture link -%}https://twitter.com/{{ site.twitter_username }}{%- endcapture -%}
|
{%- capture link -%}https://twitter.com/{{ site.x_username }}{%- endcapture -%}
|
||||||
{%- assign sameaslinks = sameaslinks | push: link -%}
|
{%- assign sameaslinks = sameaslinks | push: link -%}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{%- if site.mastodon_username -%}
|
{%- if site.mastodon_username -%}
|
||||||
|
|
|
||||||
|
|
@ -19,11 +19,11 @@
|
||||||
{%- if project.github -%}
|
{%- if project.github -%}
|
||||||
<div class="github-icon">
|
<div class="github-icon">
|
||||||
<div class="icon" data-toggle="tooltip" title="Code Repository">
|
<div class="icon" data-toggle="tooltip" title="Code Repository">
|
||||||
<a href="{{ project.github }}"><i class="fab fa-github gh-icon"></i></a>
|
<a href="{{ project.github }}"><i class="fa-brands fa-github gh-icon"></i></a>
|
||||||
</div>
|
</div>
|
||||||
{%- if project.github_stars -%}
|
{%- if project.github_stars -%}
|
||||||
<span class="stars" data-toggle="tooltip" title="GitHub Stars">
|
<span class="stars" data-toggle="tooltip" title="GitHub Stars">
|
||||||
<i class="fas fa-star"></i>
|
<i class="fa-solid fa-star"></i>
|
||||||
<span id="{{ project.github_stars }}-stars"></span>
|
<span id="{{ project.github_stars }}-stars"></span>
|
||||||
</span>
|
</span>
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
|
||||||
|
|
@ -21,11 +21,11 @@
|
||||||
{%- if project.github -%}
|
{%- if project.github -%}
|
||||||
<div class="github-icon">
|
<div class="github-icon">
|
||||||
<div class="icon" data-toggle="tooltip" title="Code Repository">
|
<div class="icon" data-toggle="tooltip" title="Code Repository">
|
||||||
<a href="{{ project.github }}"><i class="fab fa-github gh-icon"></i></a>
|
<a href="{{ project.github }}"><i class="fa-brands fa-github gh-icon"></i></a>
|
||||||
</div>
|
</div>
|
||||||
{%- if project.github_stars -%}
|
{%- if project.github_stars -%}
|
||||||
<span class="stars" data-toggle="tooltip" title="GitHub Stars">
|
<span class="stars" data-toggle="tooltip" title="GitHub Stars">
|
||||||
<i class="fas fa-star"></i>
|
<i class="fa-solid fa-star"></i>
|
||||||
<span id="{{ project.github_stars }}-stars"></span>
|
<span id="{{ project.github_stars }}-stars"></span>
|
||||||
</span>
|
</span>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
{% if content.location %}
|
{% if content.location %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<p class="location"><i class="fas fa-map-marker-alt iconlocation"></i> {{ content.location }}</p>
|
<p class="location"><i class="fa-solid fa-location-dot iconlocation"></i> {{ content.location }}</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,11 @@
|
||||||
{%- if site.email -%}
|
{%- if site.email -%}
|
||||||
<a href="mailto:{{ site.email | encode_email }}" title="email"><i class="fas fa-envelope"></i></a>
|
<a href="mailto:{{ site.email | encode_email }}" title="email"><i class="fa-solid fa-envelope"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- if site.telegram_username -%}
|
{%- if site.telegram_username -%}
|
||||||
<a href="https://telegram.me/{{ site.telegram_username }}" title="telegram"><i class="fab fa-telegram"></i></a>
|
<a href="https://telegram.me/{{ site.telegram_username }}" title="telegram"><i class="fa-brands fa-telegram"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- if site.whatsapp_number -%}
|
{%- if site.whatsapp_number -%}
|
||||||
<a href="https://wa.me/{{ site.whatsapp_number }}" title="whatsapp"><i class="fab fa-whatsapp"></i></a>
|
<a href="https://wa.me/{{ site.whatsapp_number }}" title="whatsapp"><i class="fa-brands fa-whatsapp"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- if site.orcid_id -%}
|
{%- if site.orcid_id -%}
|
||||||
<a href="https://orcid.org/{{ site.orcid_id }}" title="ORCID"><i class="ai ai-orcid"></i></a>
|
<a href="https://orcid.org/{{ site.orcid_id }}" title="ORCID"><i class="ai ai-orcid"></i></a>
|
||||||
|
|
@ -32,85 +32,85 @@
|
||||||
<a href="https://www.scopus.com/authid/detail.uri?authorId={{site.scopus_id}}" title="Scopus"><i class="ai ai-scopus"></i></a>
|
<a href="https://www.scopus.com/authid/detail.uri?authorId={{site.scopus_id}}" title="Scopus"><i class="ai ai-scopus"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- if site.github_username -%}
|
{%- if site.github_username -%}
|
||||||
<a href="https://github.com/{{ site.github_username }}" title="GitHub"><i class="fab fa-github"></i></a>
|
<a href="https://github.com/{{ site.github_username }}" title="GitHub"><i class="fa-brands fa-github"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- if site.linkedin_username -%}
|
{%- if site.linkedin_username -%}
|
||||||
<a href="https://www.linkedin.com/in/{{ site.linkedin_username }}" title="LinkedIn"><i class="fab fa-linkedin"></i></a>
|
<a href="https://www.linkedin.com/in/{{ site.linkedin_username }}" title="LinkedIn"><i class="fa-brands fa-linkedin"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- if site.twitter_username -%}
|
{%- if site.x_username -%}
|
||||||
<a href="https://twitter.com/{{ site.twitter_username }}" title="Twitter"><i class="fab fa-twitter"></i></a>
|
<a href="https://twitter.com/{{ site.x_username }}" title="X"><i class="fa-brands fa-x-twitter"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- if site.mastodon_username -%}
|
{%- if site.mastodon_username -%}
|
||||||
<a rel="me" href="https://{{ site.mastodon_username }}" title="Mastodon"><i class="fab fa-mastodon"></i></a>
|
<a rel="me" href="https://{{ site.mastodon_username }}" title="Mastodon"><i class="fa-brands fa-mastodon"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- if site.medium_username -%}
|
{%- if site.medium_username -%}
|
||||||
<a href="https://medium.com/@{{ site.medium_username }}" title="Medium"><i class="fab fa-medium"></i></a>
|
<a href="https://medium.com/@{{ site.medium_username }}" title="Medium"><i class="fa-brands fa-medium"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- if site.quora_username -%}
|
{%- if site.quora_username -%}
|
||||||
<a href="https://www.quora.com/profile/{{ site.quora_username }}" title="Quora"><i class="fab fa-quora"></i></a>
|
<a href="https://www.quora.com/profile/{{ site.quora_username }}" title="Quora"><i class="fa-brands fa-quora"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- if site.blogger_url -%}
|
{%- if site.blogger_url -%}
|
||||||
<a href="{{ site.blogger_url }}" title="Blogger"><i class="fab fa-blogger-b"></i></a>
|
<a href="{{ site.blogger_url }}" title="Blogger"><i class="fa-brands fa-blogger-b"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- if site.work_url -%}
|
{%- if site.work_url -%}
|
||||||
<a href="{{ site.work_url }}" title="Work"><i class="fas fa-briefcase"></i></a>
|
<a href="{{ site.work_url }}" title="Work"><i class="fa-solid fa-briefcase"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- if site.wikidata_id -%}
|
{%- if site.wikidata_id -%}
|
||||||
<a href="https://www.wikidata.org/wiki/{{ site.wikidata_id }}" title="Wikidata"><i class="fas fa-barcode"></i></a>
|
<a href="https://www.wikidata.org/wiki/{{ site.wikidata_id }}" title="Wikidata"><i class="fa-solid fa-barcode"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- if site.wikipedia_id -%}
|
{%- if site.wikipedia_id -%}
|
||||||
<a href="https://wikipedia.org/wiki/User:{{ site.wikipedia_id }}" title="Wikipedia"><i class="fab fa-wikipedia-w"></i></a>
|
<a href="https://wikipedia.org/wiki/User:{{ site.wikipedia_id }}" title="Wikipedia"><i class="fa-brands fa-wikipedia-w"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- if site.strava_userid -%}
|
{%- if site.strava_userid -%}
|
||||||
<a href="https://www.strava.com/athletes/{{ site.strava_userid }}" title="Strava"><i class="fab fa-strava"></i></a>
|
<a href="https://www.strava.com/athletes/{{ site.strava_userid }}" title="Strava"><i class="fa-brands fa-strava"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- if site.keybase_username -%}
|
{%- if site.keybase_username -%}
|
||||||
<a href="https://keybase.io/{{ site.keybase_username }}" title="Keybase"><i class="fab fa-keybase"></i></a>
|
<a href="https://keybase.io/{{ site.keybase_username }}" title="Keybase"><i class="fa-brands fa-keybase"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- if site.gitlab_username -%}
|
{%- if site.gitlab_username -%}
|
||||||
<a href="https://gitlab.com/{{ site.gitlab_username }}" title="GitLab"><i class="fab fa-gitlab"></i></a>
|
<a href="https://gitlab.com/{{ site.gitlab_username }}" title="GitLab"><i class="fa-brands fa-gitlab"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- if site.dblp_url -%}
|
{%- if site.dblp_url -%}
|
||||||
<a href="{{ site.dblp_url }}" title="DBLP"><i class="ai ai-dblp"></i></a>
|
<a href="{{ site.dblp_url }}" title="DBLP"><i class="ai ai-dblp"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- if site.stackoverflow_id -%}
|
{%- if site.stackoverflow_id -%}
|
||||||
<a href="https://stackoverflow.com/users/{{ site.stackoverflow_id }}" title="Stackoverflow"><i class="fab fa-stack-overflow"></i></a>
|
<a href="https://stackoverflow.com/users/{{ site.stackoverflow_id }}" title="Stackoverflow"><i class="fa-brands fa-stack-overflow"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- if site.kaggle_id -%}
|
{%- if site.kaggle_id -%}
|
||||||
<a href="https://www.kaggle.com/{{ site.kaggle_id }}" title="Kaggle"><i class="fab fa-kaggle"></i></a>
|
<a href="https://www.kaggle.com/{{ site.kaggle_id }}" title="Kaggle"><i class="fa-brands fa-kaggle"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- if site.lastfm_id -%}
|
{%- if site.lastfm_id -%}
|
||||||
<a href="https://www.last.fm/user/{{ site.lastfm_id }}" title="Last FM"><i class="fab fa-lastfm"></i></a>
|
<a href="https://www.last.fm/user/{{ site.lastfm_id }}" title="Last FM"><i class="fa-brands fa-lastfm"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- if site.spotify_id -%}
|
{%- if site.spotify_id -%}
|
||||||
<a href="https://open.spotify.com/user/{{ site.spotify_id }}" title="Spotify"><i class="fab fa-spotify"></i></a>
|
<a href="https://open.spotify.com/user/{{ site.spotify_id }}" title="Spotify"><i class="fa-brands fa-spotify"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- if site.pinterest_id -%}
|
{%- if site.pinterest_id -%}
|
||||||
<a href="https://www.pinterest.com/{{ site.pinterest_id }}" title="Pinterest"><i class="fab fa-pinterest"></i></a>
|
<a href="https://www.pinterest.com/{{ site.pinterest_id }}" title="Pinterest"><i class="fa-brands fa-pinterest"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- if site.unsplash_id -%}
|
{%- if site.unsplash_id -%}
|
||||||
<a href="https://unsplash.com/@{{ site.unsplash_id }}" title="Unsplash"><i class="fab fa-unsplash"></i></a>
|
<a href="https://unsplash.com/@{{ site.unsplash_id }}" title="Unsplash"><i class="fa-brands fa-unsplash"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- if site.instagram_id -%}
|
{%- if site.instagram_id -%}
|
||||||
<a href="https://instagram.com/{{ site.instagram_id }}" title="Instagram"><i class="fab fa-instagram"></i></a>
|
<a href="https://instagram.com/{{ site.instagram_id }}" title="Instagram"><i class="fa-brands fa-instagram"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- if site.facebook_id -%}
|
{%- if site.facebook_id -%}
|
||||||
<a href="https://facebook.com/{{ site.facebook_id }}" title="Facebook"><i class="fab fa-facebook"></i></a>
|
<a href="https://facebook.com/{{ site.facebook_id }}" title="Facebook"><i class="fa-brands fa-facebook"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- if site.youtube_id -%}
|
{%- if site.youtube_id -%}
|
||||||
<a href="https://youtube.com/@{{ site.youtube_id }}" title="YouTube"><i class="fab fa-youtube"></i></a>
|
<a href="https://youtube.com/@{{ site.youtube_id }}" title="YouTube"><i class="fa-brands fa-youtube"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- if site.discord_id -%}
|
{%- if site.discord_id -%}
|
||||||
<a href="https://discord.com/users/{{ site.discord_id }}" title="Discord"><i class="fab fa-discord"></i></a>
|
<a href="https://discord.com/users/{{ site.discord_id }}" title="Discord"><i class="fa-brands fa-discord"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- if site.zotero_username -%}
|
{%- if site.zotero_username -%}
|
||||||
<a href="https://www.zotero.org/{{ site.zotero_username }}" title="Zotero"><i class="ai ai-zotero"></i></a>
|
<a href="https://www.zotero.org/{{ site.zotero_username }}" title="Zotero"><i class="ai ai-zotero"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- if site.rss_icon -%}
|
{%- if site.rss_icon -%}
|
||||||
<a href="{{ site.baseurl }}/feed.xml" title="RSS Feed"><i class="fas fa-rss-square"></i></a>
|
<a href="{{ site.baseurl }}/feed.xml" title="RSS Feed"><i class="fa-solid fa-square-rss"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- if site.wechat_qr -%}
|
{%- if site.wechat_qr -%}
|
||||||
<a id="WeChatBtn" title="WeChat"><i class="fab fa-weixin"></i></a>
|
<a id="WeChatBtn" title="WeChat"><i class="fa-brands fa-weixin"></i></a>
|
||||||
<div id="WeChatMod" class="wechat-modal">
|
<div id="WeChatMod" class="wechat-modal">
|
||||||
<img src="{{ site.wechat_qr | prepend: 'assets/img/' | relative_url }}" alt="WeChat QR" id="WeChatQR">
|
<img src="{{ site.wechat_qr | prepend: 'assets/img/' | relative_url }}" alt="WeChat QR" id="WeChatQR">
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ layout: default
|
||||||
<div class="post">
|
<div class="post">
|
||||||
|
|
||||||
<header class="post-header">
|
<header class="post-header">
|
||||||
<h1 class="post-title"> <i class="fas fa-tag fa-sm"></i> {{ page.title }} </h1>
|
<h1 class="post-title"> <i class="fa-solid fa-tag fa-sm"></i> {{ page.title }} </h1>
|
||||||
<p class="post-description"> an archive of posts in this category </p>
|
<p class="post-description"> an archive of posts in this category </p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ layout: default
|
||||||
<div class="post">
|
<div class="post">
|
||||||
|
|
||||||
<header class="post-header">
|
<header class="post-header">
|
||||||
<h1 class="post-title"> <i class="fas fa-hashtag fa-sm"></i> {{ page.title }} </h1>
|
<h1 class="post-title"> <i class="fa-solid fa-hashtag fa-sm"></i> {{ page.title }} </h1>
|
||||||
<p class="post-description"> an archive of posts with this tag </p>
|
<p class="post-description"> an archive of posts with this tag </p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ layout: default
|
||||||
<div class="post">
|
<div class="post">
|
||||||
|
|
||||||
<header class="post-header">
|
<header class="post-header">
|
||||||
<h1 class="post-title"> <i class="fas fa-calendar fa-sm"></i> {{ page.date | date: "%Y" }} </h1>
|
<h1 class="post-title"> <i class="fa-solid fa-calendar fa-sm"></i> {{ page.date | date: "%Y" }} </h1>
|
||||||
<p class="post-description"> an archive of posts from this year </p>
|
<p class="post-description"> an archive of posts from this year </p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ layout: default
|
||||||
<div class="post">
|
<div class="post">
|
||||||
|
|
||||||
<header class="post-header">
|
<header class="post-header">
|
||||||
<h1 class="post-title">{{ page.title }} {% if page.cv_pdf %}<a href="{{ page.cv_pdf | prepend: 'assets/pdf/' | relative_url}}" target="_blank" rel="noopener noreferrer" class="float-right"><i class="fas fa-file-pdf"></i></a>{% endif %}</h1>
|
<h1 class="post-title">{{ page.title }} {% if page.cv_pdf %}<a href="{{ page.cv_pdf | prepend: 'assets/pdf/' | relative_url}}" target="_blank" rel="noopener noreferrer" class="float-right"><i class="fa-solid fa-file-pdf"></i></a>{% endif %}</h1>
|
||||||
{% if page.description %}<p class="post-description">{{ page.description }}</p>{% endif %}
|
{% if page.description %}<p class="post-description">{{ page.description }}</p>{% endif %}
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
@ -41,7 +41,7 @@ layout: default
|
||||||
<div class="post">
|
<div class="post">
|
||||||
|
|
||||||
<header class="post-header">
|
<header class="post-header">
|
||||||
<h1 class="post-title">{{ page.title }} {% if page.cv_pdf %}<a href="{{ page.cv_pdf | prepend: 'assets/pdf/' | relative_url}}" target="_blank" rel="noopener noreferrer" class="float-right"><i class="fas fa-file-pdf"></i></a>{% endif %}</h1>
|
<h1 class="post-title">{{ page.title }} {% if page.cv_pdf %}<a href="{{ page.cv_pdf | prepend: 'assets/pdf/' | relative_url}}" target="_blank" rel="noopener noreferrer" class="float-right"><i class="fa-solid fa-file-pdf"></i></a>{% endif %}</h1>
|
||||||
{% if page.description %}<p class="post-description">{{ page.description }}</p>{% endif %}
|
{% if page.description %}<p class="post-description">{{ page.description }}</p>{% endif %}
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,12 +19,12 @@ layout: default
|
||||||
<h1 class="post-title">{{ page.title }}</h1>
|
<h1 class="post-title">{{ page.title }}</h1>
|
||||||
<p class="post-meta">{{ page.date | date: "%B %-d, %Y" }}{%- if page.author -%} • {{ page.author }}{%- endif -%}{%- if page.meta -%} • {{ page.meta }}{%- endif -%}</p>
|
<p class="post-meta">{{ page.date | date: "%B %-d, %Y" }}{%- if page.author -%} • {{ page.author }}{%- endif -%}{%- if page.meta -%} • {{ page.meta }}{%- endif -%}</p>
|
||||||
<p class="post-tags">
|
<p class="post-tags">
|
||||||
<a href="{{ year | prepend: '/blog/' | prepend: site.baseurl}}"> <i class="fas fa-calendar fa-sm"></i> {{ year }} </a>
|
<a href="{{ year | prepend: '/blog/' | prepend: site.baseurl}}"> <i class="fa-solid fa-calendar fa-sm"></i> {{ year }} </a>
|
||||||
{%- if tags != "" %}
|
{%- if tags != "" %}
|
||||||
·
|
·
|
||||||
{% for tag in page.tags -%}
|
{% for tag in page.tags -%}
|
||||||
<a href="{{ tag | slugify | prepend: '/blog/tag/' | prepend: site.baseurl}}">
|
<a href="{{ tag | slugify | prepend: '/blog/tag/' | prepend: site.baseurl}}">
|
||||||
<i class="fas fa-hashtag fa-sm"></i> {{ tag }}</a>
|
<i class="fa-solid fa-hashtag fa-sm"></i> {{ tag }}</a>
|
||||||
{% endfor -%}
|
{% endfor -%}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
@ -32,7 +32,7 @@ layout: default
|
||||||
·
|
·
|
||||||
{% for category in page.categories -%}
|
{% for category in page.categories -%}
|
||||||
<a href="{{ category | slugify | prepend: '/blog/category/' | prepend: site.baseurl}}">
|
<a href="{{ category | slugify | prepend: '/blog/category/' | prepend: site.baseurl}}">
|
||||||
<i class="fas fa-tag fa-sm"></i> {{ category }}</a>
|
<i class="fa-solid fa-tag fa-sm"></i> {{ category }}</a>
|
||||||
{% endfor -%}
|
{% endfor -%}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2055,6 +2055,7 @@ $fa-var-the-red-yeti: \f69d;
|
||||||
$fa-var-square-hacker-news: \f3af;
|
$fa-var-square-hacker-news: \f3af;
|
||||||
$fa-var-hacker-news-square: \f3af;
|
$fa-var-hacker-news-square: \f3af;
|
||||||
$fa-var-edge: \f282;
|
$fa-var-edge: \f282;
|
||||||
|
$fa-var-threads: \e618;
|
||||||
$fa-var-napster: \f3d2;
|
$fa-var-napster: \f3d2;
|
||||||
$fa-var-square-snapchat: \f2ad;
|
$fa-var-square-snapchat: \f2ad;
|
||||||
$fa-var-snapchat-square: \f2ad;
|
$fa-var-snapchat-square: \f2ad;
|
||||||
|
|
@ -2111,6 +2112,7 @@ $fa-var-mix: \f3cb;
|
||||||
$fa-var-steam: \f1b6;
|
$fa-var-steam: \f1b6;
|
||||||
$fa-var-cc-apple-pay: \f416;
|
$fa-var-cc-apple-pay: \f416;
|
||||||
$fa-var-scribd: \f28a;
|
$fa-var-scribd: \f28a;
|
||||||
|
$fa-var-debian: \e60b;
|
||||||
$fa-var-openid: \f19b;
|
$fa-var-openid: \f19b;
|
||||||
$fa-var-instalod: \e081;
|
$fa-var-instalod: \e081;
|
||||||
$fa-var-expeditedssl: \f23e;
|
$fa-var-expeditedssl: \f23e;
|
||||||
|
|
@ -2191,6 +2193,7 @@ $fa-var-fedex: \f797;
|
||||||
$fa-var-phoenix-framework: \f3dc;
|
$fa-var-phoenix-framework: \f3dc;
|
||||||
$fa-var-shopify: \e057;
|
$fa-var-shopify: \e057;
|
||||||
$fa-var-neos: \f612;
|
$fa-var-neos: \f612;
|
||||||
|
$fa-var-square-threads: \e619;
|
||||||
$fa-var-hackerrank: \f5f7;
|
$fa-var-hackerrank: \f5f7;
|
||||||
$fa-var-researchgate: \f4f8;
|
$fa-var-researchgate: \f4f8;
|
||||||
$fa-var-swift: \f8e1;
|
$fa-var-swift: \f8e1;
|
||||||
|
|
@ -2305,6 +2308,7 @@ $fa-var-audible: \f373;
|
||||||
$fa-var-think-peaks: \f731;
|
$fa-var-think-peaks: \f731;
|
||||||
$fa-var-bilibili: \e3d9;
|
$fa-var-bilibili: \e3d9;
|
||||||
$fa-var-erlang: \f39d;
|
$fa-var-erlang: \f39d;
|
||||||
|
$fa-var-x-twitter: \e61b;
|
||||||
$fa-var-cotton-bureau: \f89e;
|
$fa-var-cotton-bureau: \f89e;
|
||||||
$fa-var-dashcube: \f210;
|
$fa-var-dashcube: \f210;
|
||||||
$fa-var-42-group: \e080;
|
$fa-var-42-group: \e080;
|
||||||
|
|
@ -2470,6 +2474,7 @@ $fa-var-usb: \f287;
|
||||||
$fa-var-tumblr: \f173;
|
$fa-var-tumblr: \f173;
|
||||||
$fa-var-vaadin: \f408;
|
$fa-var-vaadin: \f408;
|
||||||
$fa-var-quora: \f2c4;
|
$fa-var-quora: \f2c4;
|
||||||
|
$fa-var-square-x-twitter: \e61a;
|
||||||
$fa-var-reacteurope: \f75d;
|
$fa-var-reacteurope: \f75d;
|
||||||
$fa-var-medium: \f23a;
|
$fa-var-medium: \f23a;
|
||||||
$fa-var-medium-m: \f23a;
|
$fa-var-medium-m: \f23a;
|
||||||
|
|
@ -4512,6 +4517,7 @@ $fa-brand-icons: (
|
||||||
"square-hacker-news": $fa-var-square-hacker-news,
|
"square-hacker-news": $fa-var-square-hacker-news,
|
||||||
"hacker-news-square": $fa-var-hacker-news-square,
|
"hacker-news-square": $fa-var-hacker-news-square,
|
||||||
"edge": $fa-var-edge,
|
"edge": $fa-var-edge,
|
||||||
|
"threads": $fa-var-threads,
|
||||||
"napster": $fa-var-napster,
|
"napster": $fa-var-napster,
|
||||||
"square-snapchat": $fa-var-square-snapchat,
|
"square-snapchat": $fa-var-square-snapchat,
|
||||||
"snapchat-square": $fa-var-snapchat-square,
|
"snapchat-square": $fa-var-snapchat-square,
|
||||||
|
|
@ -4568,6 +4574,7 @@ $fa-brand-icons: (
|
||||||
"steam": $fa-var-steam,
|
"steam": $fa-var-steam,
|
||||||
"cc-apple-pay": $fa-var-cc-apple-pay,
|
"cc-apple-pay": $fa-var-cc-apple-pay,
|
||||||
"scribd": $fa-var-scribd,
|
"scribd": $fa-var-scribd,
|
||||||
|
"debian": $fa-var-debian,
|
||||||
"openid": $fa-var-openid,
|
"openid": $fa-var-openid,
|
||||||
"instalod": $fa-var-instalod,
|
"instalod": $fa-var-instalod,
|
||||||
"expeditedssl": $fa-var-expeditedssl,
|
"expeditedssl": $fa-var-expeditedssl,
|
||||||
|
|
@ -4648,6 +4655,7 @@ $fa-brand-icons: (
|
||||||
"phoenix-framework": $fa-var-phoenix-framework,
|
"phoenix-framework": $fa-var-phoenix-framework,
|
||||||
"shopify": $fa-var-shopify,
|
"shopify": $fa-var-shopify,
|
||||||
"neos": $fa-var-neos,
|
"neos": $fa-var-neos,
|
||||||
|
"square-threads": $fa-var-square-threads,
|
||||||
"hackerrank": $fa-var-hackerrank,
|
"hackerrank": $fa-var-hackerrank,
|
||||||
"researchgate": $fa-var-researchgate,
|
"researchgate": $fa-var-researchgate,
|
||||||
"swift": $fa-var-swift,
|
"swift": $fa-var-swift,
|
||||||
|
|
@ -4762,6 +4770,7 @@ $fa-brand-icons: (
|
||||||
"think-peaks": $fa-var-think-peaks,
|
"think-peaks": $fa-var-think-peaks,
|
||||||
"bilibili": $fa-var-bilibili,
|
"bilibili": $fa-var-bilibili,
|
||||||
"erlang": $fa-var-erlang,
|
"erlang": $fa-var-erlang,
|
||||||
|
"x-twitter": $fa-var-x-twitter,
|
||||||
"cotton-bureau": $fa-var-cotton-bureau,
|
"cotton-bureau": $fa-var-cotton-bureau,
|
||||||
"dashcube": $fa-var-dashcube,
|
"dashcube": $fa-var-dashcube,
|
||||||
"42-group": $fa-var-42-group,
|
"42-group": $fa-var-42-group,
|
||||||
|
|
@ -4927,6 +4936,7 @@ $fa-brand-icons: (
|
||||||
"tumblr": $fa-var-tumblr,
|
"tumblr": $fa-var-tumblr,
|
||||||
"vaadin": $fa-var-vaadin,
|
"vaadin": $fa-var-vaadin,
|
||||||
"quora": $fa-var-quora,
|
"quora": $fa-var-quora,
|
||||||
|
"square-x-twitter": $fa-var-square-x-twitter,
|
||||||
"reacteurope": $fa-var-reacteurope,
|
"reacteurope": $fa-var-reacteurope,
|
||||||
"medium": $fa-var-medium,
|
"medium": $fa-var-medium,
|
||||||
"medium-m": $fa-var-medium-m,
|
"medium-m": $fa-var-medium-m,
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
* Copyright 2023 Fonticons, Inc.
|
* Copyright 2023 Fonticons, Inc.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
* Copyright 2023 Fonticons, Inc.
|
* Copyright 2023 Fonticons, Inc.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
* Copyright 2023 Fonticons, Inc.
|
* Copyright 2023 Fonticons, Inc.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
* Copyright 2023 Fonticons, Inc.
|
* Copyright 2023 Fonticons, Inc.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
* Copyright 2023 Fonticons, Inc.
|
* Copyright 2023 Fonticons, Inc.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ codeBlocks.forEach(function (codeBlock) {
|
||||||
copyButton.type = 'button';
|
copyButton.type = 'button';
|
||||||
copyButton.ariaLabel = 'Copy code to clipboard';
|
copyButton.ariaLabel = 'Copy code to clipboard';
|
||||||
copyButton.innerText = 'Copy';
|
copyButton.innerText = 'Copy';
|
||||||
copyButton.innerHTML = '<i class="fas fa-clipboard"></i>';
|
copyButton.innerHTML = '<i class="fa-solid fa-clipboard"></i>';
|
||||||
|
|
||||||
// get code from code block and copy to clipboard
|
// get code from code block and copy to clipboard
|
||||||
copyButton.addEventListener('click', function () {
|
copyButton.addEventListener('click', function () {
|
||||||
|
|
@ -24,15 +24,15 @@ codeBlocks.forEach(function (codeBlock) {
|
||||||
}
|
}
|
||||||
window.navigator.clipboard.writeText(code);
|
window.navigator.clipboard.writeText(code);
|
||||||
copyButton.innerText = 'Copied';
|
copyButton.innerText = 'Copied';
|
||||||
copyButton.innerHTML = '<i class="fas fa-clipboard-check"></i>';
|
copyButton.innerHTML = '<i class="fa-solid fa-clipboard-check"></i>';
|
||||||
var waitFor = 3000;
|
var waitFor = 3000;
|
||||||
|
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
copyButton.innerText = 'Copy';
|
copyButton.innerText = 'Copy';
|
||||||
copyButton.innerHTML = '<i class="fas fa-clipboard"></i>';
|
copyButton.innerHTML = '<i class="fa-solid fa-clipboard"></i>';
|
||||||
}, waitFor);
|
}, waitFor);
|
||||||
});
|
});
|
||||||
|
|
||||||
// create wrapper div
|
// create wrapper div
|
||||||
var wrapper = document.createElement('div');
|
var wrapper = document.createElement('div');
|
||||||
wrapper.className = 'code-display-wrapper';
|
wrapper.className = 'code-display-wrapper';
|
||||||
|
|
|
||||||
|
|
@ -77,46 +77,46 @@
|
||||||
"date": "2018-01-01",
|
"date": "2018-01-01",
|
||||||
"issuer": "Stanford University",
|
"issuer": "Stanford University",
|
||||||
"url": "https://example.com",
|
"url": "https://example.com",
|
||||||
"icon": "fa fa-map-marker-alt"
|
"icon": "fa-solid fa-location-dot"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Quantum Computing",
|
"name": "Quantum Computing",
|
||||||
"date": "2018-01-01",
|
"date": "2018-01-01",
|
||||||
"issuer": "Stanford University",
|
"issuer": "Stanford University",
|
||||||
"url": "https://example.com",
|
"url": "https://example.com",
|
||||||
"icon": "fa fa-tag"
|
"icon": "fa-solid fa-tag"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Quantum Information",
|
"name": "Quantum Information",
|
||||||
"date": "2018-01-01",
|
"date": "2018-01-01",
|
||||||
"issuer": "Stanford University",
|
"issuer": "Stanford University",
|
||||||
"url": "https://example.com",
|
"url": "https://example.com",
|
||||||
"icon": "fa fa-envelope"
|
"icon": "fa-solid fa-envelope"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Quantum Cryptography",
|
"name": "Quantum Cryptography",
|
||||||
"date": "2018-01-01",
|
"date": "2018-01-01",
|
||||||
"issuer": "Stanford University",
|
"issuer": "Stanford University",
|
||||||
"url": "https://example.com",
|
"url": "https://example.com",
|
||||||
"icon": "fa fa fa-hashtag"
|
"icon": "fa-solid fa-hashtag"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Quantum Communication",
|
"name": "Quantum Communication",
|
||||||
"date": "2018-01-01",
|
"date": "2018-01-01",
|
||||||
"issuer": "Stanford University",
|
"issuer": "Stanford University",
|
||||||
"url": "https://example.com",
|
"url": "https://example.com",
|
||||||
"icon": "fa fa-calendar"
|
"icon": "fa-solid fa-calendar"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Quantum Teleportation",
|
"name": "Quantum Teleportation",
|
||||||
"date": "2018-01-01",
|
"date": "2018-01-01",
|
||||||
"issuer": "Stanford University",
|
"issuer": "Stanford University",
|
||||||
"url": "https://example.com",
|
"url": "https://example.com",
|
||||||
"icon": "fa fa-clipboard-check"
|
"icon": "fa-solid fa-clipboard-check"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"publications": [
|
"publications": [
|
||||||
{
|
{
|
||||||
"name": "Zur Elektrody/namik bewegter Körper",
|
"name": "Zur Elektrody/namik bewegter Körper",
|
||||||
"publisher": "Annalen der Physik",
|
"publisher": "Annalen der Physik",
|
||||||
"releaseDate": "1905-06-30",
|
"releaseDate": "1905-06-30",
|
||||||
|
|
@ -142,7 +142,7 @@
|
||||||
{
|
{
|
||||||
"name": "Physics",
|
"name": "Physics",
|
||||||
"level": "Master",
|
"level": "Master",
|
||||||
"icon": "fa fa fa-hashtag",
|
"icon": "fa-solid fa-hashtag",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Quantum Mechanics","Quantum Computing","Quantum Information","Quantum Cryptography","Quantum Communication","Quantum Teleportation"
|
"Quantum Mechanics","Quantum Computing","Quantum Information","Quantum Cryptography","Quantum Communication","Quantum Teleportation"
|
||||||
]
|
]
|
||||||
|
|
@ -163,7 +163,7 @@
|
||||||
"interests": [
|
"interests": [
|
||||||
{
|
{
|
||||||
"name": "Physics",
|
"name": "Physics",
|
||||||
"icon": "fa fa-tag",
|
"icon": "fa-solid fa-tag",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Quantum Mechanics","Quantum Computing","Quantum Information","Quantum Cryptography","Quantum Communication","Quantum Teleportation"
|
"Quantum Mechanics","Quantum Computing","Quantum Information","Quantum Cryptography","Quantum Communication","Quantum Teleportation"
|
||||||
]
|
]
|
||||||
|
|
@ -172,13 +172,13 @@
|
||||||
"references": [
|
"references": [
|
||||||
{
|
{
|
||||||
"name": "Professor John Doe",
|
"name": "Professor John Doe",
|
||||||
"icon": "fa fa-laptop",
|
"icon": "fa-solid fa-laptop",
|
||||||
"reference": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam condimentum, diam quis convallis euismod, arcu mi ullamcorper lorem, a vestibulum nunc magna at sem. Sed in risus ac felis varius blandit. D"
|
"reference": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam condimentum, diam quis convallis euismod, arcu mi ullamcorper lorem, a vestibulum nunc magna at sem. Sed in risus ac felis varius blandit. D"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Professor John Doe",
|
"name": "Professor John Doe",
|
||||||
"icon": "fa fa-thumbtack",
|
"icon": "fa-solid fa-thumbtack",
|
||||||
"reference": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam condimentum, diam quis convallis euismod, arcu mi ullamcorper lorem, a vestibulum nunc magna at sem. Sed in risus ac felis varius blandit. D"
|
"reference": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam condimentum, diam quis convallis euismod, arcu mi ullamcorper lorem, a vestibulum nunc magna at sem. Sed in risus ac felis varius blandit. D"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"projects": [
|
"projects": [
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -30,7 +30,7 @@ pagination:
|
||||||
<ul class="p-0 m-0">
|
<ul class="p-0 m-0">
|
||||||
{% for tag in site.display_tags %}
|
{% for tag in site.display_tags %}
|
||||||
<li>
|
<li>
|
||||||
<i class="fas fa-hashtag fa-sm"></i> <a href="{{ tag | slugify | prepend: '/blog/tag/' | relative_url }}">{{ tag }}</a>
|
<i class="fa-solid fa-hashtag fa-sm"></i> <a href="{{ tag | slugify | prepend: '/blog/tag/' | relative_url }}">{{ tag }}</a>
|
||||||
</li>
|
</li>
|
||||||
{% unless forloop.last %}
|
{% unless forloop.last %}
|
||||||
<p>•</p>
|
<p>•</p>
|
||||||
|
|
@ -41,7 +41,7 @@ pagination:
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% for category in site.display_categories %}
|
{% for category in site.display_categories %}
|
||||||
<li>
|
<li>
|
||||||
<i class="fas fa-tag fa-sm"></i> <a href="{{ category | slugify | prepend: '/blog/category/' | relative_url }}">{{ category }}</a>
|
<i class="fa-solid fa-tag fa-sm"></i> <a href="{{ category | slugify | prepend: '/blog/category/' | relative_url }}">{{ category }}</a>
|
||||||
</li>
|
</li>
|
||||||
{% unless forloop.last %}
|
{% unless forloop.last %}
|
||||||
<p>•</p>
|
<p>•</p>
|
||||||
|
|
@ -80,7 +80,7 @@ pagination:
|
||||||
<p class="post-meta">
|
<p class="post-meta">
|
||||||
{{ read_time }} min read ·
|
{{ read_time }} min read ·
|
||||||
<a href="{{ year | prepend: '/blog/' | prepend: site.baseurl}}">
|
<a href="{{ year | prepend: '/blog/' | prepend: site.baseurl}}">
|
||||||
<i class="fas fa-calendar fa-sm"></i> {{ year }} </a>
|
<i class="fa-solid fa-calendar fa-sm"></i> {{ year }} </a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -133,13 +133,13 @@ pagination:
|
||||||
</p>
|
</p>
|
||||||
<p class="post-tags">
|
<p class="post-tags">
|
||||||
<a href="{{ year | prepend: '/blog/' | prepend: site.baseurl}}">
|
<a href="{{ year | prepend: '/blog/' | prepend: site.baseurl}}">
|
||||||
<i class="fas fa-calendar fa-sm"></i> {{ year }} </a>
|
<i class="fa-solid fa-calendar fa-sm"></i> {{ year }} </a>
|
||||||
|
|
||||||
{% if tags != "" %}
|
{% if tags != "" %}
|
||||||
·
|
·
|
||||||
{% for tag in post.tags %}
|
{% for tag in post.tags %}
|
||||||
<a href="{{ tag | slugify | prepend: '/blog/tag/' | prepend: site.baseurl}}">
|
<a href="{{ tag | slugify | prepend: '/blog/tag/' | prepend: site.baseurl}}">
|
||||||
<i class="fas fa-hashtag fa-sm"></i> {{ tag }}</a>
|
<i class="fa-solid fa-hashtag fa-sm"></i> {{ tag }}</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
@ -147,7 +147,7 @@ pagination:
|
||||||
·
|
·
|
||||||
{% for category in post.categories %}
|
{% for category in post.categories %}
|
||||||
<a href="{{ category | slugify | prepend: '/blog/category/' | prepend: site.baseurl}}">
|
<a href="{{ category | slugify | prepend: '/blog/category/' | prepend: site.baseurl}}">
|
||||||
<i class="fas fa-tag fa-sm"></i> {{ category }}</a>
|
<i class="fa-solid fa-tag fa-sm"></i> {{ category }}</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue