diff --git a/_config.yml b/_config.yml index cdce9e1..9a2e739 100644 --- a/_config.yml +++ b/_config.yml @@ -69,7 +69,7 @@ og_image: # The site-wide (default for all links) Open Graph preview image github_username: # your GitHub 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 linkedin_username: # your LinkedIn user name telegram_username: # your Telegram user name diff --git a/_includes/cv/time_table.html b/_includes/cv/time_table.html index 957fc4b..86a9637 100644 --- a/_includes/cv/time_table.html +++ b/_includes/cv/time_table.html @@ -14,13 +14,13 @@ {% if content.location %} -

{{ content.location }}

+

{{ content.location }}

{% endif %} - + {% endif %}
@@ -32,13 +32,13 @@ {% if content.institution %} - + {{content.institution}} {% endif %} {% if content.department %} - + {{content.department}} {% endif %} diff --git a/_includes/header.html b/_includes/header.html index 79779f6..bd59870 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -99,8 +99,8 @@
  • {%- endif %} diff --git a/_includes/metadata.html b/_includes/metadata.html index 6b0cd71..0813a87 100644 --- a/_includes/metadata.html +++ b/_includes/metadata.html @@ -67,9 +67,9 @@ {% if page.og_image or site.og_image -%} {%- endif %} - {% if site.twitter_username -%} - - + {% if site.x_username -%} + + {%- endif %} {%- endif %} @@ -122,8 +122,8 @@ {%- capture link -%}https://www.linkedin.com/in/{{ site.linkedin_username }}{%- endcapture -%} {%- assign sameaslinks = sameaslinks | push: link -%} {%- endif -%} - {%- if site.twitter_username -%} - {%- capture link -%}https://twitter.com/{{ site.twitter_username }}{%- endcapture -%} + {%- if site.x_username -%} + {%- capture link -%}https://twitter.com/{{ site.x_username }}{%- endcapture -%} {%- assign sameaslinks = sameaslinks | push: link -%} {%- endif -%} {%- if site.mastodon_username -%} diff --git a/_includes/projects.html b/_includes/projects.html index 503146e..36c2c34 100644 --- a/_includes/projects.html +++ b/_includes/projects.html @@ -19,11 +19,11 @@ {%- if project.github -%}
    - +
    {%- if project.github_stars -%} - + {%- endif %} diff --git a/_includes/projects_horizontal.html b/_includes/projects_horizontal.html index ddf7405..5db8bcc 100644 --- a/_includes/projects_horizontal.html +++ b/_includes/projects_horizontal.html @@ -21,11 +21,11 @@ {%- if project.github -%}
    - +
    {%- if project.github_stars -%} - + {%- endif -%} diff --git a/_includes/resume/education.html b/_includes/resume/education.html index 13427ae..a63b6ec 100644 --- a/_includes/resume/education.html +++ b/_includes/resume/education.html @@ -26,7 +26,7 @@ {% if content.location %} -

    {{ content.location }}

    +

    {{ content.location }}

    {% endif %} diff --git a/_includes/social.html b/_includes/social.html index 9131de6..b9d01aa 100644 --- a/_includes/social.html +++ b/_includes/social.html @@ -1,11 +1,11 @@ {%- if site.email -%} - + {% endif %} {%- if site.telegram_username -%} - + {% endif %} {%- if site.whatsapp_number -%} - + {% endif %} {%- if site.orcid_id -%} @@ -32,85 +32,85 @@ {% endif %} {%- if site.github_username -%} - + {% endif %} {%- if site.linkedin_username -%} - + {% endif %} - {%- if site.twitter_username -%} - + {%- if site.x_username -%} + {% endif %} {%- if site.mastodon_username -%} - + {% endif %} {%- if site.medium_username -%} - + {% endif %} {%- if site.quora_username -%} - + {% endif %} {%- if site.blogger_url -%} - + {% endif %} {%- if site.work_url -%} - + {% endif %} {%- if site.wikidata_id -%} - + {% endif %} {%- if site.wikipedia_id -%} - + {% endif %} {%- if site.strava_userid -%} - + {% endif %} {%- if site.keybase_username -%} - + {% endif %} {%- if site.gitlab_username -%} - + {% endif %} {%- if site.dblp_url -%} {% endif %} {%- if site.stackoverflow_id -%} - + {% endif %} {%- if site.kaggle_id -%} - + {% endif %} {%- if site.lastfm_id -%} - + {% endif %} {%- if site.spotify_id -%} - + {% endif %} {%- if site.pinterest_id -%} - + {% endif %} {%- if site.unsplash_id -%} - + {% endif %} {%- if site.instagram_id -%} - + {% endif %} {%- if site.facebook_id -%} - + {% endif %} {%- if site.youtube_id -%} - + {% endif %} {%- if site.discord_id -%} - + {% endif %} {%- if site.zotero_username -%} {% endif %} {%- if site.rss_icon -%} - + {% endif %} {%- if site.wechat_qr -%} - +
    WeChat QR
    diff --git a/_layouts/archive-category.html b/_layouts/archive-category.html index 79aad74..1a477a6 100644 --- a/_layouts/archive-category.html +++ b/_layouts/archive-category.html @@ -5,7 +5,7 @@ layout: default
    -

    {{ page.title }}

    +

    {{ page.title }}

    an archive of posts in this category

    diff --git a/_layouts/archive-tag.html b/_layouts/archive-tag.html index 66abaeb..7d1caf7 100644 --- a/_layouts/archive-tag.html +++ b/_layouts/archive-tag.html @@ -5,7 +5,7 @@ layout: default
    -

    {{ page.title }}

    +

    {{ page.title }}

    an archive of posts with this tag

    diff --git a/_layouts/archive-year.html b/_layouts/archive-year.html index 8af1d29..125e9b0 100644 --- a/_layouts/archive-year.html +++ b/_layouts/archive-year.html @@ -5,7 +5,7 @@ layout: default
    -

    {{ page.date | date: "%Y" }}

    +

    {{ page.date | date: "%Y" }}

    an archive of posts from this year

    diff --git a/_layouts/cv.html b/_layouts/cv.html index 3763791..a61259b 100644 --- a/_layouts/cv.html +++ b/_layouts/cv.html @@ -6,7 +6,7 @@ layout: default
    -

    {{ page.title }} {% if page.cv_pdf %}{% endif %}

    +

    {{ page.title }} {% if page.cv_pdf %}{% endif %}

    {% if page.description %}

    {{ page.description }}

    {% endif %}
    @@ -41,7 +41,7 @@ layout: default
    -

    {{ page.title }} {% if page.cv_pdf %}{% endif %}

    +

    {{ page.title }} {% if page.cv_pdf %}{% endif %}

    {% if page.description %}

    {{ page.description }}

    {% endif %}
    diff --git a/_layouts/post.html b/_layouts/post.html index 0a1e094..d86e3bb 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -19,12 +19,12 @@ layout: default

    {{ page.title }}

      {% for tag in site.display_tags %}
    • - {{ tag }} + {{ tag }}
    • {% unless forloop.last %}

      @@ -41,7 +41,7 @@ pagination: {% endif %} {% for category in site.display_categories %}
    • - {{ category }} + {{ category }}
    • {% unless forloop.last %}

      @@ -80,7 +80,7 @@ pagination:
    @@ -133,13 +133,13 @@ pagination: