Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid minifying .min.js, passing config to terser #1

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

george-gca
Copy link
Contributor

@george-gca george-gca commented Jul 13, 2024

Now avoiding minifying already minified files, getting config properly from _config.yml, and creating one single instance of Terser to handle all files.

@RobertoJBeltran RobertoJBeltran merged commit 2f73700 into RobertoJBeltran:master Oct 14, 2024
@RobertoJBeltran
Copy link
Owner

Cool!

@george-gca george-gca deleted the config_terser branch October 15, 2024 02:17
alshedivat added a commit to alshedivat/al-folio that referenced this pull request Jan 9, 2025
# Summary

since RobertoJBeltran/jekyll-terser#1 has been
merged, I'm removing the internal copy jekyll-terser and switching to
https://github.com/RobertoJBeltran/jekyll-terser instead. also,
refactored `Gemfile` a bit.
FrancescFe added a commit to CescFe/CescFe.github.io that referenced this pull request Jan 16, 2025
commit c5d0e92dbd9f2d7f12f2f08089340f880dbd45d1
Author: George <[email protected]>
Date:   Wed Jan 15 23:14:50 2025 -0300

    Update docker version on  INSTALL.md

commit 8d1ca80b003826cb2ae945d8a65f5fb71e0789e9
Author: George <[email protected]>
Date:   Wed Jan 15 23:14:16 2025 -0300

    Update docker version on docker-compose.yml

commit 82611b4b6dd65da805e036e783b13c1a716b4ba2
Author: George <[email protected]>
Date:   Wed Jan 15 23:12:15 2025 -0300

    Updated dependencies for next release (#2958)

    Signed-off-by: George Araújo <[email protected]>

commit da3203452589608efdab85702e58c9a51c7e51ba
Author: Suraj Khamkar <[email protected]>
Date:   Wed Jan 15 21:11:44 2025 -0500

    Fix issue causing no color inversion when rendering equations (#2956)

    ## Problem Description

    When dark mode is enabled, inline math expressions rendered using
    `$...$` in distill-style blog posts are displayed in black text. This
    makes them difficult to read against the dark background. The issue
    occurs because the default styles for MathJax-rendered content do not
    account for dark mode and set the text color to black.

    ## Proposed Solution

    This PR updates the MathJax setup to dynamically apply inline styles to
    ensure the text color of MathJax-rendered content inherits the parent
    container’s color. Specifically:
    - Added a custom action in the _MathJax.options.renderActions_ section
    to inject a CSS rule that sets _.mjx-container_ to inherit its color
    from its parent element.
    - Ensures that inline math expressions render correctly in both light
    and dark modes without explicitly setting a fixed color.

    ## Changes Made
    Modified the _mathjax-setup.js_ file to include:
    - Custom inline styles injected via JavaScript for _.mjx-container_
    elements.
    - Explicit handling of _inlineMath_ delimiters to ensure consistency in
    rendering.

    ## Testing and Validation
    - Tested the fix in both light and dark modes to confirm that inline
    math expressions render in the correct color.
    - Verified that the changes do not introduce regressions in light mode
    or affect block math expressions rendered using `$$...$$`.

    ## Impact
    - Improves readability of inline math expressions in dark mode.
    - Provides a consistent user experience for distill-style blog posts
    across light and dark themes.
    - Resolves #2915

    Co-authored-by: Suraj Khamkar <[email protected]>

commit c2cc2148c06d267c652ea5774979788604277e18
Author: Ricky Yuan <[email protected]>
Date:   Tue Jan 14 22:39:28 2025 +0800

    Fix resume custom reference link bug (#2941)

    Hi,

    I noticed an issue where the CV page fails to link to the correct custom
    PDF when the `{% unless site.data.resume %}` block is executed in
    `cv.liquid`. To resolve this, I updated the code to align its logic with
    the else block to make it consistent.

    ---------

    Co-authored-by: Maruan Al-Shedivat <[email protected]>

commit 70c5ccf93de66b7ee4ca60b87e89b4aa9cb9e814
Author: George <[email protected]>
Date:   Mon Jan 13 11:57:43 2025 -0300

    Fixed prettier complaints

commit 9ca1d52c04de0124ec25bb286a63a5f465686379
Author: George <[email protected]>
Date:   Sun Jan 12 15:43:14 2025 -0300

    Added another option to remove content

commit f233233e19190cfe47dbd0718d032c75ec4053a4
Author: Maruan <[email protected]>
Date:   Thu Jan 9 07:34:44 2025 -0500

    Remove internal copy of jekyll-terser (#2945)

    # Summary

    since https://github.com/RobertoJBeltran/jekyll-terser/pull/1 has been
    merged, I'm removing the internal copy jekyll-terser and switching to
    https://github.com/RobertoJBeltran/jekyll-terser instead. also,
    refactored `Gemfile` a bit.

commit 1da2e64e73815d3a615b4a4224e7cef15be2d2eb
Author: Soumyaranjan Dash <[email protected]>
Date:   Tue Jan 7 10:22:28 2025 -1000

    Updated FAQ.md. (#2937)

    Added documentation for Google Search Console ID creation and usage in
    the template for google-site-verification.

commit c4a9f1729f814233b0b7596c6602d3429314a67a
Author: George <[email protected]>
Date:   Fri Jan 3 18:50:37 2025 -0300

    Howto remove pages (#2933)

    Closes #2930

    ---------

    Signed-off-by: George Araújo <[email protected]>

commit 4f405ba9c40526b5fe36e165a0a42da077d0249e
Author: Manuel <[email protected]>
Date:   Thu Jan 2 20:00:47 2025 +0100

    Fix Line Ending Issues for Shell Scripts in Docker for Windows 10 (#2932)

    Shell scripts like entry_point.sh caused errors in Docker due to CRLF
    line endings on Windows (`exec /tmp/entry_point.sh: no such file or
    directory`).

    Added `.gitattributes` to enforce LF line endings for *.sh files.

    This resolves the issue and ensures consistent behavior across
    platforms.

commit a3396b6c87b2bd05de6bfc70ffca4882233a4bf3
Author: George <[email protected]>
Date:   Mon Dec 30 22:12:54 2024 -0300

    Updated ffi, changed base docker image, added observer and ostruct (#2931)

    Signed-off-by: George Araujo <[email protected]>

commit bd58936fc9f2e64fc466281092838d1e4d350f49
Author: Noman Bashir <[email protected]>
Date:   Mon Dec 30 13:23:38 2024 -0500

    Update README.md - remove my website link (#2926)

    remove my website link

commit 3795438a75029637242b011c2e04d74cb87b6172
Author: George <[email protected]>
Date:   Sun Dec 29 23:08:39 2024 -0300

    Updated dependencies (#2925)

    Signed-off-by: George Araújo <[email protected]>

commit 1c27220f5979ceb6462d221bab39bb1bd5ab380d
Author: George <[email protected]>
Date:   Sun Dec 29 22:52:32 2024 -0300

    Security fixes for download-3rd-party.rb

commit 8d5448601b74dd1175b31224200de0768d1e0856
Author: George <[email protected]>
Date:   Sun Dec 29 22:42:28 2024 -0300

    Security fixes for download-3rd-party

commit e9916adb95fae4cabe45dc1963c99c14875b3e81
Author: George <[email protected]>
Date:   Sun Dec 29 22:24:59 2024 -0300

    Create codeql.yml

commit c91c0ee54b78bd3961347091acd827fd0bddfe11
Author: Simmo Saan <[email protected]>
Date:   Mon Dec 30 02:50:59 2024 +0200

    Revert padding from #2617 for CV tables (#2920)

    PR #2617 added a noticeable amount of right padding to all table cells.
    This might be fine for tables in content (e.g. posts), but creates odd
    spaces in the CV page, which is largely made up of tables.

commit 807629dd2f45044f0f5f2f66a71445387e3e2693
Author: George <[email protected]>
Date:   Sat Dec 28 23:48:25 2024 -0300

    Update docker-compose.yml image version

commit ae7b3c92f81ba2758b9fc1e8aa12cccfa5179803
Author: George <[email protected]>
Date:   Sat Dec 28 23:47:50 2024 -0300

    Update INSTALL.md repo version

commit cecd16d2bd098ebfaab8192c75f792f1a46e0a6a
Author: George <[email protected]>
Date:   Thu Dec 26 16:49:45 2024 -0300

    Added missing newsletter components (#2913)

    Signed-off-by: George Araújo <[email protected]>

commit 0dbab217faf30c8380fa56a22977de62872b0afa
Author: George <[email protected]>
Date:   Mon Dec 23 14:26:12 2024 -0300

    Update CUSTOMIZE.md

commit 6e1226d53ab48c62280bf518578f7b4180a2891c
Author: George <[email protected]>
Date:   Mon Dec 23 14:20:14 2024 -0300

    Update INSTALL.md

commit 05eb46ac3faefc5c56a9c0406148a11a03c59608
Author: George <[email protected]>
Date:   Mon Dec 23 14:00:58 2024 -0300

    Replaced jekyll-minifier that uses uglifier by terser (#2571)

    Hopefully fixes #2548.

    ---------

    Signed-off-by: George Araujo <[email protected]>
    Signed-off-by: George Araújo <[email protected]>

commit ec7d7c34e8f1a7ef4da2ea37454f470b8b37094b
Author: Jiaqi Li <[email protected]>
Date:   Thu Dec 19 15:55:36 2024 -0500

    explicitly install imagemagick to support ubuntu-latest (>=24.04) in Github actions (#2906)

    Install `imagemagick` within `Install and Build 🔧` step of Github
    actions

    Relevant issue:
    [#2902](https://github.com/alshedivat/al-folio/issues/2902) `convert`
    Command Not Found on Ubuntu 24.04

    Reason:
    `ubuntu-latest` in Github actions is pointed to `ubuntu-24.04` now, in
    which `imagemagick` is no longer pre-installed. See
    [this](https://github.com/actions/runner-images/issues/10772).

    Modified files (actions) recommended by @george-gca
    ```
    - .github/workflows/deploy.yml
    - .github/workflows/broken-links-site.yml
    - .github/workflows/axe.yml
    ```

commit cc0cb3c426a66b96cdd01a1b5ba22789612fdaae
Author: George <[email protected]>
Date:   Thu Dec 19 11:52:26 2024 -0300

    Fixed #2903

commit c5101beae4af04207ce99b55acb78f58983d4d2b
Author: George <[email protected]>
Date:   Thu Dec 12 16:23:28 2024 -0300

    Fixed socials in search (#2895)

    Signed-off-by: George Araújo <[email protected]>

commit 3cdb9e49776dc7375a7c98f4b32370f43d240601
Author: George <[email protected]>
Date:   Thu Dec 12 15:28:42 2024 -0300

    Fixed missing updated references to socials (#2894)

    Signed-off-by: George Araújo <[email protected]>

commit 00249b93c931c9bedc71d440c10fe05bbc6c4f8a
Author: Dominik Fuchß <[email protected]>
Date:   Thu Dec 12 19:18:55 2024 +0100

    Update social.liquid: ensure social[1] is used (#2891)

    Fixes #2890

    With the recent updates (v0.13.0) the email badge (social) does not
    contain the email anymore.
    Some link generations in social.liquid used the old schema
    Also updated the handling for mastodon to be aligned to the other social
    badges.

commit 5bc4703a7630607975de1c5a356bf0f2c27348a7
Author: George <[email protected]>
Date:   Thu Dec 12 15:17:49 2024 -0300

    Fix google scholar citations (#2893)

    Signed-off-by: George Araújo <[email protected]>

commit b968de85e0ba2752f748e356648ae20628be9fac
Author: Dominik Fuchß <[email protected]>
Date:   Thu Dec 12 19:17:23 2024 +0100

    Update bib.liquid: google scholar citation count (#2892)

    Fix site.data.socials.scholar_userid access for google scholar citation
    count

    Fixes #2889

commit ae4412ef3c86086ea91e71acdd2cd49f7a36e2ac
Author: George <[email protected]>
Date:   Thu Dec 12 12:57:24 2024 -0300

    Updated dependencies (#2887)

    Signed-off-by: George Araújo <[email protected]>

commit 8d20dc5e0761d909b40747e1faaa75b34e1e933b
Author: George <[email protected]>
Date:   Thu Dec 12 12:46:56 2024 -0300

    Update docker-compose.yml image version

commit a9da28e256ae42324499dfac722c40ccede15e9e
Author: George <[email protected]>
Date:   Thu Dec 12 12:45:04 2024 -0300

    Renamed `repo-img-` to `only-` to allow setting images for only one theme (#2886)

    Closes #930.

    We already had classes for this kind of feature, but it was used
    specifically for repository information. Just renamed the classes so it
    is clear how they can be used.

    To use them with markdown, just do it like this:

    ```markdown
    ![Only light](assets/img/prof_pic_color.png){: .only-light}
    ![Only dark](assets/img/prof_pic.jpg){: .only-dark}
    ```

    and with html:

    ```html
    <img
      class="only-light"
      src="assets/img/prof_pic_color.png"
    >
    <img
      class="only-dark"
      src="assets/img/prof_pic.jpg"
    >
    ```

    Signed-off-by: George Araújo <[email protected]>

commit e452f1a60f93130738a0042a09eec53cbfee0160
Author: George <[email protected]>
Date:   Thu Dec 12 12:44:43 2024 -0300

    Moved socials config to `_data/socials.yml` (#2885)

    Fixes #2882, added support for
    [scholar-icons](https://github.com/louisfacun/scholar-icons) and
    [LeetCode](https://leetcode.com/).

    ---------

    Signed-off-by: George Araújo <[email protected]>

commit 84cf4aff3df47a55f2e51d95c5ebb228ab4f488e
Author: George <[email protected]>
Date:   Wed Dec 11 15:19:38 2024 -0300

    Update Font Awesome and Tabler Icons (#2884)

    Solves #2881.

    ---------

    Signed-off-by: George Araújo <[email protected]>

commit f23e35e043bdfba2eb85e6247cfaaa1465217823
Author: George <[email protected]>
Date:   Tue Dec 10 19:01:01 2024 -0300

    New image components (image galleries) (#2877)

    Added support for multiple image galleries, and created a sample post
    showing how to enable and use them.

    ---------

    Signed-off-by: George Araújo <[email protected]>

commit 8121ad02690c256b997a4b068714d909d1db796d
Author: George <[email protected]>
Date:   Fri Dec 6 12:20:36 2024 -0300

    Fix apostrophe in news title for search (#2879)

    Fix #2876

    Weirdly enough, we already escape the title a few lines above the
    changed one, but had to escape it again here.

    Signed-off-by: George Araújo <[email protected]>

commit 957dc2c35aa08bf894ab6755e5284fb3118351e6
Author: dai <[email protected]>
Date:   Thu Dec 5 04:00:29 2024 +0800

    Add features to distill template (#2840)

    While using the distill template, I noticed it lacked many features
    available in the regular post template, such as typograms, echarts, and
    other interactive elements. To address this, I **included the necessary
    scripts and dependencies for these features in** _distill.liquid_,
    referencing them from misc.liquid. Now, the distill template offers the
    same interactive functionality as the post template.

commit a340b6039d4a32acaa2c438d0fa7e4d76caeb237
Author: Henry Fang <[email protected]>
Date:   Tue Dec 3 16:33:08 2024 -0800

    Update the INSTALL.md file to include steps for deploying al-folio on Netlify. (#2798)

    Update CUSTOMIZE.md to include steps to deploy al-folio on Netlify.

    ---------

    Co-authored-by: Henry <[email protected]>
    Co-authored-by: Henry_Lab <[email protected]>

commit c5d484ec9faa6adb070e3162b5ff41b98163794b
Author: Pranjal Aggarwal <[email protected]>
Date:   Mon Dec 2 20:35:59 2024 -0700

    Support for Resume/CV Links (#2826)

    Solves #2825

commit b37758a55c85c3aacd33e531f906d080853ccec0
Author: Isaac Fernandes <[email protected]>
Date:   Mon Dec 2 16:37:42 2024 -0300

    Add .lycheeignore file with linkedin to stop error on workflow Linkcheck (#2868)

    Add a .lycheeignore file with LinkedIn to stop the error in the workflow
    Link Checker due to response 999, and update to the new version
    lycheeverse/[email protected].

commit 8babc442a5dc21329b19bd4e4c09e2688a0713d9
Author: Juan Carlos Niebles <[email protected]>
Date:   Mon Dec 2 11:37:19 2024 -0800

    Fix to display references in order of citation (#2855)

    "cite_in_order" here contradicts the global group_by year setting in
    _config.yml

commit a09f15fd9971d7400471a8edef4ef0329ecea875
Author: George <[email protected]>
Date:   Mon Dec 2 15:45:38 2024 -0300

    Fix prettier complaints

commit 7c22e4800ab5e17a1401c70ac08bcbc74cb5b55e
Author: George <[email protected]>
Date:   Fri Nov 29 00:09:29 2024 -0300

    Fixed bug in header

commit b0d70d4dd6db8920aaddb0c2d0abcab15b85dc78
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Nov 28 15:52:10 2024 -0300

    Bump rexml from 3.3.8 to 3.3.9 (#2814)

    Bumps [rexml](https://github.com/ruby/rexml) from 3.3.8 to 3.3.9.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/ruby/rexml/releases">rexml's
    releases</a>.</em></p>
    <blockquote>
    <h2>REXML 3.3.9 - 2024-10-24</h2>
    <h3>Improvements</h3>
    <ul>
    <li>Improved performance.
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/210">GH-210</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    </ul>
    <h3>Fixes</h3>
    <ul>
    <li>
    <p>Fixed a parse bug for text only invalid XML.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/215">GH-215</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    <li>
    <p>Fixed a parse bug that <code>&amp;#0x...;</code> is accepted as a
    character
    reference.</p>
    </li>
    </ul>
    <h3>Thanks</h3>
    <ul>
    <li>NAITOH Jun</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/ruby/rexml/blob/master/NEWS.md">rexml's
    changelog</a>.</em></p>
    <blockquote>
    <h2>3.3.9 - 2024-10-24 {#version-3-3-9}</h2>
    <h3>Improvements</h3>
    <ul>
    <li>Improved performance.
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/210">GH-210</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    </ul>
    <h3>Fixes</h3>
    <ul>
    <li>
    <p>Fixed a parse bug for text only invalid XML.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/215">GH-215</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    <li>
    <p>Fixed a parse bug that <code>&amp;#0x...;</code> is accepted as a
    character
    reference.</p>
    </li>
    </ul>
    <h3>Thanks</h3>
    <ul>
    <li>NAITOH Jun</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/ruby/rexml/commit/38eaa86ac7abe0d31cf49d8df57ad239fdeb80e9"><code>38eaa86</code></a>
    Add 3.3.9 entry</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/ce59f2eb1aeb371fe1643414f06618dbe031979f"><code>ce59f2e</code></a>
    parser: fix a bug that &amp;#0x...; is accepted as a character
    reference</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/a09646d395a07399cbf9bc3bc8d6d8bb1d13ecea"><code>a09646d</code></a>
    test: fix indent</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/cf0fb9c9ca3dc0d725c8e4644aa0e728025f42ce"><code>cf0fb9c</code></a>
    Fix <code>IOSource#readline</code> for <code>@pending_buffer</code> (<a
    href="https://redirect.github.com/ruby/rexml/issues/215">#215</a>)</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/1d0c362526f6e25e2abcd13e2fcefcc718c20e78"><code>1d0c362</code></a>
    Optimize <code>IOSource#read_until</code> method (<a
    href="https://redirect.github.com/ruby/rexml/issues/210">#210</a>)</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/622011f25ac1519fd553d6c56da52d7eba14a787"><code>622011f</code></a>
    Bump version</li>
    <li>See full diff in <a
    href="https://github.com/ruby/rexml/compare/v3.3.8...v3.3.9">compare
    view</a></li>
    </ul>
    </details>
    <br />

    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rexml&package-manager=bundler&previous-version=3.3.8&new-version=3.3.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.

    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)

    ---

    <details>
    <summary>Dependabot commands and options</summary>
    <br />

    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/alshedivat/al-folio/network/alerts).

    </details>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 1c1632c8c941f237557da9d67146e3bae478885b
Author: George <[email protected]>
Date:   Thu Nov 28 15:32:13 2024 -0300

    Page permalink can be an outside url (#2863)

    Fixes #2858

    ---------

    Signed-off-by: George Araújo <[email protected]>

commit c170eaf2d0eb081d291691b2c9860e47e5f93d23
Author: Guillaume Dalle <[email protected]>
Date:   Mon Nov 25 18:54:30 2024 +0100

    Bluesky URL prefix should not be appended (#2856)

    This PR modifies

    - `_config.yml` to rename `bluesky_url` into `bluesky_id`
    - `_includes/social.liquid` to handle the renaming in the display of
    social media icons

commit 9674cfc8e54f7cac7a890e4e54bed001cc897192
Author: imsi32 <[email protected]>
Date:   Wed Nov 20 00:03:51 2024 +0200

    [FIX] Blog Page Navigation (#2841) (#2846)

    I tested on my Github page and it worked correctly. Then, copied here.

    Issue: Blog page navigation extends layout of the page in small screens.
    Fixes: #2841

commit b7ee266824c6cfa53cd63d876ab1fe4ce9ddd9a9
Author: Abderrahmane Ait gueni ssaid <[email protected]>
Date:   Sun Nov 10 17:28:30 2024 +0100

    Support for openpanel.dev for analytics (#2822)

commit 587f03a2348eb959dd0f0088b959d433a1a12d2d
Author: Hanyan Yin <[email protected]>
Date:   Mon Nov 11 00:28:15 2024 +0800

    fix: Misfunction of wechat_qr in Social Integration (#2831)

    Solve the bug issue (#2830)

commit 3d8b29c6c7e4dc1a36c6db9b69efbc791feeabe1
Author: Dmitry Ryumin <[email protected]>
Date:   Wed Oct 30 17:17:43 2024 +0300

    Update README.md (#2819)

    Added my academic profile website to the README.md

commit d24418786940d46983de8f34825d864e1ac6fe6d
Author: João Pedro Fonseca <[email protected]>
Date:   Tue Oct 29 13:25:06 2024 +0000

    Added my academic profile website to the README.md (#2815)

commit 47ed26fb4ae3bdad22adcb3e23f31c40b9a90961
Author: Amir Pourmand <[email protected]>
Date:   Fri Oct 25 20:47:41 2024 +0330

    Update docker-compose.yml to use tag

commit 89f7ca7b930ab8572c978d2537a478963e2c9389
Author: Amir Pourmand <[email protected]>
Date:   Thu Oct 24 16:47:42 2024 +0330

    Update docker-compose.yml

commit 75b3f9f196fa24852a4e5a5e7bd194893fff9c68
Author: Amir Pourmand <[email protected]>
Date:   Thu Oct 24 00:04:41 2024 +0330

    Update version (#2800)

commit d1b38ee121bb977ad1fb1af49380bbc38923fbe1
Author: George <[email protected]>
Date:   Wed Oct 23 12:17:07 2024 -0300

    Removed hidden char from figure.liquid (#2804)

    Signed-off-by: George Araújo <[email protected]>

commit eae72d8719069bdf966a138558e5e198412cdda9
Author: George <[email protected]>
Date:   Wed Oct 23 12:04:00 2024 -0300

    Standardized spaces for liquid tags (#2802)

    Signed-off-by: George Araújo <[email protected]>

commit 4184a06a4250a3d8a13327e9a62157a51b42043e
Author: George <[email protected]>
Date:   Wed Oct 23 11:35:04 2024 -0300

    Added commented code about docker permissions, organized Dockerfile (#2801)

    I am currently testing out docker in a remote lab environment where
    docker was configured in a way that it can't run as root, causing some
    permission issues. The solution I could find was to add these changes
    (commented by default) to these files and fill the specifics so it could
    run as it was your user running the code.

    Signed-off-by: George Araújo <[email protected]>

commit 613be397bf2d91a344f79278b32a9063918e05b9
Author: Kartikey Agrawal <[email protected]>
Date:   Wed Oct 23 16:00:08 2024 +0530

    Fix docker compose issue (#2799)

    Fixed the `docker compose` issue, when trying to run the repository,
    locally.

    #2795

    <hr>

    <h3>To test these out: </h3>

    Run:
    `docker compose pull`
    `docker compose build`
    `docker compose up`

    ---------

    Co-authored-by: Amir Pourmand <[email protected]>

commit 6a795aff790d6a812f0e3c6b85036e32b645f713
Author: Amir Pourmand <[email protected]>
Date:   Wed Oct 23 13:50:41 2024 +0330

    Add Image Version to Docker-Compose to pull the relevant image (#2740)

    This is to address
    - #2733

    Since a lot of times, the only problem is that docker image is not
    consistent with the build. We have to somehow incorporate image version
    into repository.

    I don't insist to provide it this way. Maybe there are other automatic
    ways which are better.

    We can also calculate the relevant tag from git.

commit b3f1968422d5689b79f921a417a2f4b4da6b4acf
Author: Dominik Fuchß <[email protected]>
Date:   Tue Oct 22 15:42:20 2024 +0200

    Fix .webp SrcSet Creation Filter (#2761)

    ### Pull Request: Fix .webp SrcSet Creation Filter

    #### Description

    This PR addresses an issue with the filter for creating `.webp` srcsets
    introduced in PR #2698. The original filter incorrectly searched for
    extensions with a leading period (e.g., ".jpg" and ".png"). As a result,
    no matches were found, preventing the srcset from being added to any
    figures. This occurred because the split operation removes the period
    from the file extensions.

    #### Changes Made

    - Updated the filter to search for file extensions without the leading
    period (e.g., "jpg" and "png").
    - Ensured that the resource sets are now correctly created for the
    respective file extensions, allowing the `.webp` srcset to function as
    intended.

    #### Impact

    With this change, responsive images will now correctly generate their
    srcsets for the appropriate file types, improving image loading
    performance and supporting better responsiveness.

    #### Fixes

    - Fixes #2777

    Please review the changes and let me know if there are any further
    adjustments needed. Thank you!

commit de2b3b87ae7c70d00326db2beb6982fe559a1f6a
Author: George <[email protected]>
Date:   Mon Oct 21 21:54:16 2024 -0300

    Renamed all references to master branch to main (#2793)

    Finishes #2086

    Signed-off-by: George Araújo <[email protected]>

commit a88c9f11e7a434e837aedadd3f81911519989558
Author: George <[email protected]>
Date:   Mon Oct 21 21:38:45 2024 -0300

    Removed mini_racer dependency, updated dependencies and tabler-icons (#2791)

    Since `mini_racer` is causing issue in #2432 and #2788 (both related to
    Netlify) and [currently it doesn't seem we have a reason for having
    it](https://github.com/search?q=repo%3Aalshedivat%2Fal-folio%20mini_racer&type=code)
    as a dependency, I am removing it to see if it fixes the issues.

    ---------

    Signed-off-by: George Araújo <[email protected]>

commit 6053d3f768a37eab0fcc2d9110d72a12d45c4494
Author: George <[email protected]>
Date:   Mon Oct 21 21:38:26 2024 -0300

    Added setup-python step to build (#2792)

    Signed-off-by: George Araújo <[email protected]>

commit 533f2c4fadefe492ad5c9160536c5d116f1849f3
Author: Victoria Mooers <[email protected]>
Date:   Mon Oct 21 15:56:39 2024 -0400

    Add my website to the "Academics" list (#2790)

    Adding a star to link to my website, as a user of the al-folio theme.

commit 0af4aecf50426fc1e35696ca4c47940737175b26
Author: George <[email protected]>
Date:   Wed Oct 16 11:52:16 2024 -0300

    Removed sync from template from INSTALL.md (#2781)

    Signed-off-by: George Araújo <[email protected]>

commit 977a47cb1824bb86d937d30d9f65b6b7c8c800bc
Author: Simmo Saan <[email protected]>
Date:   Wed Oct 16 17:06:04 2024 +0300

    Add DOI field button to bibliography (#2729)

commit 332a6dfcbba1c583e9b951d361ad4f27f84514cd
Author: suhyeon <[email protected]>
Date:   Wed Oct 16 11:00:06 2024 +0900

    Update README.md (#2768)

    Added an academic case (my website)

    Co-authored-by: George <[email protected]>

commit 7639ee82a8f54b9006d289228ae40b8e23808e6a
Author: Yulian Manchev <[email protected]>
Date:   Wed Oct 16 02:54:49 2024 +0100

    update dockerfile to render jupyter notebook equations (#2758)

    Hello,

    This pr should address the issue where the equations in jupter notebooks
    were not being rendered correctly in issue
    https://github.com/alshedivat/al-folio/issues/2757 .

commit 587b27e414f385ab961b3f2365fc00ee341a6539
Author: Martijn de Vos <[email protected]>
Date:   Wed Oct 16 03:47:53 2024 +0200

    Update README.md (#2771)

    Added my website

    Co-authored-by: George <[email protected]>

commit 13572dfbc6f0bb21a517ad25ca6a31fabfc632a1
Author: Mikolaj Kocikowski, PhD <[email protected]>
Date:   Wed Oct 16 03:27:58 2024 +0200

    Adding a star-link for an academic website. (#2780)

    I have added my website.

commit 421bdf860bb24a052480b99109384361ea7dc73b
Author: CheariX <[email protected]>
Date:   Sun Oct 6 00:42:37 2024 +0200

    fix: do not included downloaded assets in jekyll-minifier (#2749)

    If `download: true`, the site deployment fails.
    This caused e.g. issue #2548.

    I believe the issue appears because the 3rd party downloaded libs rely
    on ES6 Syntax, which jekyll-minifier cannot work on correctly.
    Also, I think we do not need to minify 3rd party downloaded libs at all.

    While this PR does **not** fix the issue above, it at least ensures that
    the site can be deployed with `download: true`. We still need better ES6
    support as suggested in #2571.

commit b74b292cac3ced3f3df51f164719970df8edffc7
Author: George <[email protected]>
Date:   Wed Oct 2 10:07:50 2024 -0300

    Update bug report with running with docker options

commit c0d53e631630b19328f30f9e0da900ff1161eb27
Author: Amir Pourmand <[email protected]>
Date:   Wed Oct 2 10:21:52 2024 +0330

    Change Run to use bundle exec instead of normal exec jekyll

commit caddec2fcdbdfabb2cce6d1441297639bd1e5df4
Author: Leo <[email protected]>
Date:   Tue Oct 1 21:54:31 2024 +0800

    feature: figure support url. (#2586)

    This PR allows the `figure` to accept url as the src of the`<img>`.
    currently, it only supports the relative path.

    ```
    // raw img
    <img src="{{ image.url }}" alt="{{ image.description }}">

    // assign url to figure
    {% assign image_url = image.url %}
    {% include figure.liquid url=image_url class="img-fluid rounded z-depth-1" zoomable=true %}
    ```

    ---------

    Signed-off-by: ifuryst <[email protected]>
    Co-authored-by: George <[email protected]>

commit c20074c8cab8df2050350e2367482fdd5328a08e
Author: Amir Pourmand <[email protected]>
Date:   Sat Sep 28 09:15:21 2024 +0330

    Fix `entry_point.sh` docker backward compatibility problem (#2728)

commit 6265269bd41e194a0ff74e677d730b4ab23e9fd2
Author: Amir Pourmand <[email protected]>
Date:   Thu Sep 26 08:40:15 2024 +0330

    Update entry_point.sh (#2707)

commit bdf4ce32e53bc9b4be1d1e10b796bd179cd87474
Author: George <[email protected]>
Date:   Tue Sep 24 15:57:59 2024 -0300

    Updated dependencies (#2715)

    Signed-off-by: George Araújo <[email protected]>

commit fdaed74d6e6e320b6e94a98ac53bb3b14bfb1247
Author: George <[email protected]>
Date:   Fri Sep 20 19:04:17 2024 -0300

    Fixed bug when search result is inside description of external post (#2710)

    Fixed a very specific bug that was happening when, for example,
    searching for the word `round`, which caused this:

    ![image](https://github.com/user-attachments/assets/d6009462-ae03-4bc2-9ee3-60cb16dce20c)

    After a lot of debugging I found out that the search result was in the
    svg icon definition. Finally got to fix this.

    ![image](https://github.com/user-attachments/assets/cc179ea1-e9b8-4695-b98a-adf1472ecca5)

    Signed-off-by: George Araújo <[email protected]>

commit daa402f7344a0dec0f40416ac0ab8f2997f06a6e
Author: Giuseppe Perelli <[email protected]>
Date:   Thu Sep 19 18:39:16 2024 +0200

    Update README.md (#2708)

    Adding a star to the academics using this template

commit d33213e033eefff0a6c45d0deea89e71bd2b1bca
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Sep 19 13:33:35 2024 -0300

    Bump google-protobuf from 4.27.3 to 4.27.5 (#2709)

    Bumps [google-protobuf](https://github.com/protocolbuffers/protobuf)
    from 4.27.3 to 4.27.5.
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a
    href="https://github.com/protocolbuffers/protobuf/commits">compare
    view</a></li>
    </ul>
    </details>
    <br />

    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google-protobuf&package-manager=bundler&previous-version=4.27.3&new-version=4.27.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.

    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)

    ---

    <details>
    <summary>Dependabot commands and options</summary>
    <br />

    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/alshedivat/al-folio/network/alerts).

    </details>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 046545983f0864b62e883105955717cbf298561c
Author: M. Umar Shahbaz <[email protected]>
Date:   Sat Sep 14 02:44:42 2024 +0500

    Fixed .webp src creation for svg and other files (#2698)

    Added a default srcset in case extension is other than the following:
    - .jpg
    - .jpeg
    - .png
    - .tiff
    - .gif

    fixed #2660

commit 8e9cf03ee980645c879d759528d17e8d570983fb
Author: Yao Xiao <[email protected]>
Date:   Fri Sep 13 11:12:54 2024 -0400

    Support `_styles` in page layout as in post and distill (#2694)

    As desribed in the title.

commit 92dbc393e7704e104814f22ce8d9abf95d2dd790
Author: Yao Xiao <[email protected]>
Date:   Fri Sep 13 10:59:19 2024 -0400

    Added my portfolio website to README (#2695)

    Thanks for the amazing theme! ❤️ I've been using al-folio for several
    years, during which I have considered migrating to more modern
    technologies like MDX or similar but really found no theme that look
    better than this.

commit b30b3f4ec0c3223366c06183b49bdb8f0a95664c
Author: George <[email protected]>
Date:   Tue Sep 10 12:18:58 2024 -0300

    Increased number of columns to 24 for contributors image

commit 66607c1fc8ca782b9618369c6f8041bef9759a5b
Author: M. Umar Shahbaz <[email protected]>
Date:   Tue Sep 10 20:16:40 2024 +0500

    Fixed "All contributors not showing on README.md" (#2688)

    # In README.md
    ## All Contributors Section

    **Out of the 216 contributors, the page only shows around 100**
    By adding an additional parameter ```max``` It now shows all of them.

commit f0eb58757317ad61eab6896501cbec758b27f0b3
Author: Gürkan Soykan <[email protected]>
Date:   Tue Sep 10 16:57:54 2024 +0200

    Fix conditional rendering of tag and category section (#2678)

    ### Overview
    This PR fixes an issue where unnecessary horizontal lines were displayed
    when there were no tags or categories present. The tag and category
    container is now conditionally rendered, ensuring it only appears when
    there are tags or categories to display.

    no tags meaning, in _config.yml
    ```
    display_tags: []
    display_categories: []
    ```

    ### Before and After
    The difference is illustrated in the images below:
    - **First Image (Fixed)**: Shows the correct behavior with no extra
    lines when tags or categories are absent.
    - **Second Image (Current)**: Demonstrates the issue with unwanted
    horizontal lines appearing when no tags or categories are present.

    ![image](https://github.com/user-attachments/assets/08becad5-9a34-4b6c-8a69-25206d9097da)

    ![image](https://github.com/user-attachments/assets/e36390cc-3104-4aa2-a047-a7fa8289e664)

    ### Impact
    This change improves the visual consistency and cleanliness of the theme
    by preventing unnecessary elements from being rendered, particularly in
    cases where there are no tags or categories defined.

commit 7203eb161c4ed16cac0b4001a05124e28e9bcdd4
Author: George <[email protected]>
Date:   Mon Sep 9 15:03:17 2024 -0300

    Update CUSTOMIZE.md scheduled info

commit 66320740986481847d595c9c7f49d407549faf04
Author: George <[email protected]>
Date:   Mon Sep 9 14:58:05 2024 -0300

    Update schedule-posts.txt

commit 444376997e48309e378b23bf3b2af831b922717a
Author: Ahmed Nurye <[email protected]>
Date:   Mon Sep 9 19:44:22 2024 +0200

    Add my webpage to community list (#2684)

    Hi, thanks for the great theme! Added my personal academic webpage to
    the community list.

    Co-authored-by: George <[email protected]>

commit d50cdf6b8aad1707c45d78b5fa7f59545b8b4ff8
Author: M. Umar Shahbaz <[email protected]>
Date:   Mon Sep 9 22:36:44 2024 +0500

    Schedule Posts Workflow (#2672)

    Updated ```CUSTOMIZE.md``` to include information regarding the
    ```scheduler.yml``` action

commit 97f78e5fb883a4bedd0c1e175ce69daadd4a876f
Author: Mikolaj Kocikowski, PhD <[email protected]>
Date:   Thu Sep 5 23:21:25 2024 +0200

    Update about.md (#2679)

    I was confused until I realized what the author likely meant. Fixing the
    typo. Thanks for the amazing theme!

commit cd3f4d6be533bc993f156b8ad5e4e04140ba9f22
Author: George <[email protected]>
Date:   Wed Aug 28 15:22:20 2024 -0300

    Fixed bug when external posts title is composed of non-ascii chars

    Fixed a bug in external-posts.rb when post title is composed of non-ascii chars

commit 6c6932f1b19f694dbb53c1f8a82d5a791083c01f
Author: George <[email protected]>
Date:   Wed Aug 28 10:54:06 2024 -0300

    Removed inexistent input from lighthouse-badger.yml

commit de4e89d11b44ca2b1660aeeafde5e88b6415542f
Author: Trần Đặng Trung Đức <[email protected]>
Date:   Tue Aug 27 03:28:31 2024 +0900

    Update README.md (#2661)

    Added trandangtrungduc.github.io to Academic

commit fbad5083aea932b4444fbc92a037fa85ab0094f5
Author: M. Umar Shahbaz <[email protected]>
Date:   Fri Aug 23 21:12:34 2024 +0500

    Added gh-pages Formatter (#2649)

    # Added prettier-hmtl.yml
    ## GitHub Workflow

    ## Purpose
    The GitHub Workflow formats the html files on gh-pages. The html files
    generated are always on a single line. This makes scaling programs a lot
    more difficult. By formatting the HTML files, al-folio can now be used
    to generate code which can then be modified to allow for using back-end.

    ## Errors found
    I want to let you know that when I was using prettier for this, it kept
    crashing and after some debugging I found out that al-folio was
    generating an invalid tag ```</source>```. ```<source>``` is a
    self-closing tag and doesn't have a separate closing tag.
    Error: ```<source src="URL" type="type"></source>```
    Correct: ```<source src="URL" type="type">```

    ## Workflow Description
    1. The workflow starts by checking out the gh-pages branch.
    2. Then it finds all ```</source>``` tags in all html files and deletes
    them.
    3. It Installs NodeJS and then Prettier. To make sure the code was
    executed properly, the workflow checks if prettier is present.
    4. Then the workflow runs prettier on all html files present in gh-pages
    5. It ends by committing the changes and pushing them to the gh-pages
    directory

    # Example:
    > Before
    >
    ![image](https://github.com/user-attachments/assets/8f0f993a-1b18-4edf-9d62-2fe503af272a)

    > After
    >
    ![image](https://github.com/user-attachments/assets/0714a6c8-0b37-4aee-a4f0-4ce0a7a663a1)

commit debb1822ad3db7080c885a010971bcbf4af2b5b5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Aug 23 11:08:41 2024 -0300

    Bump rexml from 3.3.4 to 3.3.6 (#2654)

    Bumps [rexml](https://github.com/ruby/rexml) from 3.3.4 to 3.3.6.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/ruby/rexml/releases">rexml's
    releases</a>.</em></p>
    <blockquote>
    <h2>REXML 3.3.6 - 2024-08-22</h2>
    <h3>Improvements</h3>
    <ul>
    <li>
    <p>Removed duplicated entity expansions for performance.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/194">GH-194</a></li>
    <li>Patch by Viktor Ivarsson.</li>
    </ul>
    </li>
    <li>
    <p>Improved namespace conflicted attribute check performance. It was
    too slow for deep elements.</p>
    <ul>
    <li>Reported by l33thaxor.</li>
    </ul>
    </li>
    </ul>
    <h3>Fixes</h3>
    <ul>
    <li>
    <p>Fixed a bug that default entity expansions are counted for
    security check. Default entity expansions should not be counted
    because they don't have a security risk.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/198">GH-198</a></li>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/199">GH-199</a></li>
    <li>Patch Viktor Ivarsson</li>
    </ul>
    </li>
    <li>
    <p>Fixed a parser bug that parameter entity references in internal
    subsets are expanded. It's not allowed in the XML specification.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/191">GH-191</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    <li>
    <p>Fixed a stream parser bug that user-defined entity references in
    text aren't expanded.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/200">GH-200</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    </ul>
    <h3>Thanks</h3>
    <ul>
    <li>
    <p>Viktor Ivarsson</p>
    </li>
    <li>
    <p>NAITOH Jun</p>
    </li>
    <li>
    <p>l33thaxor</p>
    </li>
    </ul>
    <h2>REXML 3.3.5 - 2024-08-12</h2>
    <h3>Fixes</h3>
    <ul>
    <li>Fixed a bug that
    <code>REXML::Security.entity_expansion_text_limit</code>
    check has wrong text size calculation in SAX and pull parsers.
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/193">GH-193</a></li>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/195">GH-195</a></li>
    <li>Reported by Viktor Ivarsson.</li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/ruby/rexml/blob/master/NEWS.md">rexml's
    changelog</a>.</em></p>
    <blockquote>
    <h2>3.3.6 - 2024-08-22 {#version-3-3-6}</h2>
    <h3>Improvements</h3>
    <ul>
    <li>
    <p>Removed duplicated entity expansions for performance.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/194">GH-194</a></li>
    <li>Patch by Viktor Ivarsson.</li>
    </ul>
    </li>
    <li>
    <p>Improved namespace conflicted attribute check performance. It was
    too slow for deep elements.</p>
    <ul>
    <li>Reported by l33thaxor.</li>
    </ul>
    </li>
    </ul>
    <h3>Fixes</h3>
    <ul>
    <li>
    <p>Fixed a bug that default entity expansions are counted for
    security check. Default entity expansions should not be counted
    because they don't have a security risk.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/198">GH-198</a></li>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/199">GH-199</a></li>
    <li>Patch Viktor Ivarsson</li>
    </ul>
    </li>
    <li>
    <p>Fixed a parser bug that parameter entity references in internal
    subsets are expanded. It's not allowed in the XML specification.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/191">GH-191</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    <li>
    <p>Fixed a stream parser bug that user-defined entity references in
    text aren't expanded.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/200">GH-200</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    </ul>
    <h3>Thanks</h3>
    <ul>
    <li>
    <p>Viktor Ivarsson</p>
    </li>
    <li>
    <p>NAITOH Jun</p>
    </li>
    <li>
    <p>l33thaxor</p>
    </li>
    </ul>
    <h2>3.3.5 - 2024-08-12 {#version-3-3-5}</h2>
    <h3>Fixes</h3>
    <ul>
    <li>Fixed a bug that
    <code>REXML::Security.entity_expansion_text_limit</code>
    check has wrong text size calculation in SAX and pull parsers.
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/193">GH-193</a></li>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/195">GH-195</a></li>
    <li>Reported by Viktor Ivarsson.</li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/ruby/rexml/commit/95871f399eda642a022b03550479b7994895c742"><code>95871f3</code></a>
    Add 3.3.6 entry</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/7cb5eaeb221c322b9912f724183294d8ce96bae3"><code>7cb5eae</code></a>
    parser tree: improve namespace conflicted attribute check
    performance</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/6109e0183cecf4f8b587d76209716cb1bbcd6bd5"><code>6109e01</code></a>
    Fix a bug that Stream parser doesn't expand the user-defined entity
    reference...</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/cb158582f18cebb3bf7b3f21f230e2fb17d435aa"><code>cb15858</code></a>
    parser: keep the current namespaces instead of stack of Set</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/2b47b161db19c38c5e45e36c2008c045543e976e"><code>2b47b16</code></a>
    parser: move duplicated end tag check to BaseParser</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/35e1681a179c28d5b6ec97d4ab1c110e5ac00303"><code>35e1681</code></a>
    test tree-parser: move common method to base class</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/6e00a14daf2f901df535eafe96cc94d43a957ffe"><code>6e00a14</code></a>
    test: fix indent</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/df3a0cc83013f3cde7b7c2044e3ce00bcad321cb"><code>df3a0cc</code></a>
    test: fix indent</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/fdbffe744b38811be8b1cf6a9eec3eea4d71c412"><code>fdbffe7</code></a>
    Use loop instead of recursive call for Element#namespace</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/6422fa34494fd4145d7bc68fbbe9525d42becf62"><code>6422fa3</code></a>
    Use loop instead of recursive call for Element#root</li>
    <li>Additional commits viewable in <a
    href="https://github.com/ruby/rexml/compare/v3.3.4...v3.3.6">compare
    view</a></li>
    </ul>
    </details>
    <br />

    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rexml&package-manager=bundler&previous-version=3.3.4&new-version=3.3.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.

    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)

    ---

    <details>
    <summary>Dependabot commands and options</summary>
    <br />

    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/alshedivat/al-folio/network/alerts).

    </details>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit ebf2fc9cca8db661d1d331e45d2c9b29ff425520
Author: George <[email protected]>
Date:   Thu Aug 22 14:26:04 2024 -0300

    Update INSTALL.md link to video tutorial

commit cd59ca39663b169ef215ac4beb8cb309abff1b87
Author: George <[email protected]>
Date:   Thu Aug 22 13:49:05 2024 -0300

    Added video tutorial to install instructions (#2653)

    Signed-off-by: George Araújo <[email protected]>

commit c45c7675bd4fb4068cbba8a1c96f7b08392b8947
Author: George <[email protected]>
Date:   Wed Aug 21 23:59:18 2024 -0300

    Update INSTALL.md with running time of actions

commit c753284f21fc99ad509b0c898616c7e703c29488
Author: George <[email protected]>
Date:   Wed Aug 21 23:55:36 2024 -0300

    Update INSTALL.md

commit c5c162cfa1376d48b889fab009f9c2887070a403
Author: George <[email protected]>
Date:   Wed Aug 21 23:54:45 2024 -0300

    Update INSTALL.md recommended approach

commit 9b6decceb18a209292a67c7fc90bb1780e79532f
Author: Corentin Sautier <[email protected]>
Date:   Tue Aug 20 16:50:00 2024 +0200

    Fix no github_users titling in repositories.md (#2647)

    Inverted order of title and {% if site.data.repositories.github_users
    %}, so that if there is no github_users, the "GitHub users" title does
    not appear.

commit 03f429f90189038d47111dad3ed7a52be99c894d
Author: Corentin Sautier <[email protected]>
Date:   Tue Aug 20 16:44:25 2024 +0200

    Update _config.yml to add a filtered bibtex keyword (#2648)

    Added the google_scholar_id to filtered keywords

commit 853adefc9a4dd380fbeb52050aa7ee61741591f0
Author: hdocmsu <[email protected]>
Date:   Mon Aug 19 07:32:51 2024 -0700

    Adding own github-page to README.md (#2645)

    Co-authored-by: George <[email protected]>

commit 1e66e8c30deed3fb053ee083e49e27e0cfbfb4aa
Author: Ming SUN <[email protected]>
Date:   Mon Aug 19 17:30:29 2024 +0300

    Update README.md (#2644)

    add Ming's website page

    Co-authored-by: George <[email protected]>

commit dfc7453ea08fd51f4598685b16130a13e69fe05e
Author: Riasat Sheikh <[email protected]>
Date:   Mon Aug 19 12:03:01 2024 +0900

    [Feature] InspireHEP social and citation count badge (#2638)

    [INSPIRE](http://inspirehep.net/) is a trusted community hub that
    facilitates the sharing and discovery of accurate scholarly information
    in high energy physics. By integrating the social and citation count
    badge, al-folio users within this community will gain significant
    benefits.

    In continuation of #2634, I am creating this pull request.

    ## Details

    ### Social Icon
    - Add your INSPIRE author ID in the `config.yml` under `inspirehep_id`.

    ### Citation Count
    - Enable this feature by setting `inspirehep` to `true` under
    `enable_publication_badges` in your `config.yml` file.
    - In your bibliography file (e.g., `papers.bib`), add `inspirehep_id =
    {the literature's recid}` under the citation of a literature source.

commit 3ff7579a7419fc546816535361a8b90c7c49553d
Author: Beryl Sui <[email protected]>
Date:   Thu Aug 8 06:33:12 2024 -0700

    added personal website for Beryl Sui (#2628)

    Thank you for this amazing template :)

commit 04ab383c4bb4d7e653081b2f84d9e8a7ce11c097
Author: George <[email protected]>
Date:   Wed Aug 7 13:46:07 2024 -0300

    Fixed prettier complaints on FAQ.md

commit 5c5c81cda8d947d69b7ad2ec18836c006ae30367
Author: Rachel <[email protected]>
Date:   Wed Aug 7 11:43:48 2024 -0400

    [Bug-fix] Make custom blockquote font coloring consistent (#2622)

    Currently, the tip, warning, and danger custom blockquote's font color
    is not customized when the text is styled as bold, italics, or a list
    item. As a result, the text is slightly less attractive in light mode
    and almost illegible in dark mode.

    ## Screenshot: Current

    <img width="400" alt="current-darkmode"
    src="https://github.com/user-attachments/assets/1cdd5861-76a2-45bd-a948-99cf35f9c87e">

    ## Screenshot: Proposed

    <img width="400" alt="proposed-darkmode"
    src="https://github.com/user-attachments/assets/03fbd4d3-e3f5-498a-bef6-153e1ad55289">

commit 610f42bf619e2c4f43a4e19c4201e0583c4505cc
Author: George <[email protected]>
Date:   Wed Aug 7 12:40:32 2024 -0300

    Update Prettier information on FAQ.md

commit 3be24f6b047eb6b49540a0cc1199d7e421192d9f
Author: Alon Kellner <[email protected]>
Date:   Wed Aug 7 18:20:30 2024 +0300

    Alon Kellner portfolio link (#2627)

    I used al-folio's fork
    [multi-language-al-folio](https://github.com/george-gca/multi-language-al-folio)
    to create my portfolio, I love it :)

commit 1d4ce5a313d1c41e73c843587692eabebad96e00
Author: Rachel <[email protected]>
Date:   Sun Aug 4 14:32:46 2024 -0400

    [bug-fix] Add padding to default markdown table cells (#2617)

    Default, meaning `pretty_table: false`

    ## Sample code

    ```md
    |   First Column   |  Second Column  |  Third Column  |
    |------------------|-----------------|----------------|
    | Sed in.          | Sed non.        | Morbi egestas. |
    | Donec facilisis. | Suspendisse eu. | Nulla porta.   |
    | Praesent a.      | Interdum et.    | Sed nec.       |
    ```

    ### Current result

    <img width="369" alt="current-default"
    src="https://github.com/user-attachments/assets/7dc74cfd-ed60-46eb-a1c1-bf3df74bac59">

    ### Proposed result

    <img width="378" alt="updated-default"
    src="https://github.com/user-attachments/assets/2bf83fb5-f7b1-4d4b-88aa-e55d3420aeaf">

commit e46a7941b216c68493158fe412467c1a11fb8b54
Author: George <[email protected]>
Date:   Fri Aug 2 10:44:22 2024 -0300

    Updated dependencies (#2613)

    Fix https://github.com/alshedivat/al-folio/security/dependabot/4

    Signed-off-by: George Araújo <[email protected]>

commit e14f5723f2ca14ee15f8e1f65f07477f5d4485af
Author: George <[email protected]>
Date:   Thu Jul 25 14:01:57 2024 -0300

    Added customizing css to CUSTOMIZE.md (#2602)

    Signed-off-by: George Araújo <[email protected]>

commit e7da32f0e45d70211c21d469f5b43373b2ec9ebb
Author: Salman Faroz <[email protected]>
Date:   Thu Jul 25 20:37:22 2024 +0530

    Lighthouse Badger token as secret (#2589)

    In the
    [FAQ](https://github.com/alshedivat/al-folio/blob/master/FAQ.md#my-webpage-works-locally-but-after-deploying-it-is-not-displayed-correctly-css-and-js-are-not-loaded-properly-how-do-i-fix-that),
    it is mentioned to "add it as a secret". However, the Lighthouse Badger
    documentation specifies using an environment variable. I've updated this
    to use secrets instead, as it is more secure and appropriate for using a
    Personal Access Token (PAT).

    #### Personal Access Token (fine-grained) Permissions:
    - **contents**: access: read and write
    - **metadata**: access: read-only

    #### Personal Access Token (classic) Permissions:
    - **repo**

    [refer](https://github.com/MyActionWay/lighthouse-badger-workflows#lighthouse-badger-easyyml:~:text=and%20permissions%20required-,PAT%20(fine%2Dgrained)%3A%20repository%20permissions,-contents%20%3D%3E%20access%3A%20read)

    For more information, refer to the [GitHub documentation on using
    secrets in GitHub
    Actions](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions).

commit b5247d9ecaa36c9cc90b92c7066c1a4cf0d26935
Author: Simmo Saan <[email protected]>
Date:   Thu Jul 25 18:05:03 2024 +0300

    Remove github-metadata post (#2599)

    The jekyll-github-metadata plugin was removed in PR #668, so this no
    longer works. Clearly broken here:
    https://alshedivat.github.io/al-folio/blog/2020/github-metadata/.

commit 2db33ea99f04f8769207d85ad24b56160496f7ba
Author: tonideleo <[email protected]>
Date:   Mon Jul 22 07:55:07 2024 -0700

    Add user link to user community (#2592)

commit fc15dd6cc8156f3cff35148c2db81f771e11206a
Author: George <[email protected]>
Date:   Sun Jul 21 20:48:32 2024 -0300

    Fixed prettier complaints on FAQ

commit 2ebbb801e3abf9d484ed74f417c5d84f5bced6ab
Author: George <[email protected]>
Date:   Sun Jul 21 17:13:10 2024 -0300

    Expliciting how to handle wrong theme for site in FAQ.md

commit 71006683cd18b37ccb18b22944e708bd87d54eac
Author: George <[email protected]>
Date:   Sun Jul 21 17:03:58 2024 -0300

    Added example of site with css and js not loaded

commit c3ac17294cf85b77742590963dbfc5a794f0098e
Author: George <[email protected]>
Date:   Sun Jul 21 16:19:33 2024 -0300

    Improved FAQ readability

commit 015a47787ed2f48c5be20112bce6ab6d32e96dc0
Author: Tadashi <[email protected]>
Date:   Wed Jul 17 18:13:47 2024 -0300

    Fix typo in entry associated to award button (#2583)

commit 75ab2823bb1c2063e8a0842b7ff20d6beaa618e7
Author: George <[email protected]>
Date:   Wed Jul 17 00:03:11 2024 -0300

    Updated dependencies (#2582)

    Signed-off-by: George Araujo <[email protected]>

commit d9ea1b3dd3aaff7b575a576a89670e1ba82921e2
Author: George <[email protected]>
Date:   Tue Jul 16 23:48:20 2024 -0300

    Updated to font awesome 6.6.0 (#2581)

    Updated to [FontAwesome
    6.6.0](https://github.com/FortAwesome/Font-Awesome/releases/tag/6.6.0)

    ---------

    Signed-off-by: George Araujo <[email protected]>

commit aef552f043a503e70cd190e15884609f8b045298
Author: Furkan Akkurt <[email protected]>
Date:   Wed Jul 17 04:52:06 2024 +0300

    Remove 'version's as it's obsolete; Update docker-compose files (#2574)

commit 8ffd34c9b49f5496c34e327866817ed023c3edf7
Author: George <[email protected]>
Date:   Sat Jul 13 14:05:20 2024 -0300

    Fixed error in bibsearch.js

commit 49ada3eac1ef52229e550c98826f05f1c3d70078
Author: George <[email protected]>
Date:   Fri Jul 12 22:06:43 2024 -0300

    Update collections permalinks in _config.yml

commit 83e8a64de16efefd370803adcf126e9171e87a79
Author: CheariX <[email protected]>
Date:   Fri Jul 12 22:00:48 2024 +0200

    fix: search_enabled -> bib_search (#2560)

    In #2523, I did a copy&paste error with
    https://github.com/alshedivat/al-folio/commit/07d6e619cced7a2256bbe6de582ad68f93cd1553

    I used the global `search_enabled` config key instead of the correct
    `bib_search` key.

    This PR fixed it.

commit c4f20b889eded0855f5a806c327337abb04dded7
Author: Scott Lee Chua <[email protected]>
Date:   Fri Jul 12 00:46:37 2024 +0800

    Make publication badges always visible (#2565)

    ## The issue
    Currently Altmetric and Dimension publication badge elements have
    non-obvious attributes that hide badges when some conditions are not met
    ,e.g.:
    ```
    data-hide-no-mentions="true"
    data-hide-less-than="15"
    ```
    resulting in seemingly strange behavior where badges are enabled in
    `config.yml` but don't show up consistently, as reported in #2443 :
    Altmetric badges don't display for some pubs.

    ## This PR
    - removes these hidden nondisplay conditions in favor of more
    predictable website behavior;
    - adds documentation links to point users interested in customizing
    badge behavior to the right resources.

commit d904c52149859386ee2087f87696eed86c399bb5
Author: George <[email protected]>
Date:   Thu J…
FrancescFe added a commit to CescFe/CescFe.github.io that referenced this pull request Jan 17, 2025
* Squashed commit of the following:

commit c5d0e92dbd9f2d7f12f2f08089340f880dbd45d1
Author: George <[email protected]>
Date:   Wed Jan 15 23:14:50 2025 -0300

    Update docker version on  INSTALL.md

commit 8d1ca80b003826cb2ae945d8a65f5fb71e0789e9
Author: George <[email protected]>
Date:   Wed Jan 15 23:14:16 2025 -0300

    Update docker version on docker-compose.yml

commit 82611b4b6dd65da805e036e783b13c1a716b4ba2
Author: George <[email protected]>
Date:   Wed Jan 15 23:12:15 2025 -0300

    Updated dependencies for next release (#2958)

    Signed-off-by: George Araújo <[email protected]>

commit da3203452589608efdab85702e58c9a51c7e51ba
Author: Suraj Khamkar <[email protected]>
Date:   Wed Jan 15 21:11:44 2025 -0500

    Fix issue causing no color inversion when rendering equations (#2956)

    ## Problem Description

    When dark mode is enabled, inline math expressions rendered using
    `$...$` in distill-style blog posts are displayed in black text. This
    makes them difficult to read against the dark background. The issue
    occurs because the default styles for MathJax-rendered content do not
    account for dark mode and set the text color to black.

    ## Proposed Solution

    This PR updates the MathJax setup to dynamically apply inline styles to
    ensure the text color of MathJax-rendered content inherits the parent
    container’s color. Specifically:
    - Added a custom action in the _MathJax.options.renderActions_ section
    to inject a CSS rule that sets _.mjx-container_ to inherit its color
    from its parent element.
    - Ensures that inline math expressions render correctly in both light
    and dark modes without explicitly setting a fixed color.

    ## Changes Made
    Modified the _mathjax-setup.js_ file to include:
    - Custom inline styles injected via JavaScript for _.mjx-container_
    elements.
    - Explicit handling of _inlineMath_ delimiters to ensure consistency in
    rendering.

    ## Testing and Validation
    - Tested the fix in both light and dark modes to confirm that inline
    math expressions render in the correct color.
    - Verified that the changes do not introduce regressions in light mode
    or affect block math expressions rendered using `$$...$$`.

    ## Impact
    - Improves readability of inline math expressions in dark mode.
    - Provides a consistent user experience for distill-style blog posts
    across light and dark themes.
    - Resolves #2915

    Co-authored-by: Suraj Khamkar <[email protected]>

commit c2cc2148c06d267c652ea5774979788604277e18
Author: Ricky Yuan <[email protected]>
Date:   Tue Jan 14 22:39:28 2025 +0800

    Fix resume custom reference link bug (#2941)

    Hi,

    I noticed an issue where the CV page fails to link to the correct custom
    PDF when the `{% unless site.data.resume %}` block is executed in
    `cv.liquid`. To resolve this, I updated the code to align its logic with
    the else block to make it consistent.

    ---------

    Co-authored-by: Maruan Al-Shedivat <[email protected]>

commit 70c5ccf93de66b7ee4ca60b87e89b4aa9cb9e814
Author: George <[email protected]>
Date:   Mon Jan 13 11:57:43 2025 -0300

    Fixed prettier complaints

commit 9ca1d52c04de0124ec25bb286a63a5f465686379
Author: George <[email protected]>
Date:   Sun Jan 12 15:43:14 2025 -0300

    Added another option to remove content

commit f233233e19190cfe47dbd0718d032c75ec4053a4
Author: Maruan <[email protected]>
Date:   Thu Jan 9 07:34:44 2025 -0500

    Remove internal copy of jekyll-terser (#2945)

    # Summary

    since https://github.com/RobertoJBeltran/jekyll-terser/pull/1 has been
    merged, I'm removing the internal copy jekyll-terser and switching to
    https://github.com/RobertoJBeltran/jekyll-terser instead. also,
    refactored `Gemfile` a bit.

commit 1da2e64e73815d3a615b4a4224e7cef15be2d2eb
Author: Soumyaranjan Dash <[email protected]>
Date:   Tue Jan 7 10:22:28 2025 -1000

    Updated FAQ.md. (#2937)

    Added documentation for Google Search Console ID creation and usage in
    the template for google-site-verification.

commit c4a9f1729f814233b0b7596c6602d3429314a67a
Author: George <[email protected]>
Date:   Fri Jan 3 18:50:37 2025 -0300

    Howto remove pages (#2933)

    Closes #2930

    ---------

    Signed-off-by: George Araújo <[email protected]>

commit 4f405ba9c40526b5fe36e165a0a42da077d0249e
Author: Manuel <[email protected]>
Date:   Thu Jan 2 20:00:47 2025 +0100

    Fix Line Ending Issues for Shell Scripts in Docker for Windows 10 (#2932)

    Shell scripts like entry_point.sh caused errors in Docker due to CRLF
    line endings on Windows (`exec /tmp/entry_point.sh: no such file or
    directory`).

    Added `.gitattributes` to enforce LF line endings for *.sh files.

    This resolves the issue and ensures consistent behavior across
    platforms.

commit a3396b6c87b2bd05de6bfc70ffca4882233a4bf3
Author: George <[email protected]>
Date:   Mon Dec 30 22:12:54 2024 -0300

    Updated ffi, changed base docker image, added observer and ostruct (#2931)

    Signed-off-by: George Araujo <[email protected]>

commit bd58936fc9f2e64fc466281092838d1e4d350f49
Author: Noman Bashir <[email protected]>
Date:   Mon Dec 30 13:23:38 2024 -0500

    Update README.md - remove my website link (#2926)

    remove my website link

commit 3795438a75029637242b011c2e04d74cb87b6172
Author: George <[email protected]>
Date:   Sun Dec 29 23:08:39 2024 -0300

    Updated dependencies (#2925)

    Signed-off-by: George Araújo <[email protected]>

commit 1c27220f5979ceb6462d221bab39bb1bd5ab380d
Author: George <[email protected]>
Date:   Sun Dec 29 22:52:32 2024 -0300

    Security fixes for download-3rd-party.rb

commit 8d5448601b74dd1175b31224200de0768d1e0856
Author: George <[email protected]>
Date:   Sun Dec 29 22:42:28 2024 -0300

    Security fixes for download-3rd-party

commit e9916adb95fae4cabe45dc1963c99c14875b3e81
Author: George <[email protected]>
Date:   Sun Dec 29 22:24:59 2024 -0300

    Create codeql.yml

commit c91c0ee54b78bd3961347091acd827fd0bddfe11
Author: Simmo Saan <[email protected]>
Date:   Mon Dec 30 02:50:59 2024 +0200

    Revert padding from #2617 for CV tables (#2920)

    PR #2617 added a noticeable amount of right padding to all table cells.
    This might be fine for tables in content (e.g. posts), but creates odd
    spaces in the CV page, which is largely made up of tables.

commit 807629dd2f45044f0f5f2f66a71445387e3e2693
Author: George <[email protected]>
Date:   Sat Dec 28 23:48:25 2024 -0300

    Update docker-compose.yml image version

commit ae7b3c92f81ba2758b9fc1e8aa12cccfa5179803
Author: George <[email protected]>
Date:   Sat Dec 28 23:47:50 2024 -0300

    Update INSTALL.md repo version

commit cecd16d2bd098ebfaab8192c75f792f1a46e0a6a
Author: George <[email protected]>
Date:   Thu Dec 26 16:49:45 2024 -0300

    Added missing newsletter components (#2913)

    Signed-off-by: George Araújo <[email protected]>

commit 0dbab217faf30c8380fa56a22977de62872b0afa
Author: George <[email protected]>
Date:   Mon Dec 23 14:26:12 2024 -0300

    Update CUSTOMIZE.md

commit 6e1226d53ab48c62280bf518578f7b4180a2891c
Author: George <[email protected]>
Date:   Mon Dec 23 14:20:14 2024 -0300

    Update INSTALL.md

commit 05eb46ac3faefc5c56a9c0406148a11a03c59608
Author: George <[email protected]>
Date:   Mon Dec 23 14:00:58 2024 -0300

    Replaced jekyll-minifier that uses uglifier by terser (#2571)

    Hopefully fixes #2548.

    ---------

    Signed-off-by: George Araujo <[email protected]>
    Signed-off-by: George Araújo <[email protected]>

commit ec7d7c34e8f1a7ef4da2ea37454f470b8b37094b
Author: Jiaqi Li <[email protected]>
Date:   Thu Dec 19 15:55:36 2024 -0500

    explicitly install imagemagick to support ubuntu-latest (>=24.04) in Github actions (#2906)

    Install `imagemagick` within `Install and Build 🔧` step of Github
    actions

    Relevant issue:
    [#2902](https://github.com/alshedivat/al-folio/issues/2902) `convert`
    Command Not Found on Ubuntu 24.04

    Reason:
    `ubuntu-latest` in Github actions is pointed to `ubuntu-24.04` now, in
    which `imagemagick` is no longer pre-installed. See
    [this](https://github.com/actions/runner-images/issues/10772).

    Modified files (actions) recommended by @george-gca
    ```
    - .github/workflows/deploy.yml
    - .github/workflows/broken-links-site.yml
    - .github/workflows/axe.yml
    ```

commit cc0cb3c426a66b96cdd01a1b5ba22789612fdaae
Author: George <[email protected]>
Date:   Thu Dec 19 11:52:26 2024 -0300

    Fixed #2903

commit c5101beae4af04207ce99b55acb78f58983d4d2b
Author: George <[email protected]>
Date:   Thu Dec 12 16:23:28 2024 -0300

    Fixed socials in search (#2895)

    Signed-off-by: George Araújo <[email protected]>

commit 3cdb9e49776dc7375a7c98f4b32370f43d240601
Author: George <[email protected]>
Date:   Thu Dec 12 15:28:42 2024 -0300

    Fixed missing updated references to socials (#2894)

    Signed-off-by: George Araújo <[email protected]>

commit 00249b93c931c9bedc71d440c10fe05bbc6c4f8a
Author: Dominik Fuchß <[email protected]>
Date:   Thu Dec 12 19:18:55 2024 +0100

    Update social.liquid: ensure social[1] is used (#2891)

    Fixes #2890

    With the recent updates (v0.13.0) the email badge (social) does not
    contain the email anymore.
    Some link generations in social.liquid used the old schema
    Also updated the handling for mastodon to be aligned to the other social
    badges.

commit 5bc4703a7630607975de1c5a356bf0f2c27348a7
Author: George <[email protected]>
Date:   Thu Dec 12 15:17:49 2024 -0300

    Fix google scholar citations (#2893)

    Signed-off-by: George Araújo <[email protected]>

commit b968de85e0ba2752f748e356648ae20628be9fac
Author: Dominik Fuchß <[email protected]>
Date:   Thu Dec 12 19:17:23 2024 +0100

    Update bib.liquid: google scholar citation count (#2892)

    Fix site.data.socials.scholar_userid access for google scholar citation
    count

    Fixes #2889

commit ae4412ef3c86086ea91e71acdd2cd49f7a36e2ac
Author: George <[email protected]>
Date:   Thu Dec 12 12:57:24 2024 -0300

    Updated dependencies (#2887)

    Signed-off-by: George Araújo <[email protected]>

commit 8d20dc5e0761d909b40747e1faaa75b34e1e933b
Author: George <[email protected]>
Date:   Thu Dec 12 12:46:56 2024 -0300

    Update docker-compose.yml image version

commit a9da28e256ae42324499dfac722c40ccede15e9e
Author: George <[email protected]>
Date:   Thu Dec 12 12:45:04 2024 -0300

    Renamed `repo-img-` to `only-` to allow setting images for only one theme (#2886)

    Closes #930.

    We already had classes for this kind of feature, but it was used
    specifically for repository information. Just renamed the classes so it
    is clear how they can be used.

    To use them with markdown, just do it like this:

    ```markdown
    ![Only light](assets/img/prof_pic_color.png){: .only-light}
    ![Only dark](assets/img/prof_pic.jpg){: .only-dark}
    ```

    and with html:

    ```html
    <img
      class="only-light"
      src="assets/img/prof_pic_color.png"
    >
    <img
      class="only-dark"
      src="assets/img/prof_pic.jpg"
    >
    ```

    Signed-off-by: George Araújo <[email protected]>

commit e452f1a60f93130738a0042a09eec53cbfee0160
Author: George <[email protected]>
Date:   Thu Dec 12 12:44:43 2024 -0300

    Moved socials config to `_data/socials.yml` (#2885)

    Fixes #2882, added support for
    [scholar-icons](https://github.com/louisfacun/scholar-icons) and
    [LeetCode](https://leetcode.com/).

    ---------

    Signed-off-by: George Araújo <[email protected]>

commit 84cf4aff3df47a55f2e51d95c5ebb228ab4f488e
Author: George <[email protected]>
Date:   Wed Dec 11 15:19:38 2024 -0300

    Update Font Awesome and Tabler Icons (#2884)

    Solves #2881.

    ---------

    Signed-off-by: George Araújo <[email protected]>

commit f23e35e043bdfba2eb85e6247cfaaa1465217823
Author: George <[email protected]>
Date:   Tue Dec 10 19:01:01 2024 -0300

    New image components (image galleries) (#2877)

    Added support for multiple image galleries, and created a sample post
    showing how to enable and use them.

    ---------

    Signed-off-by: George Araújo <[email protected]>

commit 8121ad02690c256b997a4b068714d909d1db796d
Author: George <[email protected]>
Date:   Fri Dec 6 12:20:36 2024 -0300

    Fix apostrophe in news title for search (#2879)

    Fix #2876

    Weirdly enough, we already escape the title a few lines above the
    changed one, but had to escape it again here.

    Signed-off-by: George Araújo <[email protected]>

commit 957dc2c35aa08bf894ab6755e5284fb3118351e6
Author: dai <[email protected]>
Date:   Thu Dec 5 04:00:29 2024 +0800

    Add features to distill template (#2840)

    While using the distill template, I noticed it lacked many features
    available in the regular post template, such as typograms, echarts, and
    other interactive elements. To address this, I **included the necessary
    scripts and dependencies for these features in** _distill.liquid_,
    referencing them from misc.liquid. Now, the distill template offers the
    same interactive functionality as the post template.

commit a340b6039d4a32acaa2c438d0fa7e4d76caeb237
Author: Henry Fang <[email protected]>
Date:   Tue Dec 3 16:33:08 2024 -0800

    Update the INSTALL.md file to include steps for deploying al-folio on Netlify. (#2798)

    Update CUSTOMIZE.md to include steps to deploy al-folio on Netlify.

    ---------

    Co-authored-by: Henry <[email protected]>
    Co-authored-by: Henry_Lab <[email protected]>

commit c5d484ec9faa6adb070e3162b5ff41b98163794b
Author: Pranjal Aggarwal <[email protected]>
Date:   Mon Dec 2 20:35:59 2024 -0700

    Support for Resume/CV Links (#2826)

    Solves #2825

commit b37758a55c85c3aacd33e531f906d080853ccec0
Author: Isaac Fernandes <[email protected]>
Date:   Mon Dec 2 16:37:42 2024 -0300

    Add .lycheeignore file with linkedin to stop error on workflow Linkcheck (#2868)

    Add a .lycheeignore file with LinkedIn to stop the error in the workflow
    Link Checker due to response 999, and update to the new version
    lycheeverse/[email protected].

commit 8babc442a5dc21329b19bd4e4c09e2688a0713d9
Author: Juan Carlos Niebles <[email protected]>
Date:   Mon Dec 2 11:37:19 2024 -0800

    Fix to display references in order of citation (#2855)

    "cite_in_order" here contradicts the global group_by year setting in
    _config.yml

commit a09f15fd9971d7400471a8edef4ef0329ecea875
Author: George <[email protected]>
Date:   Mon Dec 2 15:45:38 2024 -0300

    Fix prettier complaints

commit 7c22e4800ab5e17a1401c70ac08bcbc74cb5b55e
Author: George <[email protected]>
Date:   Fri Nov 29 00:09:29 2024 -0300

    Fixed bug in header

commit b0d70d4dd6db8920aaddb0c2d0abcab15b85dc78
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Nov 28 15:52:10 2024 -0300

    Bump rexml from 3.3.8 to 3.3.9 (#2814)

    Bumps [rexml](https://github.com/ruby/rexml) from 3.3.8 to 3.3.9.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/ruby/rexml/releases">rexml's
    releases</a>.</em></p>
    <blockquote>
    <h2>REXML 3.3.9 - 2024-10-24</h2>
    <h3>Improvements</h3>
    <ul>
    <li>Improved performance.
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/210">GH-210</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    </ul>
    <h3>Fixes</h3>
    <ul>
    <li>
    <p>Fixed a parse bug for text only invalid XML.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/215">GH-215</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    <li>
    <p>Fixed a parse bug that <code>&amp;#0x...;</code> is accepted as a
    character
    reference.</p>
    </li>
    </ul>
    <h3>Thanks</h3>
    <ul>
    <li>NAITOH Jun</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/ruby/rexml/blob/master/NEWS.md">rexml's
    changelog</a>.</em></p>
    <blockquote>
    <h2>3.3.9 - 2024-10-24 {#version-3-3-9}</h2>
    <h3>Improvements</h3>
    <ul>
    <li>Improved performance.
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/210">GH-210</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    </ul>
    <h3>Fixes</h3>
    <ul>
    <li>
    <p>Fixed a parse bug for text only invalid XML.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/215">GH-215</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    <li>
    <p>Fixed a parse bug that <code>&amp;#0x...;</code> is accepted as a
    character
    reference.</p>
    </li>
    </ul>
    <h3>Thanks</h3>
    <ul>
    <li>NAITOH Jun</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/ruby/rexml/commit/38eaa86ac7abe0d31cf49d8df57ad239fdeb80e9"><code>38eaa86</code></a>
    Add 3.3.9 entry</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/ce59f2eb1aeb371fe1643414f06618dbe031979f"><code>ce59f2e</code></a>
    parser: fix a bug that &amp;#0x...; is accepted as a character
    reference</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/a09646d395a07399cbf9bc3bc8d6d8bb1d13ecea"><code>a09646d</code></a>
    test: fix indent</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/cf0fb9c9ca3dc0d725c8e4644aa0e728025f42ce"><code>cf0fb9c</code></a>
    Fix <code>IOSource#readline</code> for <code>@pending_buffer</code> (<a
    href="https://redirect.github.com/ruby/rexml/issues/215">#215</a>)</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/1d0c362526f6e25e2abcd13e2fcefcc718c20e78"><code>1d0c362</code></a>
    Optimize <code>IOSource#read_until</code> method (<a
    href="https://redirect.github.com/ruby/rexml/issues/210">#210</a>)</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/622011f25ac1519fd553d6c56da52d7eba14a787"><code>622011f</code></a>
    Bump version</li>
    <li>See full diff in <a
    href="https://github.com/ruby/rexml/compare/v3.3.8...v3.3.9">compare
    view</a></li>
    </ul>
    </details>
    <br />

    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rexml&package-manager=bundler&previous-version=3.3.8&new-version=3.3.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.

    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)

    ---

    <details>
    <summary>Dependabot commands and options</summary>
    <br />

    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/alshedivat/al-folio/network/alerts).

    </details>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 1c1632c8c941f237557da9d67146e3bae478885b
Author: George <[email protected]>
Date:   Thu Nov 28 15:32:13 2024 -0300

    Page permalink can be an outside url (#2863)

    Fixes #2858

    ---------

    Signed-off-by: George Araújo <[email protected]>

commit c170eaf2d0eb081d291691b2c9860e47e5f93d23
Author: Guillaume Dalle <[email protected]>
Date:   Mon Nov 25 18:54:30 2024 +0100

    Bluesky URL prefix should not be appended (#2856)

    This PR modifies

    - `_config.yml` to rename `bluesky_url` into `bluesky_id`
    - `_includes/social.liquid` to handle the renaming in the display of
    social media icons

commit 9674cfc8e54f7cac7a890e4e54bed001cc897192
Author: imsi32 <[email protected]>
Date:   Wed Nov 20 00:03:51 2024 +0200

    [FIX] Blog Page Navigation (#2841) (#2846)

    I tested on my Github page and it worked correctly. Then, copied here.

    Issue: Blog page navigation extends layout of the page in small screens.
    Fixes: #2841

commit b7ee266824c6cfa53cd63d876ab1fe4ce9ddd9a9
Author: Abderrahmane Ait gueni ssaid <[email protected]>
Date:   Sun Nov 10 17:28:30 2024 +0100

    Support for openpanel.dev for analytics (#2822)

commit 587f03a2348eb959dd0f0088b959d433a1a12d2d
Author: Hanyan Yin <[email protected]>
Date:   Mon Nov 11 00:28:15 2024 +0800

    fix: Misfunction of wechat_qr in Social Integration (#2831)

    Solve the bug issue (#2830)

commit 3d8b29c6c7e4dc1a36c6db9b69efbc791feeabe1
Author: Dmitry Ryumin <[email protected]>
Date:   Wed Oct 30 17:17:43 2024 +0300

    Update README.md (#2819)

    Added my academic profile website to the README.md

commit d24418786940d46983de8f34825d864e1ac6fe6d
Author: João Pedro Fonseca <[email protected]>
Date:   Tue Oct 29 13:25:06 2024 +0000

    Added my academic profile website to the README.md (#2815)

commit 47ed26fb4ae3bdad22adcb3e23f31c40b9a90961
Author: Amir Pourmand <[email protected]>
Date:   Fri Oct 25 20:47:41 2024 +0330

    Update docker-compose.yml to use tag

commit 89f7ca7b930ab8572c978d2537a478963e2c9389
Author: Amir Pourmand <[email protected]>
Date:   Thu Oct 24 16:47:42 2024 +0330

    Update docker-compose.yml

commit 75b3f9f196fa24852a4e5a5e7bd194893fff9c68
Author: Amir Pourmand <[email protected]>
Date:   Thu Oct 24 00:04:41 2024 +0330

    Update version (#2800)

commit d1b38ee121bb977ad1fb1af49380bbc38923fbe1
Author: George <[email protected]>
Date:   Wed Oct 23 12:17:07 2024 -0300

    Removed hidden char from figure.liquid (#2804)

    Signed-off-by: George Araújo <[email protected]>

commit eae72d8719069bdf966a138558e5e198412cdda9
Author: George <[email protected]>
Date:   Wed Oct 23 12:04:00 2024 -0300

    Standardized spaces for liquid tags (#2802)

    Signed-off-by: George Araújo <[email protected]>

commit 4184a06a4250a3d8a13327e9a62157a51b42043e
Author: George <[email protected]>
Date:   Wed Oct 23 11:35:04 2024 -0300

    Added commented code about docker permissions, organized Dockerfile (#2801)

    I am currently testing out docker in a remote lab environment where
    docker was configured in a way that it can't run as root, causing some
    permission issues. The solution I could find was to add these changes
    (commented by default) to these files and fill the specifics so it could
    run as it was your user running the code.

    Signed-off-by: George Araújo <[email protected]>

commit 613be397bf2d91a344f79278b32a9063918e05b9
Author: Kartikey Agrawal <[email protected]>
Date:   Wed Oct 23 16:00:08 2024 +0530

    Fix docker compose issue (#2799)

    Fixed the `docker compose` issue, when trying to run the repository,
    locally.

    #2795

    <hr>

    <h3>To test these out: </h3>

    Run:
    `docker compose pull`
    `docker compose build`
    `docker compose up`

    ---------

    Co-authored-by: Amir Pourmand <[email protected]>

commit 6a795aff790d6a812f0e3c6b85036e32b645f713
Author: Amir Pourmand <[email protected]>
Date:   Wed Oct 23 13:50:41 2024 +0330

    Add Image Version to Docker-Compose to pull the relevant image (#2740)

    This is to address
    - #2733

    Since a lot of times, the only problem is that docker image is not
    consistent with the build. We have to somehow incorporate image version
    into repository.

    I don't insist to provide it this way. Maybe there are other automatic
    ways which are better.

    We can also calculate the relevant tag from git.

commit b3f1968422d5689b79f921a417a2f4b4da6b4acf
Author: Dominik Fuchß <[email protected]>
Date:   Tue Oct 22 15:42:20 2024 +0200

    Fix .webp SrcSet Creation Filter (#2761)

    ### Pull Request: Fix .webp SrcSet Creation Filter

    #### Description

    This PR addresses an issue with the filter for creating `.webp` srcsets
    introduced in PR #2698. The original filter incorrectly searched for
    extensions with a leading period (e.g., ".jpg" and ".png"). As a result,
    no matches were found, preventing the srcset from being added to any
    figures. This occurred because the split operation removes the period
    from the file extensions.

    #### Changes Made

    - Updated the filter to search for file extensions without the leading
    period (e.g., "jpg" and "png").
    - Ensured that the resource sets are now correctly created for the
    respective file extensions, allowing the `.webp` srcset to function as
    intended.

    #### Impact

    With this change, responsive images will now correctly generate their
    srcsets for the appropriate file types, improving image loading
    performance and supporting better responsiveness.

    #### Fixes

    - Fixes #2777

    Please review the changes and let me know if there are any further
    adjustments needed. Thank you!

commit de2b3b87ae7c70d00326db2beb6982fe559a1f6a
Author: George <[email protected]>
Date:   Mon Oct 21 21:54:16 2024 -0300

    Renamed all references to master branch to main (#2793)

    Finishes #2086

    Signed-off-by: George Araújo <[email protected]>

commit a88c9f11e7a434e837aedadd3f81911519989558
Author: George <[email protected]>
Date:   Mon Oct 21 21:38:45 2024 -0300

    Removed mini_racer dependency, updated dependencies and tabler-icons (#2791)

    Since `mini_racer` is causing issue in #2432 and #2788 (both related to
    Netlify) and [currently it doesn't seem we have a reason for having
    it](https://github.com/search?q=repo%3Aalshedivat%2Fal-folio%20mini_racer&type=code)
    as a dependency, I am removing it to see if it fixes the issues.

    ---------

    Signed-off-by: George Araújo <[email protected]>

commit 6053d3f768a37eab0fcc2d9110d72a12d45c4494
Author: George <[email protected]>
Date:   Mon Oct 21 21:38:26 2024 -0300

    Added setup-python step to build (#2792)

    Signed-off-by: George Araújo <[email protected]>

commit 533f2c4fadefe492ad5c9160536c5d116f1849f3
Author: Victoria Mooers <[email protected]>
Date:   Mon Oct 21 15:56:39 2024 -0400

    Add my website to the "Academics" list (#2790)

    Adding a star to link to my website, as a user of the al-folio theme.

commit 0af4aecf50426fc1e35696ca4c47940737175b26
Author: George <[email protected]>
Date:   Wed Oct 16 11:52:16 2024 -0300

    Removed sync from template from INSTALL.md (#2781)

    Signed-off-by: George Araújo <[email protected]>

commit 977a47cb1824bb86d937d30d9f65b6b7c8c800bc
Author: Simmo Saan <[email protected]>
Date:   Wed Oct 16 17:06:04 2024 +0300

    Add DOI field button to bibliography (#2729)

commit 332a6dfcbba1c583e9b951d361ad4f27f84514cd
Author: suhyeon <[email protected]>
Date:   Wed Oct 16 11:00:06 2024 +0900

    Update README.md (#2768)

    Added an academic case (my website)

    Co-authored-by: George <[email protected]>

commit 7639ee82a8f54b9006d289228ae40b8e23808e6a
Author: Yulian Manchev <[email protected]>
Date:   Wed Oct 16 02:54:49 2024 +0100

    update dockerfile to render jupyter notebook equations (#2758)

    Hello,

    This pr should address the issue where the equations in jupter notebooks
    were not being rendered correctly in issue
    https://github.com/alshedivat/al-folio/issues/2757 .

commit 587b27e414f385ab961b3f2365fc00ee341a6539
Author: Martijn de Vos <[email protected]>
Date:   Wed Oct 16 03:47:53 2024 +0200

    Update README.md (#2771)

    Added my website

    Co-authored-by: George <[email protected]>

commit 13572dfbc6f0bb21a517ad25ca6a31fabfc632a1
Author: Mikolaj Kocikowski, PhD <[email protected]>
Date:   Wed Oct 16 03:27:58 2024 +0200

    Adding a star-link for an academic website. (#2780)

    I have added my website.

commit 421bdf860bb24a052480b99109384361ea7dc73b
Author: CheariX <[email protected]>
Date:   Sun Oct 6 00:42:37 2024 +0200

    fix: do not included downloaded assets in jekyll-minifier (#2749)

    If `download: true`, the site deployment fails.
    This caused e.g. issue #2548.

    I believe the issue appears because the 3rd party downloaded libs rely
    on ES6 Syntax, which jekyll-minifier cannot work on correctly.
    Also, I think we do not need to minify 3rd party downloaded libs at all.

    While this PR does **not** fix the issue above, it at least ensures that
    the site can be deployed with `download: true`. We still need better ES6
    support as suggested in #2571.

commit b74b292cac3ced3f3df51f164719970df8edffc7
Author: George <[email protected]>
Date:   Wed Oct 2 10:07:50 2024 -0300

    Update bug report with running with docker options

commit c0d53e631630b19328f30f9e0da900ff1161eb27
Author: Amir Pourmand <[email protected]>
Date:   Wed Oct 2 10:21:52 2024 +0330

    Change Run to use bundle exec instead of normal exec jekyll

commit caddec2fcdbdfabb2cce6d1441297639bd1e5df4
Author: Leo <[email protected]>
Date:   Tue Oct 1 21:54:31 2024 +0800

    feature: figure support url. (#2586)

    This PR allows the `figure` to accept url as the src of the`<img>`.
    currently, it only supports the relative path.

    ```
    // raw img
    <img src="{{ image.url }}" alt="{{ image.description }}">

    // assign url to figure
    {% assign image_url = image.url %}
    {% include figure.liquid url=image_url class="img-fluid rounded z-depth-1" zoomable=true %}
    ```

    ---------

    Signed-off-by: ifuryst <[email protected]>
    Co-authored-by: George <[email protected]>

commit c20074c8cab8df2050350e2367482fdd5328a08e
Author: Amir Pourmand <[email protected]>
Date:   Sat Sep 28 09:15:21 2024 +0330

    Fix `entry_point.sh` docker backward compatibility problem (#2728)

commit 6265269bd41e194a0ff74e677d730b4ab23e9fd2
Author: Amir Pourmand <[email protected]>
Date:   Thu Sep 26 08:40:15 2024 +0330

    Update entry_point.sh (#2707)

commit bdf4ce32e53bc9b4be1d1e10b796bd179cd87474
Author: George <[email protected]>
Date:   Tue Sep 24 15:57:59 2024 -0300

    Updated dependencies (#2715)

    Signed-off-by: George Araújo <[email protected]>

commit fdaed74d6e6e320b6e94a98ac53bb3b14bfb1247
Author: George <[email protected]>
Date:   Fri Sep 20 19:04:17 2024 -0300

    Fixed bug when search result is inside description of external post (#2710)

    Fixed a very specific bug that was happening when, for example,
    searching for the word `round`, which caused this:

    ![image](https://github.com/user-attachments/assets/d6009462-ae03-4bc2-9ee3-60cb16dce20c)

    After a lot of debugging I found out that the search result was in the
    svg icon definition. Finally got to fix this.

    ![image](https://github.com/user-attachments/assets/cc179ea1-e9b8-4695-b98a-adf1472ecca5)

    Signed-off-by: George Araújo <[email protected]>

commit daa402f7344a0dec0f40416ac0ab8f2997f06a6e
Author: Giuseppe Perelli <[email protected]>
Date:   Thu Sep 19 18:39:16 2024 +0200

    Update README.md (#2708)

    Adding a star to the academics using this template

commit d33213e033eefff0a6c45d0deea89e71bd2b1bca
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Sep 19 13:33:35 2024 -0300

    Bump google-protobuf from 4.27.3 to 4.27.5 (#2709)

    Bumps [google-protobuf](https://github.com/protocolbuffers/protobuf)
    from 4.27.3 to 4.27.5.
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a
    href="https://github.com/protocolbuffers/protobuf/commits">compare
    view</a></li>
    </ul>
    </details>
    <br />

    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google-protobuf&package-manager=bundler&previous-version=4.27.3&new-version=4.27.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.

    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)

    ---

    <details>
    <summary>Dependabot commands and options</summary>
    <br />

    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/alshedivat/al-folio/network/alerts).

    </details>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 046545983f0864b62e883105955717cbf298561c
Author: M. Umar Shahbaz <[email protected]>
Date:   Sat Sep 14 02:44:42 2024 +0500

    Fixed .webp src creation for svg and other files (#2698)

    Added a default srcset in case extension is other than the following:
    - .jpg
    - .jpeg
    - .png
    - .tiff
    - .gif

    fixed #2660

commit 8e9cf03ee980645c879d759528d17e8d570983fb
Author: Yao Xiao <[email protected]>
Date:   Fri Sep 13 11:12:54 2024 -0400

    Support `_styles` in page layout as in post and distill (#2694)

    As desribed in the title.

commit 92dbc393e7704e104814f22ce8d9abf95d2dd790
Author: Yao Xiao <[email protected]>
Date:   Fri Sep 13 10:59:19 2024 -0400

    Added my portfolio website to README (#2695)

    Thanks for the amazing theme! ❤️ I've been using al-folio for several
    years, during which I have considered migrating to more modern
    technologies like MDX or similar but really found no theme that look
    better than this.

commit b30b3f4ec0c3223366c06183b49bdb8f0a95664c
Author: George <[email protected]>
Date:   Tue Sep 10 12:18:58 2024 -0300

    Increased number of columns to 24 for contributors image

commit 66607c1fc8ca782b9618369c6f8041bef9759a5b
Author: M. Umar Shahbaz <[email protected]>
Date:   Tue Sep 10 20:16:40 2024 +0500

    Fixed "All contributors not showing on README.md" (#2688)

    # In README.md
    ## All Contributors Section

    **Out of the 216 contributors, the page only shows around 100**
    By adding an additional parameter ```max``` It now shows all of them.

commit f0eb58757317ad61eab6896501cbec758b27f0b3
Author: Gürkan Soykan <[email protected]>
Date:   Tue Sep 10 16:57:54 2024 +0200

    Fix conditional rendering of tag and category section (#2678)

    ### Overview
    This PR fixes an issue where unnecessary horizontal lines were displayed
    when there were no tags or categories present. The tag and category
    container is now conditionally rendered, ensuring it only appears when
    there are tags or categories to display.

    no tags meaning, in _config.yml
    ```
    display_tags: []
    display_categories: []
    ```

    ### Before and After
    The difference is illustrated in the images below:
    - **First Image (Fixed)**: Shows the correct behavior with no extra
    lines when tags or categories are absent.
    - **Second Image (Current)**: Demonstrates the issue with unwanted
    horizontal lines appearing when no tags or categories are present.

    ![image](https://github.com/user-attachments/assets/08becad5-9a34-4b6c-8a69-25206d9097da)

    ![image](https://github.com/user-attachments/assets/e36390cc-3104-4aa2-a047-a7fa8289e664)

    ### Impact
    This change improves the visual consistency and cleanliness of the theme
    by preventing unnecessary elements from being rendered, particularly in
    cases where there are no tags or categories defined.

commit 7203eb161c4ed16cac0b4001a05124e28e9bcdd4
Author: George <[email protected]>
Date:   Mon Sep 9 15:03:17 2024 -0300

    Update CUSTOMIZE.md scheduled info

commit 66320740986481847d595c9c7f49d407549faf04
Author: George <[email protected]>
Date:   Mon Sep 9 14:58:05 2024 -0300

    Update schedule-posts.txt

commit 444376997e48309e378b23bf3b2af831b922717a
Author: Ahmed Nurye <[email protected]>
Date:   Mon Sep 9 19:44:22 2024 +0200

    Add my webpage to community list (#2684)

    Hi, thanks for the great theme! Added my personal academic webpage to
    the community list.

    Co-authored-by: George <[email protected]>

commit d50cdf6b8aad1707c45d78b5fa7f59545b8b4ff8
Author: M. Umar Shahbaz <[email protected]>
Date:   Mon Sep 9 22:36:44 2024 +0500

    Schedule Posts Workflow (#2672)

    Updated ```CUSTOMIZE.md``` to include information regarding the
    ```scheduler.yml``` action

commit 97f78e5fb883a4bedd0c1e175ce69daadd4a876f
Author: Mikolaj Kocikowski, PhD <[email protected]>
Date:   Thu Sep 5 23:21:25 2024 +0200

    Update about.md (#2679)

    I was confused until I realized what the author likely meant. Fixing the
    typo. Thanks for the amazing theme!

commit cd3f4d6be533bc993f156b8ad5e4e04140ba9f22
Author: George <[email protected]>
Date:   Wed Aug 28 15:22:20 2024 -0300

    Fixed bug when external posts title is composed of non-ascii chars

    Fixed a bug in external-posts.rb when post title is composed of non-ascii chars

commit 6c6932f1b19f694dbb53c1f8a82d5a791083c01f
Author: George <[email protected]>
Date:   Wed Aug 28 10:54:06 2024 -0300

    Removed inexistent input from lighthouse-badger.yml

commit de4e89d11b44ca2b1660aeeafde5e88b6415542f
Author: Trần Đặng Trung Đức <[email protected]>
Date:   Tue Aug 27 03:28:31 2024 +0900

    Update README.md (#2661)

    Added trandangtrungduc.github.io to Academic

commit fbad5083aea932b4444fbc92a037fa85ab0094f5
Author: M. Umar Shahbaz <[email protected]>
Date:   Fri Aug 23 21:12:34 2024 +0500

    Added gh-pages Formatter (#2649)

    # Added prettier-hmtl.yml
    ## GitHub Workflow

    ## Purpose
    The GitHub Workflow formats the html files on gh-pages. The html files
    generated are always on a single line. This makes scaling programs a lot
    more difficult. By formatting the HTML files, al-folio can now be used
    to generate code which can then be modified to allow for using back-end.

    ## Errors found
    I want to let you know that when I was using prettier for this, it kept
    crashing and after some debugging I found out that al-folio was
    generating an invalid tag ```</source>```. ```<source>``` is a
    self-closing tag and doesn't have a separate closing tag.
    Error: ```<source src="URL" type="type"></source>```
    Correct: ```<source src="URL" type="type">```

    ## Workflow Description
    1. The workflow starts by checking out the gh-pages branch.
    2. Then it finds all ```</source>``` tags in all html files and deletes
    them.
    3. It Installs NodeJS and then Prettier. To make sure the code was
    executed properly, the workflow checks if prettier is present.
    4. Then the workflow runs prettier on all html files present in gh-pages
    5. It ends by committing the changes and pushing them to the gh-pages
    directory

    # Example:
    > Before
    >
    ![image](https://github.com/user-attachments/assets/8f0f993a-1b18-4edf-9d62-2fe503af272a)

    > After
    >
    ![image](https://github.com/user-attachments/assets/0714a6c8-0b37-4aee-a4f0-4ce0a7a663a1)

commit debb1822ad3db7080c885a010971bcbf4af2b5b5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Aug 23 11:08:41 2024 -0300

    Bump rexml from 3.3.4 to 3.3.6 (#2654)

    Bumps [rexml](https://github.com/ruby/rexml) from 3.3.4 to 3.3.6.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/ruby/rexml/releases">rexml's
    releases</a>.</em></p>
    <blockquote>
    <h2>REXML 3.3.6 - 2024-08-22</h2>
    <h3>Improvements</h3>
    <ul>
    <li>
    <p>Removed duplicated entity expansions for performance.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/194">GH-194</a></li>
    <li>Patch by Viktor Ivarsson.</li>
    </ul>
    </li>
    <li>
    <p>Improved namespace conflicted attribute check performance. It was
    too slow for deep elements.</p>
    <ul>
    <li>Reported by l33thaxor.</li>
    </ul>
    </li>
    </ul>
    <h3>Fixes</h3>
    <ul>
    <li>
    <p>Fixed a bug that default entity expansions are counted for
    security check. Default entity expansions should not be counted
    because they don't have a security risk.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/198">GH-198</a></li>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/199">GH-199</a></li>
    <li>Patch Viktor Ivarsson</li>
    </ul>
    </li>
    <li>
    <p>Fixed a parser bug that parameter entity references in internal
    subsets are expanded. It's not allowed in the XML specification.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/191">GH-191</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    <li>
    <p>Fixed a stream parser bug that user-defined entity references in
    text aren't expanded.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/200">GH-200</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    </ul>
    <h3>Thanks</h3>
    <ul>
    <li>
    <p>Viktor Ivarsson</p>
    </li>
    <li>
    <p>NAITOH Jun</p>
    </li>
    <li>
    <p>l33thaxor</p>
    </li>
    </ul>
    <h2>REXML 3.3.5 - 2024-08-12</h2>
    <h3>Fixes</h3>
    <ul>
    <li>Fixed a bug that
    <code>REXML::Security.entity_expansion_text_limit</code>
    check has wrong text size calculation in SAX and pull parsers.
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/193">GH-193</a></li>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/195">GH-195</a></li>
    <li>Reported by Viktor Ivarsson.</li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/ruby/rexml/blob/master/NEWS.md">rexml's
    changelog</a>.</em></p>
    <blockquote>
    <h2>3.3.6 - 2024-08-22 {#version-3-3-6}</h2>
    <h3>Improvements</h3>
    <ul>
    <li>
    <p>Removed duplicated entity expansions for performance.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/194">GH-194</a></li>
    <li>Patch by Viktor Ivarsson.</li>
    </ul>
    </li>
    <li>
    <p>Improved namespace conflicted attribute check performance. It was
    too slow for deep elements.</p>
    <ul>
    <li>Reported by l33thaxor.</li>
    </ul>
    </li>
    </ul>
    <h3>Fixes</h3>
    <ul>
    <li>
    <p>Fixed a bug that default entity expansions are counted for
    security check. Default entity expansions should not be counted
    because they don't have a security risk.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/198">GH-198</a></li>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/199">GH-199</a></li>
    <li>Patch Viktor Ivarsson</li>
    </ul>
    </li>
    <li>
    <p>Fixed a parser bug that parameter entity references in internal
    subsets are expanded. It's not allowed in the XML specification.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/191">GH-191</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    <li>
    <p>Fixed a stream parser bug that user-defined entity references in
    text aren't expanded.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/200">GH-200</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    </ul>
    <h3>Thanks</h3>
    <ul>
    <li>
    <p>Viktor Ivarsson</p>
    </li>
    <li>
    <p>NAITOH Jun</p>
    </li>
    <li>
    <p>l33thaxor</p>
    </li>
    </ul>
    <h2>3.3.5 - 2024-08-12 {#version-3-3-5}</h2>
    <h3>Fixes</h3>
    <ul>
    <li>Fixed a bug that
    <code>REXML::Security.entity_expansion_text_limit</code>
    check has wrong text size calculation in SAX and pull parsers.
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/193">GH-193</a></li>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/195">GH-195</a></li>
    <li>Reported by Viktor Ivarsson.</li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/ruby/rexml/commit/95871f399eda642a022b03550479b7994895c742"><code>95871f3</code></a>
    Add 3.3.6 entry</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/7cb5eaeb221c322b9912f724183294d8ce96bae3"><code>7cb5eae</code></a>
    parser tree: improve namespace conflicted attribute check
    performance</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/6109e0183cecf4f8b587d76209716cb1bbcd6bd5"><code>6109e01</code></a>
    Fix a bug that Stream parser doesn't expand the user-defined entity
    reference...</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/cb158582f18cebb3bf7b3f21f230e2fb17d435aa"><code>cb15858</code></a>
    parser: keep the current namespaces instead of stack of Set</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/2b47b161db19c38c5e45e36c2008c045543e976e"><code>2b47b16</code></a>
    parser: move duplicated end tag check to BaseParser</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/35e1681a179c28d5b6ec97d4ab1c110e5ac00303"><code>35e1681</code></a>
    test tree-parser: move common method to base class</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/6e00a14daf2f901df535eafe96cc94d43a957ffe"><code>6e00a14</code></a>
    test: fix indent</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/df3a0cc83013f3cde7b7c2044e3ce00bcad321cb"><code>df3a0cc</code></a>
    test: fix indent</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/fdbffe744b38811be8b1cf6a9eec3eea4d71c412"><code>fdbffe7</code></a>
    Use loop instead of recursive call for Element#namespace</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/6422fa34494fd4145d7bc68fbbe9525d42becf62"><code>6422fa3</code></a>
    Use loop instead of recursive call for Element#root</li>
    <li>Additional commits viewable in <a
    href="https://github.com/ruby/rexml/compare/v3.3.4...v3.3.6">compare
    view</a></li>
    </ul>
    </details>
    <br />

    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rexml&package-manager=bundler&previous-version=3.3.4&new-version=3.3.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.

    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)

    ---

    <details>
    <summary>Dependabot commands and options</summary>
    <br />

    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/alshedivat/al-folio/network/alerts).

    </details>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit ebf2fc9cca8db661d1d331e45d2c9b29ff425520
Author: George <[email protected]>
Date:   Thu Aug 22 14:26:04 2024 -0300

    Update INSTALL.md link to video tutorial

commit cd59ca39663b169ef215ac4beb8cb309abff1b87
Author: George <[email protected]>
Date:   Thu Aug 22 13:49:05 2024 -0300

    Added video tutorial to install instructions (#2653)

    Signed-off-by: George Araújo <[email protected]>

commit c45c7675bd4fb4068cbba8a1c96f7b08392b8947
Author: George <[email protected]>
Date:   Wed Aug 21 23:59:18 2024 -0300

    Update INSTALL.md with running time of actions

commit c753284f21fc99ad509b0c898616c7e703c29488
Author: George <[email protected]>
Date:   Wed Aug 21 23:55:36 2024 -0300

    Update INSTALL.md

commit c5c162cfa1376d48b889fab009f9c2887070a403
Author: George <[email protected]>
Date:   Wed Aug 21 23:54:45 2024 -0300

    Update INSTALL.md recommended approach

commit 9b6decceb18a209292a67c7fc90bb1780e79532f
Author: Corentin Sautier <[email protected]>
Date:   Tue Aug 20 16:50:00 2024 +0200

    Fix no github_users titling in repositories.md (#2647)

    Inverted order of title and {% if site.data.repositories.github_users
    %}, so that if there is no github_users, the "GitHub users" title does
    not appear.

commit 03f429f90189038d47111dad3ed7a52be99c894d
Author: Corentin Sautier <[email protected]>
Date:   Tue Aug 20 16:44:25 2024 +0200

    Update _config.yml to add a filtered bibtex keyword (#2648)

    Added the google_scholar_id to filtered keywords

commit 853adefc9a4dd380fbeb52050aa7ee61741591f0
Author: hdocmsu <[email protected]>
Date:   Mon Aug 19 07:32:51 2024 -0700

    Adding own github-page to README.md (#2645)

    Co-authored-by: George <[email protected]>

commit 1e66e8c30deed3fb053ee083e49e27e0cfbfb4aa
Author: Ming SUN <[email protected]>
Date:   Mon Aug 19 17:30:29 2024 +0300

    Update README.md (#2644)

    add Ming's website page

    Co-authored-by: George <[email protected]>

commit dfc7453ea08fd51f4598685b16130a13e69fe05e
Author: Riasat Sheikh <[email protected]>
Date:   Mon Aug 19 12:03:01 2024 +0900

    [Feature] InspireHEP social and citation count badge (#2638)

    [INSPIRE](http://inspirehep.net/) is a trusted community hub that
    facilitates the sharing and discovery of accurate scholarly information
    in high energy physics. By integrating the social and citation count
    badge, al-folio users within this community will gain significant
    benefits.

    In continuation of #2634, I am creating this pull request.

    ## Details

    ### Social Icon
    - Add your INSPIRE author ID in the `config.yml` under `inspirehep_id`.

    ### Citation Count
    - Enable this feature by setting `inspirehep` to `true` under
    `enable_publication_badges` in your `config.yml` file.
    - In your bibliography file (e.g., `papers.bib`), add `inspirehep_id =
    {the literature's recid}` under the citation of a literature source.

commit 3ff7579a7419fc546816535361a8b90c7c49553d
Author: Beryl Sui <[email protected]>
Date:   Thu Aug 8 06:33:12 2024 -0700

    added personal website for Beryl Sui (#2628)

    Thank you for this amazing template :)

commit 04ab383c4bb4d7e653081b2f84d9e8a7ce11c097
Author: George <[email protected]>
Date:   Wed Aug 7 13:46:07 2024 -0300

    Fixed prettier complaints on FAQ.md

commit 5c5c81cda8d947d69b7ad2ec18836c006ae30367
Author: Rachel <[email protected]>
Date:   Wed Aug 7 11:43:48 2024 -0400

    [Bug-fix] Make custom blockquote font coloring consistent (#2622)

    Currently, the tip, warning, and danger custom blockquote's font color
    is not customized when the text is styled as bold, italics, or a list
    item. As a result, the text is slightly less attractive in light mode
    and almost illegible in dark mode.

    ## Screenshot: Current

    <img width="400" alt="current-darkmode"
    src="https://github.com/user-attachments/assets/1cdd5861-76a2-45bd-a948-99cf35f9c87e">

    ## Screenshot: Proposed

    <img width="400" alt="proposed-darkmode"
    src="https://github.com/user-attachments/assets/03fbd4d3-e3f5-498a-bef6-153e1ad55289">

commit 610f42bf619e2c4f43a4e19c4201e0583c4505cc
Author: George <[email protected]>
Date:   Wed Aug 7 12:40:32 2024 -0300

    Update Prettier information on FAQ.md

commit 3be24f6b047eb6b49540a0cc1199d7e421192d9f
Author: Alon Kellner <[email protected]>
Date:   Wed Aug 7 18:20:30 2024 +0300

    Alon Kellner portfolio link (#2627)

    I used al-folio's fork
    [multi-language-al-folio](https://github.com/george-gca/multi-language-al-folio)
    to create my portfolio, I love it :)

commit 1d4ce5a313d1c41e73c843587692eabebad96e00
Author: Rachel <[email protected]>
Date:   Sun Aug 4 14:32:46 2024 -0400

    [bug-fix] Add padding to default markdown table cells (#2617)

    Default, meaning `pretty_table: false`

    ## Sample code

    ```md
    |   First Column   |  Second Column  |  Third Column  |
    |------------------|-----------------|----------------|
    | Sed in.          | Sed non.        | Morbi egestas. |
    | Donec facilisis. | Suspendisse eu. | Nulla porta.   |
    | Praesent a.      | Interdum et.    | Sed nec.       |
    ```

    ### Current result

    <img width="369" alt="current-default"
    src="https://github.com/user-attachments/assets/7dc74cfd-ed60-46eb-a1c1-bf3df74bac59">

    ### Proposed result

    <img width="378" alt="updated-default"
    src="https://github.com/user-attachments/assets/2bf83fb5-f7b1-4d4b-88aa-e55d3420aeaf">

commit e46a7941b216c68493158fe412467c1a11fb8b54
Author: George <[email protected]>
Date:   Fri Aug 2 10:44:22 2024 -0300

    Updated dependencies (#2613)

    Fix https://github.com/alshedivat/al-folio/security/dependabot/4

    Signed-off-by: George Araújo <[email protected]>

commit e14f5723f2ca14ee15f8e1f65f07477f5d4485af
Author: George <[email protected]>
Date:   Thu Jul 25 14:01:57 2024 -0300

    Added customizing css to CUSTOMIZE.md (#2602)

    Signed-off-by: George Araújo <[email protected]>

commit e7da32f0e45d70211c21d469f5b43373b2ec9ebb
Author: Salman Faroz <[email protected]>
Date:   Thu Jul 25 20:37:22 2024 +0530

    Lighthouse Badger token as secret (#2589)

    In the
    [FAQ](https://github.com/alshedivat/al-folio/blob/master/FAQ.md#my-webpage-works-locally-but-after-deploying-it-is-not-displayed-correctly-css-and-js-are-not-loaded-properly-how-do-i-fix-that),
    it is mentioned to "add it as a secret". However, the Lighthouse Badger
    documentation specifies using an environment variable. I've updated this
    to use secrets instead, as it is more secure and appropriate for using a
    Personal Access Token (PAT).

    #### Personal Access Token (fine-grained) Permissions:
    - **contents**: access: read and write
    - **metadata**: access: read-only

    #### Personal Access Token (classic) Permissions:
    - **repo**

    [refer](https://github.com/MyActionWay/lighthouse-badger-workflows#lighthouse-badger-easyyml:~:text=and%20permissions%20required-,PAT%20(fine%2Dgrained)%3A%20repository%20permissions,-contents%20%3D%3E%20access%3A%20read)

    For more information, refer to the [GitHub documentation on using
    secrets in GitHub
    Actions](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions).

commit b5247d9ecaa36c9cc90b92c7066c1a4cf0d26935
Author: Simmo Saan <[email protected]>
Date:   Thu Jul 25 18:05:03 2024 +0300

    Remove github-metadata post (#2599)

    The jekyll-github-metadata plugin was removed in PR #668, so this no
    longer works. Clearly broken here:
    https://alshedivat.github.io/al-folio/blog/2020/github-metadata/.

commit 2db33ea99f04f8769207d85ad24b56160496f7ba
Author: tonideleo <[email protected]>
Date:   Mon Jul 22 07:55:07 2024 -0700

    Add user link to user community (#2592)

commit fc15dd6cc8156f3cff35148c2db81f771e11206a
Author: George <[email protected]>
Date:   Sun Jul 21 20:48:32 2024 -0300

    Fixed prettier complaints on FAQ

commit 2ebbb801e3abf9d484ed74f417c5d84f5bced6ab
Author: George <[email protected]>
Date:   Sun Jul 21 17:13:10 2024 -0300

    Expliciting how to handle wrong theme for site in FAQ.md

commit 71006683cd18b37ccb18b22944e708bd87d54eac
Author: George <[email protected]>
Date:   Sun Jul 21 17:03:58 2024 -0300

    Added example of site with css and js not loaded

commit c3ac17294cf85b77742590963dbfc5a794f0098e
Author: George <[email protected]>
Date:   Sun Jul 21 16:19:33 2024 -0300

    Improved FAQ readability

commit 015a47787ed2f48c5be20112bce6ab6d32e96dc0
Author: Tadashi <[email protected]>
Date:   Wed Jul 17 18:13:47 2024 -0300

    Fix typo in entry associated to award button (#2583)

commit 75ab2823bb1c2063e8a0842b7ff20d6beaa618e7
Author: George <[email protected]>
Date:   Wed Jul 17 00:03:11 2024 -0300

    Updated dependencies (#2582)

    Signed-off-by: George Araujo <[email protected]>

commit d9ea1b3dd3aaff7b575a576a89670e1ba82921e2
Author: George <[email protected]>
Date:   Tue Jul 16 23:48:20 2024 -0300

    Updated to font awesome 6.6.0 (#2581)

    Updated to [FontAwesome
    6.6.0](https://github.com/FortAwesome/Font-Awesome/releases/tag/6.6.0)

    ---------

    Signed-off-by: George Araujo <[email protected]>

commit aef552f043a503e70cd190e15884609f8b045298
Author: Furkan Akkurt <[email protected]>
Date:   Wed Jul 17 04:52:06 2024 +0…
FrancescFe added a commit to CescFe/CescFe.github.io that referenced this pull request Jan 17, 2025
* Squashed commit of the following:

commit c5d0e92dbd9f2d7f12f2f08089340f880dbd45d1
Author: George <[email protected]>
Date:   Wed Jan 15 23:14:50 2025 -0300

    Update docker version on  INSTALL.md

commit 8d1ca80b003826cb2ae945d8a65f5fb71e0789e9
Author: George <[email protected]>
Date:   Wed Jan 15 23:14:16 2025 -0300

    Update docker version on docker-compose.yml

commit 82611b4b6dd65da805e036e783b13c1a716b4ba2
Author: George <[email protected]>
Date:   Wed Jan 15 23:12:15 2025 -0300

    Updated dependencies for next release (#2958)

    Signed-off-by: George Araújo <[email protected]>

commit da3203452589608efdab85702e58c9a51c7e51ba
Author: Suraj Khamkar <[email protected]>
Date:   Wed Jan 15 21:11:44 2025 -0500

    Fix issue causing no color inversion when rendering equations (#2956)

    ## Problem Description

    When dark mode is enabled, inline math expressions rendered using
    `$...$` in distill-style blog posts are displayed in black text. This
    makes them difficult to read against the dark background. The issue
    occurs because the default styles for MathJax-rendered content do not
    account for dark mode and set the text color to black.

    ## Proposed Solution

    This PR updates the MathJax setup to dynamically apply inline styles to
    ensure the text color of MathJax-rendered content inherits the parent
    container’s color. Specifically:
    - Added a custom action in the _MathJax.options.renderActions_ section
    to inject a CSS rule that sets _.mjx-container_ to inherit its color
    from its parent element.
    - Ensures that inline math expressions render correctly in both light
    and dark modes without explicitly setting a fixed color.

    ## Changes Made
    Modified the _mathjax-setup.js_ file to include:
    - Custom inline styles injected via JavaScript for _.mjx-container_
    elements.
    - Explicit handling of _inlineMath_ delimiters to ensure consistency in
    rendering.

    ## Testing and Validation
    - Tested the fix in both light and dark modes to confirm that inline
    math expressions render in the correct color.
    - Verified that the changes do not introduce regressions in light mode
    or affect block math expressions rendered using `$$...$$`.

    ## Impact
    - Improves readability of inline math expressions in dark mode.
    - Provides a consistent user experience for distill-style blog posts
    across light and dark themes.
    - Resolves #2915

    Co-authored-by: Suraj Khamkar <[email protected]>

commit c2cc2148c06d267c652ea5774979788604277e18
Author: Ricky Yuan <[email protected]>
Date:   Tue Jan 14 22:39:28 2025 +0800

    Fix resume custom reference link bug (#2941)

    Hi,

    I noticed an issue where the CV page fails to link to the correct custom
    PDF when the `{% unless site.data.resume %}` block is executed in
    `cv.liquid`. To resolve this, I updated the code to align its logic with
    the else block to make it consistent.

    ---------

    Co-authored-by: Maruan Al-Shedivat <[email protected]>

commit 70c5ccf93de66b7ee4ca60b87e89b4aa9cb9e814
Author: George <[email protected]>
Date:   Mon Jan 13 11:57:43 2025 -0300

    Fixed prettier complaints

commit 9ca1d52c04de0124ec25bb286a63a5f465686379
Author: George <[email protected]>
Date:   Sun Jan 12 15:43:14 2025 -0300

    Added another option to remove content

commit f233233e19190cfe47dbd0718d032c75ec4053a4
Author: Maruan <[email protected]>
Date:   Thu Jan 9 07:34:44 2025 -0500

    Remove internal copy of jekyll-terser (#2945)

    # Summary

    since https://github.com/RobertoJBeltran/jekyll-terser/pull/1 has been
    merged, I'm removing the internal copy jekyll-terser and switching to
    https://github.com/RobertoJBeltran/jekyll-terser instead. also,
    refactored `Gemfile` a bit.

commit 1da2e64e73815d3a615b4a4224e7cef15be2d2eb
Author: Soumyaranjan Dash <[email protected]>
Date:   Tue Jan 7 10:22:28 2025 -1000

    Updated FAQ.md. (#2937)

    Added documentation for Google Search Console ID creation and usage in
    the template for google-site-verification.

commit c4a9f1729f814233b0b7596c6602d3429314a67a
Author: George <[email protected]>
Date:   Fri Jan 3 18:50:37 2025 -0300

    Howto remove pages (#2933)

    Closes #2930

    ---------

    Signed-off-by: George Araújo <[email protected]>

commit 4f405ba9c40526b5fe36e165a0a42da077d0249e
Author: Manuel <[email protected]>
Date:   Thu Jan 2 20:00:47 2025 +0100

    Fix Line Ending Issues for Shell Scripts in Docker for Windows 10 (#2932)

    Shell scripts like entry_point.sh caused errors in Docker due to CRLF
    line endings on Windows (`exec /tmp/entry_point.sh: no such file or
    directory`).

    Added `.gitattributes` to enforce LF line endings for *.sh files.

    This resolves the issue and ensures consistent behavior across
    platforms.

commit a3396b6c87b2bd05de6bfc70ffca4882233a4bf3
Author: George <[email protected]>
Date:   Mon Dec 30 22:12:54 2024 -0300

    Updated ffi, changed base docker image, added observer and ostruct (#2931)

    Signed-off-by: George Araujo <[email protected]>

commit bd58936fc9f2e64fc466281092838d1e4d350f49
Author: Noman Bashir <[email protected]>
Date:   Mon Dec 30 13:23:38 2024 -0500

    Update README.md - remove my website link (#2926)

    remove my website link

commit 3795438a75029637242b011c2e04d74cb87b6172
Author: George <[email protected]>
Date:   Sun Dec 29 23:08:39 2024 -0300

    Updated dependencies (#2925)

    Signed-off-by: George Araújo <[email protected]>

commit 1c27220f5979ceb6462d221bab39bb1bd5ab380d
Author: George <[email protected]>
Date:   Sun Dec 29 22:52:32 2024 -0300

    Security fixes for download-3rd-party.rb

commit 8d5448601b74dd1175b31224200de0768d1e0856
Author: George <[email protected]>
Date:   Sun Dec 29 22:42:28 2024 -0300

    Security fixes for download-3rd-party

commit e9916adb95fae4cabe45dc1963c99c14875b3e81
Author: George <[email protected]>
Date:   Sun Dec 29 22:24:59 2024 -0300

    Create codeql.yml

commit c91c0ee54b78bd3961347091acd827fd0bddfe11
Author: Simmo Saan <[email protected]>
Date:   Mon Dec 30 02:50:59 2024 +0200

    Revert padding from #2617 for CV tables (#2920)

    PR #2617 added a noticeable amount of right padding to all table cells.
    This might be fine for tables in content (e.g. posts), but creates odd
    spaces in the CV page, which is largely made up of tables.

commit 807629dd2f45044f0f5f2f66a71445387e3e2693
Author: George <[email protected]>
Date:   Sat Dec 28 23:48:25 2024 -0300

    Update docker-compose.yml image version

commit ae7b3c92f81ba2758b9fc1e8aa12cccfa5179803
Author: George <[email protected]>
Date:   Sat Dec 28 23:47:50 2024 -0300

    Update INSTALL.md repo version

commit cecd16d2bd098ebfaab8192c75f792f1a46e0a6a
Author: George <[email protected]>
Date:   Thu Dec 26 16:49:45 2024 -0300

    Added missing newsletter components (#2913)

    Signed-off-by: George Araújo <[email protected]>

commit 0dbab217faf30c8380fa56a22977de62872b0afa
Author: George <[email protected]>
Date:   Mon Dec 23 14:26:12 2024 -0300

    Update CUSTOMIZE.md

commit 6e1226d53ab48c62280bf518578f7b4180a2891c
Author: George <[email protected]>
Date:   Mon Dec 23 14:20:14 2024 -0300

    Update INSTALL.md

commit 05eb46ac3faefc5c56a9c0406148a11a03c59608
Author: George <[email protected]>
Date:   Mon Dec 23 14:00:58 2024 -0300

    Replaced jekyll-minifier that uses uglifier by terser (#2571)

    Hopefully fixes #2548.

    ---------

    Signed-off-by: George Araujo <[email protected]>
    Signed-off-by: George Araújo <[email protected]>

commit ec7d7c34e8f1a7ef4da2ea37454f470b8b37094b
Author: Jiaqi Li <[email protected]>
Date:   Thu Dec 19 15:55:36 2024 -0500

    explicitly install imagemagick to support ubuntu-latest (>=24.04) in Github actions (#2906)

    Install `imagemagick` within `Install and Build 🔧` step of Github
    actions

    Relevant issue:
    [#2902](https://github.com/alshedivat/al-folio/issues/2902) `convert`
    Command Not Found on Ubuntu 24.04

    Reason:
    `ubuntu-latest` in Github actions is pointed to `ubuntu-24.04` now, in
    which `imagemagick` is no longer pre-installed. See
    [this](https://github.com/actions/runner-images/issues/10772).

    Modified files (actions) recommended by @george-gca
    ```
    - .github/workflows/deploy.yml
    - .github/workflows/broken-links-site.yml
    - .github/workflows/axe.yml
    ```

commit cc0cb3c426a66b96cdd01a1b5ba22789612fdaae
Author: George <[email protected]>
Date:   Thu Dec 19 11:52:26 2024 -0300

    Fixed #2903

commit c5101beae4af04207ce99b55acb78f58983d4d2b
Author: George <[email protected]>
Date:   Thu Dec 12 16:23:28 2024 -0300

    Fixed socials in search (#2895)

    Signed-off-by: George Araújo <[email protected]>

commit 3cdb9e49776dc7375a7c98f4b32370f43d240601
Author: George <[email protected]>
Date:   Thu Dec 12 15:28:42 2024 -0300

    Fixed missing updated references to socials (#2894)

    Signed-off-by: George Araújo <[email protected]>

commit 00249b93c931c9bedc71d440c10fe05bbc6c4f8a
Author: Dominik Fuchß <[email protected]>
Date:   Thu Dec 12 19:18:55 2024 +0100

    Update social.liquid: ensure social[1] is used (#2891)

    Fixes #2890

    With the recent updates (v0.13.0) the email badge (social) does not
    contain the email anymore.
    Some link generations in social.liquid used the old schema
    Also updated the handling for mastodon to be aligned to the other social
    badges.

commit 5bc4703a7630607975de1c5a356bf0f2c27348a7
Author: George <[email protected]>
Date:   Thu Dec 12 15:17:49 2024 -0300

    Fix google scholar citations (#2893)

    Signed-off-by: George Araújo <[email protected]>

commit b968de85e0ba2752f748e356648ae20628be9fac
Author: Dominik Fuchß <[email protected]>
Date:   Thu Dec 12 19:17:23 2024 +0100

    Update bib.liquid: google scholar citation count (#2892)

    Fix site.data.socials.scholar_userid access for google scholar citation
    count

    Fixes #2889

commit ae4412ef3c86086ea91e71acdd2cd49f7a36e2ac
Author: George <[email protected]>
Date:   Thu Dec 12 12:57:24 2024 -0300

    Updated dependencies (#2887)

    Signed-off-by: George Araújo <[email protected]>

commit 8d20dc5e0761d909b40747e1faaa75b34e1e933b
Author: George <[email protected]>
Date:   Thu Dec 12 12:46:56 2024 -0300

    Update docker-compose.yml image version

commit a9da28e256ae42324499dfac722c40ccede15e9e
Author: George <[email protected]>
Date:   Thu Dec 12 12:45:04 2024 -0300

    Renamed `repo-img-` to `only-` to allow setting images for only one theme (#2886)

    Closes #930.

    We already had classes for this kind of feature, but it was used
    specifically for repository information. Just renamed the classes so it
    is clear how they can be used.

    To use them with markdown, just do it like this:

    ```markdown
    ![Only light](assets/img/prof_pic_color.png){: .only-light}
    ![Only dark](assets/img/prof_pic.jpg){: .only-dark}
    ```

    and with html:

    ```html
    <img
      class="only-light"
      src="assets/img/prof_pic_color.png"
    >
    <img
      class="only-dark"
      src="assets/img/prof_pic.jpg"
    >
    ```

    Signed-off-by: George Araújo <[email protected]>

commit e452f1a60f93130738a0042a09eec53cbfee0160
Author: George <[email protected]>
Date:   Thu Dec 12 12:44:43 2024 -0300

    Moved socials config to `_data/socials.yml` (#2885)

    Fixes #2882, added support for
    [scholar-icons](https://github.com/louisfacun/scholar-icons) and
    [LeetCode](https://leetcode.com/).

    ---------

    Signed-off-by: George Araújo <[email protected]>

commit 84cf4aff3df47a55f2e51d95c5ebb228ab4f488e
Author: George <[email protected]>
Date:   Wed Dec 11 15:19:38 2024 -0300

    Update Font Awesome and Tabler Icons (#2884)

    Solves #2881.

    ---------

    Signed-off-by: George Araújo <[email protected]>

commit f23e35e043bdfba2eb85e6247cfaaa1465217823
Author: George <[email protected]>
Date:   Tue Dec 10 19:01:01 2024 -0300

    New image components (image galleries) (#2877)

    Added support for multiple image galleries, and created a sample post
    showing how to enable and use them.

    ---------

    Signed-off-by: George Araújo <[email protected]>

commit 8121ad02690c256b997a4b068714d909d1db796d
Author: George <[email protected]>
Date:   Fri Dec 6 12:20:36 2024 -0300

    Fix apostrophe in news title for search (#2879)

    Fix #2876

    Weirdly enough, we already escape the title a few lines above the
    changed one, but had to escape it again here.

    Signed-off-by: George Araújo <[email protected]>

commit 957dc2c35aa08bf894ab6755e5284fb3118351e6
Author: dai <[email protected]>
Date:   Thu Dec 5 04:00:29 2024 +0800

    Add features to distill template (#2840)

    While using the distill template, I noticed it lacked many features
    available in the regular post template, such as typograms, echarts, and
    other interactive elements. To address this, I **included the necessary
    scripts and dependencies for these features in** _distill.liquid_,
    referencing them from misc.liquid. Now, the distill template offers the
    same interactive functionality as the post template.

commit a340b6039d4a32acaa2c438d0fa7e4d76caeb237
Author: Henry Fang <[email protected]>
Date:   Tue Dec 3 16:33:08 2024 -0800

    Update the INSTALL.md file to include steps for deploying al-folio on Netlify. (#2798)

    Update CUSTOMIZE.md to include steps to deploy al-folio on Netlify.

    ---------

    Co-authored-by: Henry <[email protected]>
    Co-authored-by: Henry_Lab <[email protected]>

commit c5d484ec9faa6adb070e3162b5ff41b98163794b
Author: Pranjal Aggarwal <[email protected]>
Date:   Mon Dec 2 20:35:59 2024 -0700

    Support for Resume/CV Links (#2826)

    Solves #2825

commit b37758a55c85c3aacd33e531f906d080853ccec0
Author: Isaac Fernandes <[email protected]>
Date:   Mon Dec 2 16:37:42 2024 -0300

    Add .lycheeignore file with linkedin to stop error on workflow Linkcheck (#2868)

    Add a .lycheeignore file with LinkedIn to stop the error in the workflow
    Link Checker due to response 999, and update to the new version
    lycheeverse/[email protected].

commit 8babc442a5dc21329b19bd4e4c09e2688a0713d9
Author: Juan Carlos Niebles <[email protected]>
Date:   Mon Dec 2 11:37:19 2024 -0800

    Fix to display references in order of citation (#2855)

    "cite_in_order" here contradicts the global group_by year setting in
    _config.yml

commit a09f15fd9971d7400471a8edef4ef0329ecea875
Author: George <[email protected]>
Date:   Mon Dec 2 15:45:38 2024 -0300

    Fix prettier complaints

commit 7c22e4800ab5e17a1401c70ac08bcbc74cb5b55e
Author: George <[email protected]>
Date:   Fri Nov 29 00:09:29 2024 -0300

    Fixed bug in header

commit b0d70d4dd6db8920aaddb0c2d0abcab15b85dc78
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Nov 28 15:52:10 2024 -0300

    Bump rexml from 3.3.8 to 3.3.9 (#2814)

    Bumps [rexml](https://github.com/ruby/rexml) from 3.3.8 to 3.3.9.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/ruby/rexml/releases">rexml's
    releases</a>.</em></p>
    <blockquote>
    <h2>REXML 3.3.9 - 2024-10-24</h2>
    <h3>Improvements</h3>
    <ul>
    <li>Improved performance.
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/210">GH-210</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    </ul>
    <h3>Fixes</h3>
    <ul>
    <li>
    <p>Fixed a parse bug for text only invalid XML.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/215">GH-215</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    <li>
    <p>Fixed a parse bug that <code>&amp;#0x...;</code> is accepted as a
    character
    reference.</p>
    </li>
    </ul>
    <h3>Thanks</h3>
    <ul>
    <li>NAITOH Jun</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/ruby/rexml/blob/master/NEWS.md">rexml's
    changelog</a>.</em></p>
    <blockquote>
    <h2>3.3.9 - 2024-10-24 {#version-3-3-9}</h2>
    <h3>Improvements</h3>
    <ul>
    <li>Improved performance.
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/210">GH-210</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    </ul>
    <h3>Fixes</h3>
    <ul>
    <li>
    <p>Fixed a parse bug for text only invalid XML.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/215">GH-215</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    <li>
    <p>Fixed a parse bug that <code>&amp;#0x...;</code> is accepted as a
    character
    reference.</p>
    </li>
    </ul>
    <h3>Thanks</h3>
    <ul>
    <li>NAITOH Jun</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/ruby/rexml/commit/38eaa86ac7abe0d31cf49d8df57ad239fdeb80e9"><code>38eaa86</code></a>
    Add 3.3.9 entry</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/ce59f2eb1aeb371fe1643414f06618dbe031979f"><code>ce59f2e</code></a>
    parser: fix a bug that &amp;#0x...; is accepted as a character
    reference</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/a09646d395a07399cbf9bc3bc8d6d8bb1d13ecea"><code>a09646d</code></a>
    test: fix indent</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/cf0fb9c9ca3dc0d725c8e4644aa0e728025f42ce"><code>cf0fb9c</code></a>
    Fix <code>IOSource#readline</code> for <code>@pending_buffer</code> (<a
    href="https://redirect.github.com/ruby/rexml/issues/215">#215</a>)</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/1d0c362526f6e25e2abcd13e2fcefcc718c20e78"><code>1d0c362</code></a>
    Optimize <code>IOSource#read_until</code> method (<a
    href="https://redirect.github.com/ruby/rexml/issues/210">#210</a>)</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/622011f25ac1519fd553d6c56da52d7eba14a787"><code>622011f</code></a>
    Bump version</li>
    <li>See full diff in <a
    href="https://github.com/ruby/rexml/compare/v3.3.8...v3.3.9">compare
    view</a></li>
    </ul>
    </details>
    <br />

    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rexml&package-manager=bundler&previous-version=3.3.8&new-version=3.3.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.

    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)

    ---

    <details>
    <summary>Dependabot commands and options</summary>
    <br />

    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/alshedivat/al-folio/network/alerts).

    </details>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 1c1632c8c941f237557da9d67146e3bae478885b
Author: George <[email protected]>
Date:   Thu Nov 28 15:32:13 2024 -0300

    Page permalink can be an outside url (#2863)

    Fixes #2858

    ---------

    Signed-off-by: George Araújo <[email protected]>

commit c170eaf2d0eb081d291691b2c9860e47e5f93d23
Author: Guillaume Dalle <[email protected]>
Date:   Mon Nov 25 18:54:30 2024 +0100

    Bluesky URL prefix should not be appended (#2856)

    This PR modifies

    - `_config.yml` to rename `bluesky_url` into `bluesky_id`
    - `_includes/social.liquid` to handle the renaming in the display of
    social media icons

commit 9674cfc8e54f7cac7a890e4e54bed001cc897192
Author: imsi32 <[email protected]>
Date:   Wed Nov 20 00:03:51 2024 +0200

    [FIX] Blog Page Navigation (#2841) (#2846)

    I tested on my Github page and it worked correctly. Then, copied here.

    Issue: Blog page navigation extends layout of the page in small screens.
    Fixes: #2841

commit b7ee266824c6cfa53cd63d876ab1fe4ce9ddd9a9
Author: Abderrahmane Ait gueni ssaid <[email protected]>
Date:   Sun Nov 10 17:28:30 2024 +0100

    Support for openpanel.dev for analytics (#2822)

commit 587f03a2348eb959dd0f0088b959d433a1a12d2d
Author: Hanyan Yin <[email protected]>
Date:   Mon Nov 11 00:28:15 2024 +0800

    fix: Misfunction of wechat_qr in Social Integration (#2831)

    Solve the bug issue (#2830)

commit 3d8b29c6c7e4dc1a36c6db9b69efbc791feeabe1
Author: Dmitry Ryumin <[email protected]>
Date:   Wed Oct 30 17:17:43 2024 +0300

    Update README.md (#2819)

    Added my academic profile website to the README.md

commit d24418786940d46983de8f34825d864e1ac6fe6d
Author: João Pedro Fonseca <[email protected]>
Date:   Tue Oct 29 13:25:06 2024 +0000

    Added my academic profile website to the README.md (#2815)

commit 47ed26fb4ae3bdad22adcb3e23f31c40b9a90961
Author: Amir Pourmand <[email protected]>
Date:   Fri Oct 25 20:47:41 2024 +0330

    Update docker-compose.yml to use tag

commit 89f7ca7b930ab8572c978d2537a478963e2c9389
Author: Amir Pourmand <[email protected]>
Date:   Thu Oct 24 16:47:42 2024 +0330

    Update docker-compose.yml

commit 75b3f9f196fa24852a4e5a5e7bd194893fff9c68
Author: Amir Pourmand <[email protected]>
Date:   Thu Oct 24 00:04:41 2024 +0330

    Update version (#2800)

commit d1b38ee121bb977ad1fb1af49380bbc38923fbe1
Author: George <[email protected]>
Date:   Wed Oct 23 12:17:07 2024 -0300

    Removed hidden char from figure.liquid (#2804)

    Signed-off-by: George Araújo <[email protected]>

commit eae72d8719069bdf966a138558e5e198412cdda9
Author: George <[email protected]>
Date:   Wed Oct 23 12:04:00 2024 -0300

    Standardized spaces for liquid tags (#2802)

    Signed-off-by: George Araújo <[email protected]>

commit 4184a06a4250a3d8a13327e9a62157a51b42043e
Author: George <[email protected]>
Date:   Wed Oct 23 11:35:04 2024 -0300

    Added commented code about docker permissions, organized Dockerfile (#2801)

    I am currently testing out docker in a remote lab environment where
    docker was configured in a way that it can't run as root, causing some
    permission issues. The solution I could find was to add these changes
    (commented by default) to these files and fill the specifics so it could
    run as it was your user running the code.

    Signed-off-by: George Araújo <[email protected]>

commit 613be397bf2d91a344f79278b32a9063918e05b9
Author: Kartikey Agrawal <[email protected]>
Date:   Wed Oct 23 16:00:08 2024 +0530

    Fix docker compose issue (#2799)

    Fixed the `docker compose` issue, when trying to run the repository,
    locally.

    #2795

    <hr>

    <h3>To test these out: </h3>

    Run:
    `docker compose pull`
    `docker compose build`
    `docker compose up`

    ---------

    Co-authored-by: Amir Pourmand <[email protected]>

commit 6a795aff790d6a812f0e3c6b85036e32b645f713
Author: Amir Pourmand <[email protected]>
Date:   Wed Oct 23 13:50:41 2024 +0330

    Add Image Version to Docker-Compose to pull the relevant image (#2740)

    This is to address
    - #2733

    Since a lot of times, the only problem is that docker image is not
    consistent with the build. We have to somehow incorporate image version
    into repository.

    I don't insist to provide it this way. Maybe there are other automatic
    ways which are better.

    We can also calculate the relevant tag from git.

commit b3f1968422d5689b79f921a417a2f4b4da6b4acf
Author: Dominik Fuchß <[email protected]>
Date:   Tue Oct 22 15:42:20 2024 +0200

    Fix .webp SrcSet Creation Filter (#2761)

    ### Pull Request: Fix .webp SrcSet Creation Filter

    #### Description

    This PR addresses an issue with the filter for creating `.webp` srcsets
    introduced in PR #2698. The original filter incorrectly searched for
    extensions with a leading period (e.g., ".jpg" and ".png"). As a result,
    no matches were found, preventing the srcset from being added to any
    figures. This occurred because the split operation removes the period
    from the file extensions.

    #### Changes Made

    - Updated the filter to search for file extensions without the leading
    period (e.g., "jpg" and "png").
    - Ensured that the resource sets are now correctly created for the
    respective file extensions, allowing the `.webp` srcset to function as
    intended.

    #### Impact

    With this change, responsive images will now correctly generate their
    srcsets for the appropriate file types, improving image loading
    performance and supporting better responsiveness.

    #### Fixes

    - Fixes #2777

    Please review the changes and let me know if there are any further
    adjustments needed. Thank you!

commit de2b3b87ae7c70d00326db2beb6982fe559a1f6a
Author: George <[email protected]>
Date:   Mon Oct 21 21:54:16 2024 -0300

    Renamed all references to master branch to main (#2793)

    Finishes #2086

    Signed-off-by: George Araújo <[email protected]>

commit a88c9f11e7a434e837aedadd3f81911519989558
Author: George <[email protected]>
Date:   Mon Oct 21 21:38:45 2024 -0300

    Removed mini_racer dependency, updated dependencies and tabler-icons (#2791)

    Since `mini_racer` is causing issue in #2432 and #2788 (both related to
    Netlify) and [currently it doesn't seem we have a reason for having
    it](https://github.com/search?q=repo%3Aalshedivat%2Fal-folio%20mini_racer&type=code)
    as a dependency, I am removing it to see if it fixes the issues.

    ---------

    Signed-off-by: George Araújo <[email protected]>

commit 6053d3f768a37eab0fcc2d9110d72a12d45c4494
Author: George <[email protected]>
Date:   Mon Oct 21 21:38:26 2024 -0300

    Added setup-python step to build (#2792)

    Signed-off-by: George Araújo <[email protected]>

commit 533f2c4fadefe492ad5c9160536c5d116f1849f3
Author: Victoria Mooers <[email protected]>
Date:   Mon Oct 21 15:56:39 2024 -0400

    Add my website to the "Academics" list (#2790)

    Adding a star to link to my website, as a user of the al-folio theme.

commit 0af4aecf50426fc1e35696ca4c47940737175b26
Author: George <[email protected]>
Date:   Wed Oct 16 11:52:16 2024 -0300

    Removed sync from template from INSTALL.md (#2781)

    Signed-off-by: George Araújo <[email protected]>

commit 977a47cb1824bb86d937d30d9f65b6b7c8c800bc
Author: Simmo Saan <[email protected]>
Date:   Wed Oct 16 17:06:04 2024 +0300

    Add DOI field button to bibliography (#2729)

commit 332a6dfcbba1c583e9b951d361ad4f27f84514cd
Author: suhyeon <[email protected]>
Date:   Wed Oct 16 11:00:06 2024 +0900

    Update README.md (#2768)

    Added an academic case (my website)

    Co-authored-by: George <[email protected]>

commit 7639ee82a8f54b9006d289228ae40b8e23808e6a
Author: Yulian Manchev <[email protected]>
Date:   Wed Oct 16 02:54:49 2024 +0100

    update dockerfile to render jupyter notebook equations (#2758)

    Hello,

    This pr should address the issue where the equations in jupter notebooks
    were not being rendered correctly in issue
    https://github.com/alshedivat/al-folio/issues/2757 .

commit 587b27e414f385ab961b3f2365fc00ee341a6539
Author: Martijn de Vos <[email protected]>
Date:   Wed Oct 16 03:47:53 2024 +0200

    Update README.md (#2771)

    Added my website

    Co-authored-by: George <[email protected]>

commit 13572dfbc6f0bb21a517ad25ca6a31fabfc632a1
Author: Mikolaj Kocikowski, PhD <[email protected]>
Date:   Wed Oct 16 03:27:58 2024 +0200

    Adding a star-link for an academic website. (#2780)

    I have added my website.

commit 421bdf860bb24a052480b99109384361ea7dc73b
Author: CheariX <[email protected]>
Date:   Sun Oct 6 00:42:37 2024 +0200

    fix: do not included downloaded assets in jekyll-minifier (#2749)

    If `download: true`, the site deployment fails.
    This caused e.g. issue #2548.

    I believe the issue appears because the 3rd party downloaded libs rely
    on ES6 Syntax, which jekyll-minifier cannot work on correctly.
    Also, I think we do not need to minify 3rd party downloaded libs at all.

    While this PR does **not** fix the issue above, it at least ensures that
    the site can be deployed with `download: true`. We still need better ES6
    support as suggested in #2571.

commit b74b292cac3ced3f3df51f164719970df8edffc7
Author: George <[email protected]>
Date:   Wed Oct 2 10:07:50 2024 -0300

    Update bug report with running with docker options

commit c0d53e631630b19328f30f9e0da900ff1161eb27
Author: Amir Pourmand <[email protected]>
Date:   Wed Oct 2 10:21:52 2024 +0330

    Change Run to use bundle exec instead of normal exec jekyll

commit caddec2fcdbdfabb2cce6d1441297639bd1e5df4
Author: Leo <[email protected]>
Date:   Tue Oct 1 21:54:31 2024 +0800

    feature: figure support url. (#2586)

    This PR allows the `figure` to accept url as the src of the`<img>`.
    currently, it only supports the relative path.

    ```
    // raw img
    <img src="{{ image.url }}" alt="{{ image.description }}">

    // assign url to figure
    {% assign image_url = image.url %}
    {% include figure.liquid url=image_url class="img-fluid rounded z-depth-1" zoomable=true %}
    ```

    ---------

    Signed-off-by: ifuryst <[email protected]>
    Co-authored-by: George <[email protected]>

commit c20074c8cab8df2050350e2367482fdd5328a08e
Author: Amir Pourmand <[email protected]>
Date:   Sat Sep 28 09:15:21 2024 +0330

    Fix `entry_point.sh` docker backward compatibility problem (#2728)

commit 6265269bd41e194a0ff74e677d730b4ab23e9fd2
Author: Amir Pourmand <[email protected]>
Date:   Thu Sep 26 08:40:15 2024 +0330

    Update entry_point.sh (#2707)

commit bdf4ce32e53bc9b4be1d1e10b796bd179cd87474
Author: George <[email protected]>
Date:   Tue Sep 24 15:57:59 2024 -0300

    Updated dependencies (#2715)

    Signed-off-by: George Araújo <[email protected]>

commit fdaed74d6e6e320b6e94a98ac53bb3b14bfb1247
Author: George <[email protected]>
Date:   Fri Sep 20 19:04:17 2024 -0300

    Fixed bug when search result is inside description of external post (#2710)

    Fixed a very specific bug that was happening when, for example,
    searching for the word `round`, which caused this:

    ![image](https://github.com/user-attachments/assets/d6009462-ae03-4bc2-9ee3-60cb16dce20c)

    After a lot of debugging I found out that the search result was in the
    svg icon definition. Finally got to fix this.

    ![image](https://github.com/user-attachments/assets/cc179ea1-e9b8-4695-b98a-adf1472ecca5)

    Signed-off-by: George Araújo <[email protected]>

commit daa402f7344a0dec0f40416ac0ab8f2997f06a6e
Author: Giuseppe Perelli <[email protected]>
Date:   Thu Sep 19 18:39:16 2024 +0200

    Update README.md (#2708)

    Adding a star to the academics using this template

commit d33213e033eefff0a6c45d0deea89e71bd2b1bca
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Sep 19 13:33:35 2024 -0300

    Bump google-protobuf from 4.27.3 to 4.27.5 (#2709)

    Bumps [google-protobuf](https://github.com/protocolbuffers/protobuf)
    from 4.27.3 to 4.27.5.
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a
    href="https://github.com/protocolbuffers/protobuf/commits">compare
    view</a></li>
    </ul>
    </details>
    <br />

    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google-protobuf&package-manager=bundler&previous-version=4.27.3&new-version=4.27.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.

    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)

    ---

    <details>
    <summary>Dependabot commands and options</summary>
    <br />

    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/alshedivat/al-folio/network/alerts).

    </details>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 046545983f0864b62e883105955717cbf298561c
Author: M. Umar Shahbaz <[email protected]>
Date:   Sat Sep 14 02:44:42 2024 +0500

    Fixed .webp src creation for svg and other files (#2698)

    Added a default srcset in case extension is other than the following:
    - .jpg
    - .jpeg
    - .png
    - .tiff
    - .gif

    fixed #2660

commit 8e9cf03ee980645c879d759528d17e8d570983fb
Author: Yao Xiao <[email protected]>
Date:   Fri Sep 13 11:12:54 2024 -0400

    Support `_styles` in page layout as in post and distill (#2694)

    As desribed in the title.

commit 92dbc393e7704e104814f22ce8d9abf95d2dd790
Author: Yao Xiao <[email protected]>
Date:   Fri Sep 13 10:59:19 2024 -0400

    Added my portfolio website to README (#2695)

    Thanks for the amazing theme! ❤️ I've been using al-folio for several
    years, during which I have considered migrating to more modern
    technologies like MDX or similar but really found no theme that look
    better than this.

commit b30b3f4ec0c3223366c06183b49bdb8f0a95664c
Author: George <[email protected]>
Date:   Tue Sep 10 12:18:58 2024 -0300

    Increased number of columns to 24 for contributors image

commit 66607c1fc8ca782b9618369c6f8041bef9759a5b
Author: M. Umar Shahbaz <[email protected]>
Date:   Tue Sep 10 20:16:40 2024 +0500

    Fixed "All contributors not showing on README.md" (#2688)

    # In README.md
    ## All Contributors Section

    **Out of the 216 contributors, the page only shows around 100**
    By adding an additional parameter ```max``` It now shows all of them.

commit f0eb58757317ad61eab6896501cbec758b27f0b3
Author: Gürkan Soykan <[email protected]>
Date:   Tue Sep 10 16:57:54 2024 +0200

    Fix conditional rendering of tag and category section (#2678)

    ### Overview
    This PR fixes an issue where unnecessary horizontal lines were displayed
    when there were no tags or categories present. The tag and category
    container is now conditionally rendered, ensuring it only appears when
    there are tags or categories to display.

    no tags meaning, in _config.yml
    ```
    display_tags: []
    display_categories: []
    ```

    ### Before and After
    The difference is illustrated in the images below:
    - **First Image (Fixed)**: Shows the correct behavior with no extra
    lines when tags or categories are absent.
    - **Second Image (Current)**: Demonstrates the issue with unwanted
    horizontal lines appearing when no tags or categories are present.

    ![image](https://github.com/user-attachments/assets/08becad5-9a34-4b6c-8a69-25206d9097da)

    ![image](https://github.com/user-attachments/assets/e36390cc-3104-4aa2-a047-a7fa8289e664)

    ### Impact
    This change improves the visual consistency and cleanliness of the theme
    by preventing unnecessary elements from being rendered, particularly in
    cases where there are no tags or categories defined.

commit 7203eb161c4ed16cac0b4001a05124e28e9bcdd4
Author: George <[email protected]>
Date:   Mon Sep 9 15:03:17 2024 -0300

    Update CUSTOMIZE.md scheduled info

commit 66320740986481847d595c9c7f49d407549faf04
Author: George <[email protected]>
Date:   Mon Sep 9 14:58:05 2024 -0300

    Update schedule-posts.txt

commit 444376997e48309e378b23bf3b2af831b922717a
Author: Ahmed Nurye <[email protected]>
Date:   Mon Sep 9 19:44:22 2024 +0200

    Add my webpage to community list (#2684)

    Hi, thanks for the great theme! Added my personal academic webpage to
    the community list.

    Co-authored-by: George <[email protected]>

commit d50cdf6b8aad1707c45d78b5fa7f59545b8b4ff8
Author: M. Umar Shahbaz <[email protected]>
Date:   Mon Sep 9 22:36:44 2024 +0500

    Schedule Posts Workflow (#2672)

    Updated ```CUSTOMIZE.md``` to include information regarding the
    ```scheduler.yml``` action

commit 97f78e5fb883a4bedd0c1e175ce69daadd4a876f
Author: Mikolaj Kocikowski, PhD <[email protected]>
Date:   Thu Sep 5 23:21:25 2024 +0200

    Update about.md (#2679)

    I was confused until I realized what the author likely meant. Fixing the
    typo. Thanks for the amazing theme!

commit cd3f4d6be533bc993f156b8ad5e4e04140ba9f22
Author: George <[email protected]>
Date:   Wed Aug 28 15:22:20 2024 -0300

    Fixed bug when external posts title is composed of non-ascii chars

    Fixed a bug in external-posts.rb when post title is composed of non-ascii chars

commit 6c6932f1b19f694dbb53c1f8a82d5a791083c01f
Author: George <[email protected]>
Date:   Wed Aug 28 10:54:06 2024 -0300

    Removed inexistent input from lighthouse-badger.yml

commit de4e89d11b44ca2b1660aeeafde5e88b6415542f
Author: Trần Đặng Trung Đức <[email protected]>
Date:   Tue Aug 27 03:28:31 2024 +0900

    Update README.md (#2661)

    Added trandangtrungduc.github.io to Academic

commit fbad5083aea932b4444fbc92a037fa85ab0094f5
Author: M. Umar Shahbaz <[email protected]>
Date:   Fri Aug 23 21:12:34 2024 +0500

    Added gh-pages Formatter (#2649)

    # Added prettier-hmtl.yml
    ## GitHub Workflow

    ## Purpose
    The GitHub Workflow formats the html files on gh-pages. The html files
    generated are always on a single line. This makes scaling programs a lot
    more difficult. By formatting the HTML files, al-folio can now be used
    to generate code which can then be modified to allow for using back-end.

    ## Errors found
    I want to let you know that when I was using prettier for this, it kept
    crashing and after some debugging I found out that al-folio was
    generating an invalid tag ```</source>```. ```<source>``` is a
    self-closing tag and doesn't have a separate closing tag.
    Error: ```<source src="URL" type="type"></source>```
    Correct: ```<source src="URL" type="type">```

    ## Workflow Description
    1. The workflow starts by checking out the gh-pages branch.
    2. Then it finds all ```</source>``` tags in all html files and deletes
    them.
    3. It Installs NodeJS and then Prettier. To make sure the code was
    executed properly, the workflow checks if prettier is present.
    4. Then the workflow runs prettier on all html files present in gh-pages
    5. It ends by committing the changes and pushing them to the gh-pages
    directory

    # Example:
    > Before
    >
    ![image](https://github.com/user-attachments/assets/8f0f993a-1b18-4edf-9d62-2fe503af272a)

    > After
    >
    ![image](https://github.com/user-attachments/assets/0714a6c8-0b37-4aee-a4f0-4ce0a7a663a1)

commit debb1822ad3db7080c885a010971bcbf4af2b5b5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Aug 23 11:08:41 2024 -0300

    Bump rexml from 3.3.4 to 3.3.6 (#2654)

    Bumps [rexml](https://github.com/ruby/rexml) from 3.3.4 to 3.3.6.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/ruby/rexml/releases">rexml's
    releases</a>.</em></p>
    <blockquote>
    <h2>REXML 3.3.6 - 2024-08-22</h2>
    <h3>Improvements</h3>
    <ul>
    <li>
    <p>Removed duplicated entity expansions for performance.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/194">GH-194</a></li>
    <li>Patch by Viktor Ivarsson.</li>
    </ul>
    </li>
    <li>
    <p>Improved namespace conflicted attribute check performance. It was
    too slow for deep elements.</p>
    <ul>
    <li>Reported by l33thaxor.</li>
    </ul>
    </li>
    </ul>
    <h3>Fixes</h3>
    <ul>
    <li>
    <p>Fixed a bug that default entity expansions are counted for
    security check. Default entity expansions should not be counted
    because they don't have a security risk.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/198">GH-198</a></li>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/199">GH-199</a></li>
    <li>Patch Viktor Ivarsson</li>
    </ul>
    </li>
    <li>
    <p>Fixed a parser bug that parameter entity references in internal
    subsets are expanded. It's not allowed in the XML specification.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/191">GH-191</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    <li>
    <p>Fixed a stream parser bug that user-defined entity references in
    text aren't expanded.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/200">GH-200</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    </ul>
    <h3>Thanks</h3>
    <ul>
    <li>
    <p>Viktor Ivarsson</p>
    </li>
    <li>
    <p>NAITOH Jun</p>
    </li>
    <li>
    <p>l33thaxor</p>
    </li>
    </ul>
    <h2>REXML 3.3.5 - 2024-08-12</h2>
    <h3>Fixes</h3>
    <ul>
    <li>Fixed a bug that
    <code>REXML::Security.entity_expansion_text_limit</code>
    check has wrong text size calculation in SAX and pull parsers.
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/193">GH-193</a></li>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/195">GH-195</a></li>
    <li>Reported by Viktor Ivarsson.</li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/ruby/rexml/blob/master/NEWS.md">rexml's
    changelog</a>.</em></p>
    <blockquote>
    <h2>3.3.6 - 2024-08-22 {#version-3-3-6}</h2>
    <h3>Improvements</h3>
    <ul>
    <li>
    <p>Removed duplicated entity expansions for performance.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/194">GH-194</a></li>
    <li>Patch by Viktor Ivarsson.</li>
    </ul>
    </li>
    <li>
    <p>Improved namespace conflicted attribute check performance. It was
    too slow for deep elements.</p>
    <ul>
    <li>Reported by l33thaxor.</li>
    </ul>
    </li>
    </ul>
    <h3>Fixes</h3>
    <ul>
    <li>
    <p>Fixed a bug that default entity expansions are counted for
    security check. Default entity expansions should not be counted
    because they don't have a security risk.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/198">GH-198</a></li>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/199">GH-199</a></li>
    <li>Patch Viktor Ivarsson</li>
    </ul>
    </li>
    <li>
    <p>Fixed a parser bug that parameter entity references in internal
    subsets are expanded. It's not allowed in the XML specification.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/191">GH-191</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    <li>
    <p>Fixed a stream parser bug that user-defined entity references in
    text aren't expanded.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/200">GH-200</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    </ul>
    <h3>Thanks</h3>
    <ul>
    <li>
    <p>Viktor Ivarsson</p>
    </li>
    <li>
    <p>NAITOH Jun</p>
    </li>
    <li>
    <p>l33thaxor</p>
    </li>
    </ul>
    <h2>3.3.5 - 2024-08-12 {#version-3-3-5}</h2>
    <h3>Fixes</h3>
    <ul>
    <li>Fixed a bug that
    <code>REXML::Security.entity_expansion_text_limit</code>
    check has wrong text size calculation in SAX and pull parsers.
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/193">GH-193</a></li>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/195">GH-195</a></li>
    <li>Reported by Viktor Ivarsson.</li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/ruby/rexml/commit/95871f399eda642a022b03550479b7994895c742"><code>95871f3</code></a>
    Add 3.3.6 entry</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/7cb5eaeb221c322b9912f724183294d8ce96bae3"><code>7cb5eae</code></a>
    parser tree: improve namespace conflicted attribute check
    performance</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/6109e0183cecf4f8b587d76209716cb1bbcd6bd5"><code>6109e01</code></a>
    Fix a bug that Stream parser doesn't expand the user-defined entity
    reference...</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/cb158582f18cebb3bf7b3f21f230e2fb17d435aa"><code>cb15858</code></a>
    parser: keep the current namespaces instead of stack of Set</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/2b47b161db19c38c5e45e36c2008c045543e976e"><code>2b47b16</code></a>
    parser: move duplicated end tag check to BaseParser</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/35e1681a179c28d5b6ec97d4ab1c110e5ac00303"><code>35e1681</code></a>
    test tree-parser: move common method to base class</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/6e00a14daf2f901df535eafe96cc94d43a957ffe"><code>6e00a14</code></a>
    test: fix indent</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/df3a0cc83013f3cde7b7c2044e3ce00bcad321cb"><code>df3a0cc</code></a>
    test: fix indent</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/fdbffe744b38811be8b1cf6a9eec3eea4d71c412"><code>fdbffe7</code></a>
    Use loop instead of recursive call for Element#namespace</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/6422fa34494fd4145d7bc68fbbe9525d42becf62"><code>6422fa3</code></a>
    Use loop instead of recursive call for Element#root</li>
    <li>Additional commits viewable in <a
    href="https://github.com/ruby/rexml/compare/v3.3.4...v3.3.6">compare
    view</a></li>
    </ul>
    </details>
    <br />

    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rexml&package-manager=bundler&previous-version=3.3.4&new-version=3.3.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.

    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)

    ---

    <details>
    <summary>Dependabot commands and options</summary>
    <br />

    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/alshedivat/al-folio/network/alerts).

    </details>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit ebf2fc9cca8db661d1d331e45d2c9b29ff425520
Author: George <[email protected]>
Date:   Thu Aug 22 14:26:04 2024 -0300

    Update INSTALL.md link to video tutorial

commit cd59ca39663b169ef215ac4beb8cb309abff1b87
Author: George <[email protected]>
Date:   Thu Aug 22 13:49:05 2024 -0300

    Added video tutorial to install instructions (#2653)

    Signed-off-by: George Araújo <[email protected]>

commit c45c7675bd4fb4068cbba8a1c96f7b08392b8947
Author: George <[email protected]>
Date:   Wed Aug 21 23:59:18 2024 -0300

    Update INSTALL.md with running time of actions

commit c753284f21fc99ad509b0c898616c7e703c29488
Author: George <[email protected]>
Date:   Wed Aug 21 23:55:36 2024 -0300

    Update INSTALL.md

commit c5c162cfa1376d48b889fab009f9c2887070a403
Author: George <[email protected]>
Date:   Wed Aug 21 23:54:45 2024 -0300

    Update INSTALL.md recommended approach

commit 9b6decceb18a209292a67c7fc90bb1780e79532f
Author: Corentin Sautier <[email protected]>
Date:   Tue Aug 20 16:50:00 2024 +0200

    Fix no github_users titling in repositories.md (#2647)

    Inverted order of title and {% if site.data.repositories.github_users
    %}, so that if there is no github_users, the "GitHub users" title does
    not appear.

commit 03f429f90189038d47111dad3ed7a52be99c894d
Author: Corentin Sautier <[email protected]>
Date:   Tue Aug 20 16:44:25 2024 +0200

    Update _config.yml to add a filtered bibtex keyword (#2648)

    Added the google_scholar_id to filtered keywords

commit 853adefc9a4dd380fbeb52050aa7ee61741591f0
Author: hdocmsu <[email protected]>
Date:   Mon Aug 19 07:32:51 2024 -0700

    Adding own github-page to README.md (#2645)

    Co-authored-by: George <[email protected]>

commit 1e66e8c30deed3fb053ee083e49e27e0cfbfb4aa
Author: Ming SUN <[email protected]>
Date:   Mon Aug 19 17:30:29 2024 +0300

    Update README.md (#2644)

    add Ming's website page

    Co-authored-by: George <[email protected]>

commit dfc7453ea08fd51f4598685b16130a13e69fe05e
Author: Riasat Sheikh <[email protected]>
Date:   Mon Aug 19 12:03:01 2024 +0900

    [Feature] InspireHEP social and citation count badge (#2638)

    [INSPIRE](http://inspirehep.net/) is a trusted community hub that
    facilitates the sharing and discovery of accurate scholarly information
    in high energy physics. By integrating the social and citation count
    badge, al-folio users within this community will gain significant
    benefits.

    In continuation of #2634, I am creating this pull request.

    ## Details

    ### Social Icon
    - Add your INSPIRE author ID in the `config.yml` under `inspirehep_id`.

    ### Citation Count
    - Enable this feature by setting `inspirehep` to `true` under
    `enable_publication_badges` in your `config.yml` file.
    - In your bibliography file (e.g., `papers.bib`), add `inspirehep_id =
    {the literature's recid}` under the citation of a literature source.

commit 3ff7579a7419fc546816535361a8b90c7c49553d
Author: Beryl Sui <[email protected]>
Date:   Thu Aug 8 06:33:12 2024 -0700

    added personal website for Beryl Sui (#2628)

    Thank you for this amazing template :)

commit 04ab383c4bb4d7e653081b2f84d9e8a7ce11c097
Author: George <[email protected]>
Date:   Wed Aug 7 13:46:07 2024 -0300

    Fixed prettier complaints on FAQ.md

commit 5c5c81cda8d947d69b7ad2ec18836c006ae30367
Author: Rachel <[email protected]>
Date:   Wed Aug 7 11:43:48 2024 -0400

    [Bug-fix] Make custom blockquote font coloring consistent (#2622)

    Currently, the tip, warning, and danger custom blockquote's font color
    is not customized when the text is styled as bold, italics, or a list
    item. As a result, the text is slightly less attractive in light mode
    and almost illegible in dark mode.

    ## Screenshot: Current

    <img width="400" alt="current-darkmode"
    src="https://github.com/user-attachments/assets/1cdd5861-76a2-45bd-a948-99cf35f9c87e">

    ## Screenshot: Proposed

    <img width="400" alt="proposed-darkmode"
    src="https://github.com/user-attachments/assets/03fbd4d3-e3f5-498a-bef6-153e1ad55289">

commit 610f42bf619e2c4f43a4e19c4201e0583c4505cc
Author: George <[email protected]>
Date:   Wed Aug 7 12:40:32 2024 -0300

    Update Prettier information on FAQ.md

commit 3be24f6b047eb6b49540a0cc1199d7e421192d9f
Author: Alon Kellner <[email protected]>
Date:   Wed Aug 7 18:20:30 2024 +0300

    Alon Kellner portfolio link (#2627)

    I used al-folio's fork
    [multi-language-al-folio](https://github.com/george-gca/multi-language-al-folio)
    to create my portfolio, I love it :)

commit 1d4ce5a313d1c41e73c843587692eabebad96e00
Author: Rachel <[email protected]>
Date:   Sun Aug 4 14:32:46 2024 -0400

    [bug-fix] Add padding to default markdown table cells (#2617)

    Default, meaning `pretty_table: false`

    ## Sample code

    ```md
    |   First Column   |  Second Column  |  Third Column  |
    |------------------|-----------------|----------------|
    | Sed in.          | Sed non.        | Morbi egestas. |
    | Donec facilisis. | Suspendisse eu. | Nulla porta.   |
    | Praesent a.      | Interdum et.    | Sed nec.       |
    ```

    ### Current result

    <img width="369" alt="current-default"
    src="https://github.com/user-attachments/assets/7dc74cfd-ed60-46eb-a1c1-bf3df74bac59">

    ### Proposed result

    <img width="378" alt="updated-default"
    src="https://github.com/user-attachments/assets/2bf83fb5-f7b1-4d4b-88aa-e55d3420aeaf">

commit e46a7941b216c68493158fe412467c1a11fb8b54
Author: George <[email protected]>
Date:   Fri Aug 2 10:44:22 2024 -0300

    Updated dependencies (#2613)

    Fix https://github.com/alshedivat/al-folio/security/dependabot/4

    Signed-off-by: George Araújo <[email protected]>

commit e14f5723f2ca14ee15f8e1f65f07477f5d4485af
Author: George <[email protected]>
Date:   Thu Jul 25 14:01:57 2024 -0300

    Added customizing css to CUSTOMIZE.md (#2602)

    Signed-off-by: George Araújo <[email protected]>

commit e7da32f0e45d70211c21d469f5b43373b2ec9ebb
Author: Salman Faroz <[email protected]>
Date:   Thu Jul 25 20:37:22 2024 +0530

    Lighthouse Badger token as secret (#2589)

    In the
    [FAQ](https://github.com/alshedivat/al-folio/blob/master/FAQ.md#my-webpage-works-locally-but-after-deploying-it-is-not-displayed-correctly-css-and-js-are-not-loaded-properly-how-do-i-fix-that),
    it is mentioned to "add it as a secret". However, the Lighthouse Badger
    documentation specifies using an environment variable. I've updated this
    to use secrets instead, as it is more secure and appropriate for using a
    Personal Access Token (PAT).

    #### Personal Access Token (fine-grained) Permissions:
    - **contents**: access: read and write
    - **metadata**: access: read-only

    #### Personal Access Token (classic) Permissions:
    - **repo**

    [refer](https://github.com/MyActionWay/lighthouse-badger-workflows#lighthouse-badger-easyyml:~:text=and%20permissions%20required-,PAT%20(fine%2Dgrained)%3A%20repository%20permissions,-contents%20%3D%3E%20access%3A%20read)

    For more information, refer to the [GitHub documentation on using
    secrets in GitHub
    Actions](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions).

commit b5247d9ecaa36c9cc90b92c7066c1a4cf0d26935
Author: Simmo Saan <[email protected]>
Date:   Thu Jul 25 18:05:03 2024 +0300

    Remove github-metadata post (#2599)

    The jekyll-github-metadata plugin was removed in PR #668, so this no
    longer works. Clearly broken here:
    https://alshedivat.github.io/al-folio/blog/2020/github-metadata/.

commit 2db33ea99f04f8769207d85ad24b56160496f7ba
Author: tonideleo <[email protected]>
Date:   Mon Jul 22 07:55:07 2024 -0700

    Add user link to user community (#2592)

commit fc15dd6cc8156f3cff35148c2db81f771e11206a
Author: George <[email protected]>
Date:   Sun Jul 21 20:48:32 2024 -0300

    Fixed prettier complaints on FAQ

commit 2ebbb801e3abf9d484ed74f417c5d84f5bced6ab
Author: George <[email protected]>
Date:   Sun Jul 21 17:13:10 2024 -0300

    Expliciting how to handle wrong theme for site in FAQ.md

commit 71006683cd18b37ccb18b22944e708bd87d54eac
Author: George <[email protected]>
Date:   Sun Jul 21 17:03:58 2024 -0300

    Added example of site with css and js not loaded

commit c3ac17294cf85b77742590963dbfc5a794f0098e
Author: George <[email protected]>
Date:   Sun Jul 21 16:19:33 2024 -0300

    Improved FAQ readability

commit 015a47787ed2f48c5be20112bce6ab6d32e96dc0
Author: Tadashi <[email protected]>
Date:   Wed Jul 17 18:13:47 2024 -0300

    Fix typo in entry associated to award button (#2583)

commit 75ab2823bb1c2063e8a0842b7ff20d6beaa618e7
Author: George <[email protected]>
Date:   Wed Jul 17 00:03:11 2024 -0300

    Updated dependencies (#2582)

    Signed-off-by: George Araujo <[email protected]>

commit d9ea1b3dd3aaff7b575a576a89670e1ba82921e2
Author: George <[email protected]>
Date:   Tue Jul 16 23:48:20 2024 -0300

    Updated to font awesome 6.6.0 (#2581)

    Updated to [FontAwesome
    6.6.0](https://github.com/FortAwesome/Font-Awesome/releases/tag/6.6.0)

    ---------

    Signed-off-by: George Araujo <[email protected]>

commit aef552f043a503e70cd190e15884609f8b045298
Author: Furkan Akkurt <[email protected]>
Date:   Wed Jul 17 04:52:06 2024 +0300

 …
FrancescFe added a commit to CescFe/CescFe.github.io that referenced this pull request Jan 19, 2025
* Squashed commit of the following:

commit c5d0e92dbd9f2d7f12f2f08089340f880dbd45d1
Author: George <[email protected]>
Date:   Wed Jan 15 23:14:50 2025 -0300

    Update docker version on  INSTALL.md

commit 8d1ca80b003826cb2ae945d8a65f5fb71e0789e9
Author: George <[email protected]>
Date:   Wed Jan 15 23:14:16 2025 -0300

    Update docker version on docker-compose.yml

commit 82611b4b6dd65da805e036e783b13c1a716b4ba2
Author: George <[email protected]>
Date:   Wed Jan 15 23:12:15 2025 -0300

    Updated dependencies for next release (#2958)

    Signed-off-by: George Araújo <[email protected]>

commit da3203452589608efdab85702e58c9a51c7e51ba
Author: Suraj Khamkar <[email protected]>
Date:   Wed Jan 15 21:11:44 2025 -0500

    Fix issue causing no color inversion when rendering equations (#2956)

    ## Problem Description

    When dark mode is enabled, inline math expressions rendered using
    `$...$` in distill-style blog posts are displayed in black text. This
    makes them difficult to read against the dark background. The issue
    occurs because the default styles for MathJax-rendered content do not
    account for dark mode and set the text color to black.

    ## Proposed Solution

    This PR updates the MathJax setup to dynamically apply inline styles to
    ensure the text color of MathJax-rendered content inherits the parent
    container’s color. Specifically:
    - Added a custom action in the _MathJax.options.renderActions_ section
    to inject a CSS rule that sets _.mjx-container_ to inherit its color
    from its parent element.
    - Ensures that inline math expressions render correctly in both light
    and dark modes without explicitly setting a fixed color.

    ## Changes Made
    Modified the _mathjax-setup.js_ file to include:
    - Custom inline styles injected via JavaScript for _.mjx-container_
    elements.
    - Explicit handling of _inlineMath_ delimiters to ensure consistency in
    rendering.

    ## Testing and Validation
    - Tested the fix in both light and dark modes to confirm that inline
    math expressions render in the correct color.
    - Verified that the changes do not introduce regressions in light mode
    or affect block math expressions rendered using `$$...$$`.

    ## Impact
    - Improves readability of inline math expressions in dark mode.
    - Provides a consistent user experience for distill-style blog posts
    across light and dark themes.
    - Resolves #2915

    Co-authored-by: Suraj Khamkar <[email protected]>

commit c2cc2148c06d267c652ea5774979788604277e18
Author: Ricky Yuan <[email protected]>
Date:   Tue Jan 14 22:39:28 2025 +0800

    Fix resume custom reference link bug (#2941)

    Hi,

    I noticed an issue where the CV page fails to link to the correct custom
    PDF when the `{% unless site.data.resume %}` block is executed in
    `cv.liquid`. To resolve this, I updated the code to align its logic with
    the else block to make it consistent.

    ---------

    Co-authored-by: Maruan Al-Shedivat <[email protected]>

commit 70c5ccf93de66b7ee4ca60b87e89b4aa9cb9e814
Author: George <[email protected]>
Date:   Mon Jan 13 11:57:43 2025 -0300

    Fixed prettier complaints

commit 9ca1d52c04de0124ec25bb286a63a5f465686379
Author: George <[email protected]>
Date:   Sun Jan 12 15:43:14 2025 -0300

    Added another option to remove content

commit f233233e19190cfe47dbd0718d032c75ec4053a4
Author: Maruan <[email protected]>
Date:   Thu Jan 9 07:34:44 2025 -0500

    Remove internal copy of jekyll-terser (#2945)

    # Summary

    since https://github.com/RobertoJBeltran/jekyll-terser/pull/1 has been
    merged, I'm removing the internal copy jekyll-terser and switching to
    https://github.com/RobertoJBeltran/jekyll-terser instead. also,
    refactored `Gemfile` a bit.

commit 1da2e64e73815d3a615b4a4224e7cef15be2d2eb
Author: Soumyaranjan Dash <[email protected]>
Date:   Tue Jan 7 10:22:28 2025 -1000

    Updated FAQ.md. (#2937)

    Added documentation for Google Search Console ID creation and usage in
    the template for google-site-verification.

commit c4a9f1729f814233b0b7596c6602d3429314a67a
Author: George <[email protected]>
Date:   Fri Jan 3 18:50:37 2025 -0300

    Howto remove pages (#2933)

    Closes #2930

    ---------

    Signed-off-by: George Araújo <[email protected]>

commit 4f405ba9c40526b5fe36e165a0a42da077d0249e
Author: Manuel <[email protected]>
Date:   Thu Jan 2 20:00:47 2025 +0100

    Fix Line Ending Issues for Shell Scripts in Docker for Windows 10 (#2932)

    Shell scripts like entry_point.sh caused errors in Docker due to CRLF
    line endings on Windows (`exec /tmp/entry_point.sh: no such file or
    directory`).

    Added `.gitattributes` to enforce LF line endings for *.sh files.

    This resolves the issue and ensures consistent behavior across
    platforms.

commit a3396b6c87b2bd05de6bfc70ffca4882233a4bf3
Author: George <[email protected]>
Date:   Mon Dec 30 22:12:54 2024 -0300

    Updated ffi, changed base docker image, added observer and ostruct (#2931)

    Signed-off-by: George Araujo <[email protected]>

commit bd58936fc9f2e64fc466281092838d1e4d350f49
Author: Noman Bashir <[email protected]>
Date:   Mon Dec 30 13:23:38 2024 -0500

    Update README.md - remove my website link (#2926)

    remove my website link

commit 3795438a75029637242b011c2e04d74cb87b6172
Author: George <[email protected]>
Date:   Sun Dec 29 23:08:39 2024 -0300

    Updated dependencies (#2925)

    Signed-off-by: George Araújo <[email protected]>

commit 1c27220f5979ceb6462d221bab39bb1bd5ab380d
Author: George <[email protected]>
Date:   Sun Dec 29 22:52:32 2024 -0300

    Security fixes for download-3rd-party.rb

commit 8d5448601b74dd1175b31224200de0768d1e0856
Author: George <[email protected]>
Date:   Sun Dec 29 22:42:28 2024 -0300

    Security fixes for download-3rd-party

commit e9916adb95fae4cabe45dc1963c99c14875b3e81
Author: George <[email protected]>
Date:   Sun Dec 29 22:24:59 2024 -0300

    Create codeql.yml

commit c91c0ee54b78bd3961347091acd827fd0bddfe11
Author: Simmo Saan <[email protected]>
Date:   Mon Dec 30 02:50:59 2024 +0200

    Revert padding from #2617 for CV tables (#2920)

    PR #2617 added a noticeable amount of right padding to all table cells.
    This might be fine for tables in content (e.g. posts), but creates odd
    spaces in the CV page, which is largely made up of tables.

commit 807629dd2f45044f0f5f2f66a71445387e3e2693
Author: George <[email protected]>
Date:   Sat Dec 28 23:48:25 2024 -0300

    Update docker-compose.yml image version

commit ae7b3c92f81ba2758b9fc1e8aa12cccfa5179803
Author: George <[email protected]>
Date:   Sat Dec 28 23:47:50 2024 -0300

    Update INSTALL.md repo version

commit cecd16d2bd098ebfaab8192c75f792f1a46e0a6a
Author: George <[email protected]>
Date:   Thu Dec 26 16:49:45 2024 -0300

    Added missing newsletter components (#2913)

    Signed-off-by: George Araújo <[email protected]>

commit 0dbab217faf30c8380fa56a22977de62872b0afa
Author: George <[email protected]>
Date:   Mon Dec 23 14:26:12 2024 -0300

    Update CUSTOMIZE.md

commit 6e1226d53ab48c62280bf518578f7b4180a2891c
Author: George <[email protected]>
Date:   Mon Dec 23 14:20:14 2024 -0300

    Update INSTALL.md

commit 05eb46ac3faefc5c56a9c0406148a11a03c59608
Author: George <[email protected]>
Date:   Mon Dec 23 14:00:58 2024 -0300

    Replaced jekyll-minifier that uses uglifier by terser (#2571)

    Hopefully fixes #2548.

    ---------

    Signed-off-by: George Araujo <[email protected]>
    Signed-off-by: George Araújo <[email protected]>

commit ec7d7c34e8f1a7ef4da2ea37454f470b8b37094b
Author: Jiaqi Li <[email protected]>
Date:   Thu Dec 19 15:55:36 2024 -0500

    explicitly install imagemagick to support ubuntu-latest (>=24.04) in Github actions (#2906)

    Install `imagemagick` within `Install and Build 🔧` step of Github
    actions

    Relevant issue:
    [#2902](https://github.com/alshedivat/al-folio/issues/2902) `convert`
    Command Not Found on Ubuntu 24.04

    Reason:
    `ubuntu-latest` in Github actions is pointed to `ubuntu-24.04` now, in
    which `imagemagick` is no longer pre-installed. See
    [this](https://github.com/actions/runner-images/issues/10772).

    Modified files (actions) recommended by @george-gca
    ```
    - .github/workflows/deploy.yml
    - .github/workflows/broken-links-site.yml
    - .github/workflows/axe.yml
    ```

commit cc0cb3c426a66b96cdd01a1b5ba22789612fdaae
Author: George <[email protected]>
Date:   Thu Dec 19 11:52:26 2024 -0300

    Fixed #2903

commit c5101beae4af04207ce99b55acb78f58983d4d2b
Author: George <[email protected]>
Date:   Thu Dec 12 16:23:28 2024 -0300

    Fixed socials in search (#2895)

    Signed-off-by: George Araújo <[email protected]>

commit 3cdb9e49776dc7375a7c98f4b32370f43d240601
Author: George <[email protected]>
Date:   Thu Dec 12 15:28:42 2024 -0300

    Fixed missing updated references to socials (#2894)

    Signed-off-by: George Araújo <[email protected]>

commit 00249b93c931c9bedc71d440c10fe05bbc6c4f8a
Author: Dominik Fuchß <[email protected]>
Date:   Thu Dec 12 19:18:55 2024 +0100

    Update social.liquid: ensure social[1] is used (#2891)

    Fixes #2890

    With the recent updates (v0.13.0) the email badge (social) does not
    contain the email anymore.
    Some link generations in social.liquid used the old schema
    Also updated the handling for mastodon to be aligned to the other social
    badges.

commit 5bc4703a7630607975de1c5a356bf0f2c27348a7
Author: George <[email protected]>
Date:   Thu Dec 12 15:17:49 2024 -0300

    Fix google scholar citations (#2893)

    Signed-off-by: George Araújo <[email protected]>

commit b968de85e0ba2752f748e356648ae20628be9fac
Author: Dominik Fuchß <[email protected]>
Date:   Thu Dec 12 19:17:23 2024 +0100

    Update bib.liquid: google scholar citation count (#2892)

    Fix site.data.socials.scholar_userid access for google scholar citation
    count

    Fixes #2889

commit ae4412ef3c86086ea91e71acdd2cd49f7a36e2ac
Author: George <[email protected]>
Date:   Thu Dec 12 12:57:24 2024 -0300

    Updated dependencies (#2887)

    Signed-off-by: George Araújo <[email protected]>

commit 8d20dc5e0761d909b40747e1faaa75b34e1e933b
Author: George <[email protected]>
Date:   Thu Dec 12 12:46:56 2024 -0300

    Update docker-compose.yml image version

commit a9da28e256ae42324499dfac722c40ccede15e9e
Author: George <[email protected]>
Date:   Thu Dec 12 12:45:04 2024 -0300

    Renamed `repo-img-` to `only-` to allow setting images for only one theme (#2886)

    Closes #930.

    We already had classes for this kind of feature, but it was used
    specifically for repository information. Just renamed the classes so it
    is clear how they can be used.

    To use them with markdown, just do it like this:

    ```markdown
    ![Only light](assets/img/prof_pic_color.png){: .only-light}
    ![Only dark](assets/img/prof_pic.jpg){: .only-dark}
    ```

    and with html:

    ```html
    <img
      class="only-light"
      src="assets/img/prof_pic_color.png"
    >
    <img
      class="only-dark"
      src="assets/img/prof_pic.jpg"
    >
    ```

    Signed-off-by: George Araújo <[email protected]>

commit e452f1a60f93130738a0042a09eec53cbfee0160
Author: George <[email protected]>
Date:   Thu Dec 12 12:44:43 2024 -0300

    Moved socials config to `_data/socials.yml` (#2885)

    Fixes #2882, added support for
    [scholar-icons](https://github.com/louisfacun/scholar-icons) and
    [LeetCode](https://leetcode.com/).

    ---------

    Signed-off-by: George Araújo <[email protected]>

commit 84cf4aff3df47a55f2e51d95c5ebb228ab4f488e
Author: George <[email protected]>
Date:   Wed Dec 11 15:19:38 2024 -0300

    Update Font Awesome and Tabler Icons (#2884)

    Solves #2881.

    ---------

    Signed-off-by: George Araújo <[email protected]>

commit f23e35e043bdfba2eb85e6247cfaaa1465217823
Author: George <[email protected]>
Date:   Tue Dec 10 19:01:01 2024 -0300

    New image components (image galleries) (#2877)

    Added support for multiple image galleries, and created a sample post
    showing how to enable and use them.

    ---------

    Signed-off-by: George Araújo <[email protected]>

commit 8121ad02690c256b997a4b068714d909d1db796d
Author: George <[email protected]>
Date:   Fri Dec 6 12:20:36 2024 -0300

    Fix apostrophe in news title for search (#2879)

    Fix #2876

    Weirdly enough, we already escape the title a few lines above the
    changed one, but had to escape it again here.

    Signed-off-by: George Araújo <[email protected]>

commit 957dc2c35aa08bf894ab6755e5284fb3118351e6
Author: dai <[email protected]>
Date:   Thu Dec 5 04:00:29 2024 +0800

    Add features to distill template (#2840)

    While using the distill template, I noticed it lacked many features
    available in the regular post template, such as typograms, echarts, and
    other interactive elements. To address this, I **included the necessary
    scripts and dependencies for these features in** _distill.liquid_,
    referencing them from misc.liquid. Now, the distill template offers the
    same interactive functionality as the post template.

commit a340b6039d4a32acaa2c438d0fa7e4d76caeb237
Author: Henry Fang <[email protected]>
Date:   Tue Dec 3 16:33:08 2024 -0800

    Update the INSTALL.md file to include steps for deploying al-folio on Netlify. (#2798)

    Update CUSTOMIZE.md to include steps to deploy al-folio on Netlify.

    ---------

    Co-authored-by: Henry <[email protected]>
    Co-authored-by: Henry_Lab <[email protected]>

commit c5d484ec9faa6adb070e3162b5ff41b98163794b
Author: Pranjal Aggarwal <[email protected]>
Date:   Mon Dec 2 20:35:59 2024 -0700

    Support for Resume/CV Links (#2826)

    Solves #2825

commit b37758a55c85c3aacd33e531f906d080853ccec0
Author: Isaac Fernandes <[email protected]>
Date:   Mon Dec 2 16:37:42 2024 -0300

    Add .lycheeignore file with linkedin to stop error on workflow Linkcheck (#2868)

    Add a .lycheeignore file with LinkedIn to stop the error in the workflow
    Link Checker due to response 999, and update to the new version
    lycheeverse/[email protected].

commit 8babc442a5dc21329b19bd4e4c09e2688a0713d9
Author: Juan Carlos Niebles <[email protected]>
Date:   Mon Dec 2 11:37:19 2024 -0800

    Fix to display references in order of citation (#2855)

    "cite_in_order" here contradicts the global group_by year setting in
    _config.yml

commit a09f15fd9971d7400471a8edef4ef0329ecea875
Author: George <[email protected]>
Date:   Mon Dec 2 15:45:38 2024 -0300

    Fix prettier complaints

commit 7c22e4800ab5e17a1401c70ac08bcbc74cb5b55e
Author: George <[email protected]>
Date:   Fri Nov 29 00:09:29 2024 -0300

    Fixed bug in header

commit b0d70d4dd6db8920aaddb0c2d0abcab15b85dc78
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Nov 28 15:52:10 2024 -0300

    Bump rexml from 3.3.8 to 3.3.9 (#2814)

    Bumps [rexml](https://github.com/ruby/rexml) from 3.3.8 to 3.3.9.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/ruby/rexml/releases">rexml's
    releases</a>.</em></p>
    <blockquote>
    <h2>REXML 3.3.9 - 2024-10-24</h2>
    <h3>Improvements</h3>
    <ul>
    <li>Improved performance.
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/210">GH-210</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    </ul>
    <h3>Fixes</h3>
    <ul>
    <li>
    <p>Fixed a parse bug for text only invalid XML.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/215">GH-215</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    <li>
    <p>Fixed a parse bug that <code>&amp;#0x...;</code> is accepted as a
    character
    reference.</p>
    </li>
    </ul>
    <h3>Thanks</h3>
    <ul>
    <li>NAITOH Jun</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/ruby/rexml/blob/master/NEWS.md">rexml's
    changelog</a>.</em></p>
    <blockquote>
    <h2>3.3.9 - 2024-10-24 {#version-3-3-9}</h2>
    <h3>Improvements</h3>
    <ul>
    <li>Improved performance.
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/210">GH-210</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    </ul>
    <h3>Fixes</h3>
    <ul>
    <li>
    <p>Fixed a parse bug for text only invalid XML.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/215">GH-215</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    <li>
    <p>Fixed a parse bug that <code>&amp;#0x...;</code> is accepted as a
    character
    reference.</p>
    </li>
    </ul>
    <h3>Thanks</h3>
    <ul>
    <li>NAITOH Jun</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/ruby/rexml/commit/38eaa86ac7abe0d31cf49d8df57ad239fdeb80e9"><code>38eaa86</code></a>
    Add 3.3.9 entry</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/ce59f2eb1aeb371fe1643414f06618dbe031979f"><code>ce59f2e</code></a>
    parser: fix a bug that &amp;#0x...; is accepted as a character
    reference</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/a09646d395a07399cbf9bc3bc8d6d8bb1d13ecea"><code>a09646d</code></a>
    test: fix indent</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/cf0fb9c9ca3dc0d725c8e4644aa0e728025f42ce"><code>cf0fb9c</code></a>
    Fix <code>IOSource#readline</code> for <code>@pending_buffer</code> (<a
    href="https://redirect.github.com/ruby/rexml/issues/215">#215</a>)</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/1d0c362526f6e25e2abcd13e2fcefcc718c20e78"><code>1d0c362</code></a>
    Optimize <code>IOSource#read_until</code> method (<a
    href="https://redirect.github.com/ruby/rexml/issues/210">#210</a>)</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/622011f25ac1519fd553d6c56da52d7eba14a787"><code>622011f</code></a>
    Bump version</li>
    <li>See full diff in <a
    href="https://github.com/ruby/rexml/compare/v3.3.8...v3.3.9">compare
    view</a></li>
    </ul>
    </details>
    <br />

    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rexml&package-manager=bundler&previous-version=3.3.8&new-version=3.3.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.

    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)

    ---

    <details>
    <summary>Dependabot commands and options</summary>
    <br />

    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/alshedivat/al-folio/network/alerts).

    </details>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 1c1632c8c941f237557da9d67146e3bae478885b
Author: George <[email protected]>
Date:   Thu Nov 28 15:32:13 2024 -0300

    Page permalink can be an outside url (#2863)

    Fixes #2858

    ---------

    Signed-off-by: George Araújo <[email protected]>

commit c170eaf2d0eb081d291691b2c9860e47e5f93d23
Author: Guillaume Dalle <[email protected]>
Date:   Mon Nov 25 18:54:30 2024 +0100

    Bluesky URL prefix should not be appended (#2856)

    This PR modifies

    - `_config.yml` to rename `bluesky_url` into `bluesky_id`
    - `_includes/social.liquid` to handle the renaming in the display of
    social media icons

commit 9674cfc8e54f7cac7a890e4e54bed001cc897192
Author: imsi32 <[email protected]>
Date:   Wed Nov 20 00:03:51 2024 +0200

    [FIX] Blog Page Navigation (#2841) (#2846)

    I tested on my Github page and it worked correctly. Then, copied here.

    Issue: Blog page navigation extends layout of the page in small screens.
    Fixes: #2841

commit b7ee266824c6cfa53cd63d876ab1fe4ce9ddd9a9
Author: Abderrahmane Ait gueni ssaid <[email protected]>
Date:   Sun Nov 10 17:28:30 2024 +0100

    Support for openpanel.dev for analytics (#2822)

commit 587f03a2348eb959dd0f0088b959d433a1a12d2d
Author: Hanyan Yin <[email protected]>
Date:   Mon Nov 11 00:28:15 2024 +0800

    fix: Misfunction of wechat_qr in Social Integration (#2831)

    Solve the bug issue (#2830)

commit 3d8b29c6c7e4dc1a36c6db9b69efbc791feeabe1
Author: Dmitry Ryumin <[email protected]>
Date:   Wed Oct 30 17:17:43 2024 +0300

    Update README.md (#2819)

    Added my academic profile website to the README.md

commit d24418786940d46983de8f34825d864e1ac6fe6d
Author: João Pedro Fonseca <[email protected]>
Date:   Tue Oct 29 13:25:06 2024 +0000

    Added my academic profile website to the README.md (#2815)

commit 47ed26fb4ae3bdad22adcb3e23f31c40b9a90961
Author: Amir Pourmand <[email protected]>
Date:   Fri Oct 25 20:47:41 2024 +0330

    Update docker-compose.yml to use tag

commit 89f7ca7b930ab8572c978d2537a478963e2c9389
Author: Amir Pourmand <[email protected]>
Date:   Thu Oct 24 16:47:42 2024 +0330

    Update docker-compose.yml

commit 75b3f9f196fa24852a4e5a5e7bd194893fff9c68
Author: Amir Pourmand <[email protected]>
Date:   Thu Oct 24 00:04:41 2024 +0330

    Update version (#2800)

commit d1b38ee121bb977ad1fb1af49380bbc38923fbe1
Author: George <[email protected]>
Date:   Wed Oct 23 12:17:07 2024 -0300

    Removed hidden char from figure.liquid (#2804)

    Signed-off-by: George Araújo <[email protected]>

commit eae72d8719069bdf966a138558e5e198412cdda9
Author: George <[email protected]>
Date:   Wed Oct 23 12:04:00 2024 -0300

    Standardized spaces for liquid tags (#2802)

    Signed-off-by: George Araújo <[email protected]>

commit 4184a06a4250a3d8a13327e9a62157a51b42043e
Author: George <[email protected]>
Date:   Wed Oct 23 11:35:04 2024 -0300

    Added commented code about docker permissions, organized Dockerfile (#2801)

    I am currently testing out docker in a remote lab environment where
    docker was configured in a way that it can't run as root, causing some
    permission issues. The solution I could find was to add these changes
    (commented by default) to these files and fill the specifics so it could
    run as it was your user running the code.

    Signed-off-by: George Araújo <[email protected]>

commit 613be397bf2d91a344f79278b32a9063918e05b9
Author: Kartikey Agrawal <[email protected]>
Date:   Wed Oct 23 16:00:08 2024 +0530

    Fix docker compose issue (#2799)

    Fixed the `docker compose` issue, when trying to run the repository,
    locally.

    #2795

    <hr>

    <h3>To test these out: </h3>

    Run:
    `docker compose pull`
    `docker compose build`
    `docker compose up`

    ---------

    Co-authored-by: Amir Pourmand <[email protected]>

commit 6a795aff790d6a812f0e3c6b85036e32b645f713
Author: Amir Pourmand <[email protected]>
Date:   Wed Oct 23 13:50:41 2024 +0330

    Add Image Version to Docker-Compose to pull the relevant image (#2740)

    This is to address
    - #2733

    Since a lot of times, the only problem is that docker image is not
    consistent with the build. We have to somehow incorporate image version
    into repository.

    I don't insist to provide it this way. Maybe there are other automatic
    ways which are better.

    We can also calculate the relevant tag from git.

commit b3f1968422d5689b79f921a417a2f4b4da6b4acf
Author: Dominik Fuchß <[email protected]>
Date:   Tue Oct 22 15:42:20 2024 +0200

    Fix .webp SrcSet Creation Filter (#2761)

    ### Pull Request: Fix .webp SrcSet Creation Filter

    #### Description

    This PR addresses an issue with the filter for creating `.webp` srcsets
    introduced in PR #2698. The original filter incorrectly searched for
    extensions with a leading period (e.g., ".jpg" and ".png"). As a result,
    no matches were found, preventing the srcset from being added to any
    figures. This occurred because the split operation removes the period
    from the file extensions.

    #### Changes Made

    - Updated the filter to search for file extensions without the leading
    period (e.g., "jpg" and "png").
    - Ensured that the resource sets are now correctly created for the
    respective file extensions, allowing the `.webp` srcset to function as
    intended.

    #### Impact

    With this change, responsive images will now correctly generate their
    srcsets for the appropriate file types, improving image loading
    performance and supporting better responsiveness.

    #### Fixes

    - Fixes #2777

    Please review the changes and let me know if there are any further
    adjustments needed. Thank you!

commit de2b3b87ae7c70d00326db2beb6982fe559a1f6a
Author: George <[email protected]>
Date:   Mon Oct 21 21:54:16 2024 -0300

    Renamed all references to master branch to main (#2793)

    Finishes #2086

    Signed-off-by: George Araújo <[email protected]>

commit a88c9f11e7a434e837aedadd3f81911519989558
Author: George <[email protected]>
Date:   Mon Oct 21 21:38:45 2024 -0300

    Removed mini_racer dependency, updated dependencies and tabler-icons (#2791)

    Since `mini_racer` is causing issue in #2432 and #2788 (both related to
    Netlify) and [currently it doesn't seem we have a reason for having
    it](https://github.com/search?q=repo%3Aalshedivat%2Fal-folio%20mini_racer&type=code)
    as a dependency, I am removing it to see if it fixes the issues.

    ---------

    Signed-off-by: George Araújo <[email protected]>

commit 6053d3f768a37eab0fcc2d9110d72a12d45c4494
Author: George <[email protected]>
Date:   Mon Oct 21 21:38:26 2024 -0300

    Added setup-python step to build (#2792)

    Signed-off-by: George Araújo <[email protected]>

commit 533f2c4fadefe492ad5c9160536c5d116f1849f3
Author: Victoria Mooers <[email protected]>
Date:   Mon Oct 21 15:56:39 2024 -0400

    Add my website to the "Academics" list (#2790)

    Adding a star to link to my website, as a user of the al-folio theme.

commit 0af4aecf50426fc1e35696ca4c47940737175b26
Author: George <[email protected]>
Date:   Wed Oct 16 11:52:16 2024 -0300

    Removed sync from template from INSTALL.md (#2781)

    Signed-off-by: George Araújo <[email protected]>

commit 977a47cb1824bb86d937d30d9f65b6b7c8c800bc
Author: Simmo Saan <[email protected]>
Date:   Wed Oct 16 17:06:04 2024 +0300

    Add DOI field button to bibliography (#2729)

commit 332a6dfcbba1c583e9b951d361ad4f27f84514cd
Author: suhyeon <[email protected]>
Date:   Wed Oct 16 11:00:06 2024 +0900

    Update README.md (#2768)

    Added an academic case (my website)

    Co-authored-by: George <[email protected]>

commit 7639ee82a8f54b9006d289228ae40b8e23808e6a
Author: Yulian Manchev <[email protected]>
Date:   Wed Oct 16 02:54:49 2024 +0100

    update dockerfile to render jupyter notebook equations (#2758)

    Hello,

    This pr should address the issue where the equations in jupter notebooks
    were not being rendered correctly in issue
    https://github.com/alshedivat/al-folio/issues/2757 .

commit 587b27e414f385ab961b3f2365fc00ee341a6539
Author: Martijn de Vos <[email protected]>
Date:   Wed Oct 16 03:47:53 2024 +0200

    Update README.md (#2771)

    Added my website

    Co-authored-by: George <[email protected]>

commit 13572dfbc6f0bb21a517ad25ca6a31fabfc632a1
Author: Mikolaj Kocikowski, PhD <[email protected]>
Date:   Wed Oct 16 03:27:58 2024 +0200

    Adding a star-link for an academic website. (#2780)

    I have added my website.

commit 421bdf860bb24a052480b99109384361ea7dc73b
Author: CheariX <[email protected]>
Date:   Sun Oct 6 00:42:37 2024 +0200

    fix: do not included downloaded assets in jekyll-minifier (#2749)

    If `download: true`, the site deployment fails.
    This caused e.g. issue #2548.

    I believe the issue appears because the 3rd party downloaded libs rely
    on ES6 Syntax, which jekyll-minifier cannot work on correctly.
    Also, I think we do not need to minify 3rd party downloaded libs at all.

    While this PR does **not** fix the issue above, it at least ensures that
    the site can be deployed with `download: true`. We still need better ES6
    support as suggested in #2571.

commit b74b292cac3ced3f3df51f164719970df8edffc7
Author: George <[email protected]>
Date:   Wed Oct 2 10:07:50 2024 -0300

    Update bug report with running with docker options

commit c0d53e631630b19328f30f9e0da900ff1161eb27
Author: Amir Pourmand <[email protected]>
Date:   Wed Oct 2 10:21:52 2024 +0330

    Change Run to use bundle exec instead of normal exec jekyll

commit caddec2fcdbdfabb2cce6d1441297639bd1e5df4
Author: Leo <[email protected]>
Date:   Tue Oct 1 21:54:31 2024 +0800

    feature: figure support url. (#2586)

    This PR allows the `figure` to accept url as the src of the`<img>`.
    currently, it only supports the relative path.

    ```
    // raw img
    <img src="{{ image.url }}" alt="{{ image.description }}">

    // assign url to figure
    {% assign image_url = image.url %}
    {% include figure.liquid url=image_url class="img-fluid rounded z-depth-1" zoomable=true %}
    ```

    ---------

    Signed-off-by: ifuryst <[email protected]>
    Co-authored-by: George <[email protected]>

commit c20074c8cab8df2050350e2367482fdd5328a08e
Author: Amir Pourmand <[email protected]>
Date:   Sat Sep 28 09:15:21 2024 +0330

    Fix `entry_point.sh` docker backward compatibility problem (#2728)

commit 6265269bd41e194a0ff74e677d730b4ab23e9fd2
Author: Amir Pourmand <[email protected]>
Date:   Thu Sep 26 08:40:15 2024 +0330

    Update entry_point.sh (#2707)

commit bdf4ce32e53bc9b4be1d1e10b796bd179cd87474
Author: George <[email protected]>
Date:   Tue Sep 24 15:57:59 2024 -0300

    Updated dependencies (#2715)

    Signed-off-by: George Araújo <[email protected]>

commit fdaed74d6e6e320b6e94a98ac53bb3b14bfb1247
Author: George <[email protected]>
Date:   Fri Sep 20 19:04:17 2024 -0300

    Fixed bug when search result is inside description of external post (#2710)

    Fixed a very specific bug that was happening when, for example,
    searching for the word `round`, which caused this:

    ![image](https://github.com/user-attachments/assets/d6009462-ae03-4bc2-9ee3-60cb16dce20c)

    After a lot of debugging I found out that the search result was in the
    svg icon definition. Finally got to fix this.

    ![image](https://github.com/user-attachments/assets/cc179ea1-e9b8-4695-b98a-adf1472ecca5)

    Signed-off-by: George Araújo <[email protected]>

commit daa402f7344a0dec0f40416ac0ab8f2997f06a6e
Author: Giuseppe Perelli <[email protected]>
Date:   Thu Sep 19 18:39:16 2024 +0200

    Update README.md (#2708)

    Adding a star to the academics using this template

commit d33213e033eefff0a6c45d0deea89e71bd2b1bca
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Sep 19 13:33:35 2024 -0300

    Bump google-protobuf from 4.27.3 to 4.27.5 (#2709)

    Bumps [google-protobuf](https://github.com/protocolbuffers/protobuf)
    from 4.27.3 to 4.27.5.
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a
    href="https://github.com/protocolbuffers/protobuf/commits">compare
    view</a></li>
    </ul>
    </details>
    <br />

    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google-protobuf&package-manager=bundler&previous-version=4.27.3&new-version=4.27.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.

    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)

    ---

    <details>
    <summary>Dependabot commands and options</summary>
    <br />

    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/alshedivat/al-folio/network/alerts).

    </details>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 046545983f0864b62e883105955717cbf298561c
Author: M. Umar Shahbaz <[email protected]>
Date:   Sat Sep 14 02:44:42 2024 +0500

    Fixed .webp src creation for svg and other files (#2698)

    Added a default srcset in case extension is other than the following:
    - .jpg
    - .jpeg
    - .png
    - .tiff
    - .gif

    fixed #2660

commit 8e9cf03ee980645c879d759528d17e8d570983fb
Author: Yao Xiao <[email protected]>
Date:   Fri Sep 13 11:12:54 2024 -0400

    Support `_styles` in page layout as in post and distill (#2694)

    As desribed in the title.

commit 92dbc393e7704e104814f22ce8d9abf95d2dd790
Author: Yao Xiao <[email protected]>
Date:   Fri Sep 13 10:59:19 2024 -0400

    Added my portfolio website to README (#2695)

    Thanks for the amazing theme! ❤️ I've been using al-folio for several
    years, during which I have considered migrating to more modern
    technologies like MDX or similar but really found no theme that look
    better than this.

commit b30b3f4ec0c3223366c06183b49bdb8f0a95664c
Author: George <[email protected]>
Date:   Tue Sep 10 12:18:58 2024 -0300

    Increased number of columns to 24 for contributors image

commit 66607c1fc8ca782b9618369c6f8041bef9759a5b
Author: M. Umar Shahbaz <[email protected]>
Date:   Tue Sep 10 20:16:40 2024 +0500

    Fixed "All contributors not showing on README.md" (#2688)

    # In README.md
    ## All Contributors Section

    **Out of the 216 contributors, the page only shows around 100**
    By adding an additional parameter ```max``` It now shows all of them.

commit f0eb58757317ad61eab6896501cbec758b27f0b3
Author: Gürkan Soykan <[email protected]>
Date:   Tue Sep 10 16:57:54 2024 +0200

    Fix conditional rendering of tag and category section (#2678)

    ### Overview
    This PR fixes an issue where unnecessary horizontal lines were displayed
    when there were no tags or categories present. The tag and category
    container is now conditionally rendered, ensuring it only appears when
    there are tags or categories to display.

    no tags meaning, in _config.yml
    ```
    display_tags: []
    display_categories: []
    ```

    ### Before and After
    The difference is illustrated in the images below:
    - **First Image (Fixed)**: Shows the correct behavior with no extra
    lines when tags or categories are absent.
    - **Second Image (Current)**: Demonstrates the issue with unwanted
    horizontal lines appearing when no tags or categories are present.

    ![image](https://github.com/user-attachments/assets/08becad5-9a34-4b6c-8a69-25206d9097da)

    ![image](https://github.com/user-attachments/assets/e36390cc-3104-4aa2-a047-a7fa8289e664)

    ### Impact
    This change improves the visual consistency and cleanliness of the theme
    by preventing unnecessary elements from being rendered, particularly in
    cases where there are no tags or categories defined.

commit 7203eb161c4ed16cac0b4001a05124e28e9bcdd4
Author: George <[email protected]>
Date:   Mon Sep 9 15:03:17 2024 -0300

    Update CUSTOMIZE.md scheduled info

commit 66320740986481847d595c9c7f49d407549faf04
Author: George <[email protected]>
Date:   Mon Sep 9 14:58:05 2024 -0300

    Update schedule-posts.txt

commit 444376997e48309e378b23bf3b2af831b922717a
Author: Ahmed Nurye <[email protected]>
Date:   Mon Sep 9 19:44:22 2024 +0200

    Add my webpage to community list (#2684)

    Hi, thanks for the great theme! Added my personal academic webpage to
    the community list.

    Co-authored-by: George <[email protected]>

commit d50cdf6b8aad1707c45d78b5fa7f59545b8b4ff8
Author: M. Umar Shahbaz <[email protected]>
Date:   Mon Sep 9 22:36:44 2024 +0500

    Schedule Posts Workflow (#2672)

    Updated ```CUSTOMIZE.md``` to include information regarding the
    ```scheduler.yml``` action

commit 97f78e5fb883a4bedd0c1e175ce69daadd4a876f
Author: Mikolaj Kocikowski, PhD <[email protected]>
Date:   Thu Sep 5 23:21:25 2024 +0200

    Update about.md (#2679)

    I was confused until I realized what the author likely meant. Fixing the
    typo. Thanks for the amazing theme!

commit cd3f4d6be533bc993f156b8ad5e4e04140ba9f22
Author: George <[email protected]>
Date:   Wed Aug 28 15:22:20 2024 -0300

    Fixed bug when external posts title is composed of non-ascii chars

    Fixed a bug in external-posts.rb when post title is composed of non-ascii chars

commit 6c6932f1b19f694dbb53c1f8a82d5a791083c01f
Author: George <[email protected]>
Date:   Wed Aug 28 10:54:06 2024 -0300

    Removed inexistent input from lighthouse-badger.yml

commit de4e89d11b44ca2b1660aeeafde5e88b6415542f
Author: Trần Đặng Trung Đức <[email protected]>
Date:   Tue Aug 27 03:28:31 2024 +0900

    Update README.md (#2661)

    Added trandangtrungduc.github.io to Academic

commit fbad5083aea932b4444fbc92a037fa85ab0094f5
Author: M. Umar Shahbaz <[email protected]>
Date:   Fri Aug 23 21:12:34 2024 +0500

    Added gh-pages Formatter (#2649)

    # Added prettier-hmtl.yml
    ## GitHub Workflow

    ## Purpose
    The GitHub Workflow formats the html files on gh-pages. The html files
    generated are always on a single line. This makes scaling programs a lot
    more difficult. By formatting the HTML files, al-folio can now be used
    to generate code which can then be modified to allow for using back-end.

    ## Errors found
    I want to let you know that when I was using prettier for this, it kept
    crashing and after some debugging I found out that al-folio was
    generating an invalid tag ```</source>```. ```<source>``` is a
    self-closing tag and doesn't have a separate closing tag.
    Error: ```<source src="URL" type="type"></source>```
    Correct: ```<source src="URL" type="type">```

    ## Workflow Description
    1. The workflow starts by checking out the gh-pages branch.
    2. Then it finds all ```</source>``` tags in all html files and deletes
    them.
    3. It Installs NodeJS and then Prettier. To make sure the code was
    executed properly, the workflow checks if prettier is present.
    4. Then the workflow runs prettier on all html files present in gh-pages
    5. It ends by committing the changes and pushing them to the gh-pages
    directory

    # Example:
    > Before
    >
    ![image](https://github.com/user-attachments/assets/8f0f993a-1b18-4edf-9d62-2fe503af272a)

    > After
    >
    ![image](https://github.com/user-attachments/assets/0714a6c8-0b37-4aee-a4f0-4ce0a7a663a1)

commit debb1822ad3db7080c885a010971bcbf4af2b5b5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Aug 23 11:08:41 2024 -0300

    Bump rexml from 3.3.4 to 3.3.6 (#2654)

    Bumps [rexml](https://github.com/ruby/rexml) from 3.3.4 to 3.3.6.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/ruby/rexml/releases">rexml's
    releases</a>.</em></p>
    <blockquote>
    <h2>REXML 3.3.6 - 2024-08-22</h2>
    <h3>Improvements</h3>
    <ul>
    <li>
    <p>Removed duplicated entity expansions for performance.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/194">GH-194</a></li>
    <li>Patch by Viktor Ivarsson.</li>
    </ul>
    </li>
    <li>
    <p>Improved namespace conflicted attribute check performance. It was
    too slow for deep elements.</p>
    <ul>
    <li>Reported by l33thaxor.</li>
    </ul>
    </li>
    </ul>
    <h3>Fixes</h3>
    <ul>
    <li>
    <p>Fixed a bug that default entity expansions are counted for
    security check. Default entity expansions should not be counted
    because they don't have a security risk.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/198">GH-198</a></li>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/199">GH-199</a></li>
    <li>Patch Viktor Ivarsson</li>
    </ul>
    </li>
    <li>
    <p>Fixed a parser bug that parameter entity references in internal
    subsets are expanded. It's not allowed in the XML specification.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/191">GH-191</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    <li>
    <p>Fixed a stream parser bug that user-defined entity references in
    text aren't expanded.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/200">GH-200</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    </ul>
    <h3>Thanks</h3>
    <ul>
    <li>
    <p>Viktor Ivarsson</p>
    </li>
    <li>
    <p>NAITOH Jun</p>
    </li>
    <li>
    <p>l33thaxor</p>
    </li>
    </ul>
    <h2>REXML 3.3.5 - 2024-08-12</h2>
    <h3>Fixes</h3>
    <ul>
    <li>Fixed a bug that
    <code>REXML::Security.entity_expansion_text_limit</code>
    check has wrong text size calculation in SAX and pull parsers.
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/193">GH-193</a></li>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/195">GH-195</a></li>
    <li>Reported by Viktor Ivarsson.</li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/ruby/rexml/blob/master/NEWS.md">rexml's
    changelog</a>.</em></p>
    <blockquote>
    <h2>3.3.6 - 2024-08-22 {#version-3-3-6}</h2>
    <h3>Improvements</h3>
    <ul>
    <li>
    <p>Removed duplicated entity expansions for performance.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/194">GH-194</a></li>
    <li>Patch by Viktor Ivarsson.</li>
    </ul>
    </li>
    <li>
    <p>Improved namespace conflicted attribute check performance. It was
    too slow for deep elements.</p>
    <ul>
    <li>Reported by l33thaxor.</li>
    </ul>
    </li>
    </ul>
    <h3>Fixes</h3>
    <ul>
    <li>
    <p>Fixed a bug that default entity expansions are counted for
    security check. Default entity expansions should not be counted
    because they don't have a security risk.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/198">GH-198</a></li>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/199">GH-199</a></li>
    <li>Patch Viktor Ivarsson</li>
    </ul>
    </li>
    <li>
    <p>Fixed a parser bug that parameter entity references in internal
    subsets are expanded. It's not allowed in the XML specification.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/191">GH-191</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    <li>
    <p>Fixed a stream parser bug that user-defined entity references in
    text aren't expanded.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/200">GH-200</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    </ul>
    <h3>Thanks</h3>
    <ul>
    <li>
    <p>Viktor Ivarsson</p>
    </li>
    <li>
    <p>NAITOH Jun</p>
    </li>
    <li>
    <p>l33thaxor</p>
    </li>
    </ul>
    <h2>3.3.5 - 2024-08-12 {#version-3-3-5}</h2>
    <h3>Fixes</h3>
    <ul>
    <li>Fixed a bug that
    <code>REXML::Security.entity_expansion_text_limit</code>
    check has wrong text size calculation in SAX and pull parsers.
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/193">GH-193</a></li>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/195">GH-195</a></li>
    <li>Reported by Viktor Ivarsson.</li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/ruby/rexml/commit/95871f399eda642a022b03550479b7994895c742"><code>95871f3</code></a>
    Add 3.3.6 entry</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/7cb5eaeb221c322b9912f724183294d8ce96bae3"><code>7cb5eae</code></a>
    parser tree: improve namespace conflicted attribute check
    performance</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/6109e0183cecf4f8b587d76209716cb1bbcd6bd5"><code>6109e01</code></a>
    Fix a bug that Stream parser doesn't expand the user-defined entity
    reference...</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/cb158582f18cebb3bf7b3f21f230e2fb17d435aa"><code>cb15858</code></a>
    parser: keep the current namespaces instead of stack of Set</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/2b47b161db19c38c5e45e36c2008c045543e976e"><code>2b47b16</code></a>
    parser: move duplicated end tag check to BaseParser</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/35e1681a179c28d5b6ec97d4ab1c110e5ac00303"><code>35e1681</code></a>
    test tree-parser: move common method to base class</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/6e00a14daf2f901df535eafe96cc94d43a957ffe"><code>6e00a14</code></a>
    test: fix indent</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/df3a0cc83013f3cde7b7c2044e3ce00bcad321cb"><code>df3a0cc</code></a>
    test: fix indent</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/fdbffe744b38811be8b1cf6a9eec3eea4d71c412"><code>fdbffe7</code></a>
    Use loop instead of recursive call for Element#namespace</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/6422fa34494fd4145d7bc68fbbe9525d42becf62"><code>6422fa3</code></a>
    Use loop instead of recursive call for Element#root</li>
    <li>Additional commits viewable in <a
    href="https://github.com/ruby/rexml/compare/v3.3.4...v3.3.6">compare
    view</a></li>
    </ul>
    </details>
    <br />

    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rexml&package-manager=bundler&previous-version=3.3.4&new-version=3.3.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.

    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)

    ---

    <details>
    <summary>Dependabot commands and options</summary>
    <br />

    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/alshedivat/al-folio/network/alerts).

    </details>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit ebf2fc9cca8db661d1d331e45d2c9b29ff425520
Author: George <[email protected]>
Date:   Thu Aug 22 14:26:04 2024 -0300

    Update INSTALL.md link to video tutorial

commit cd59ca39663b169ef215ac4beb8cb309abff1b87
Author: George <[email protected]>
Date:   Thu Aug 22 13:49:05 2024 -0300

    Added video tutorial to install instructions (#2653)

    Signed-off-by: George Araújo <[email protected]>

commit c45c7675bd4fb4068cbba8a1c96f7b08392b8947
Author: George <[email protected]>
Date:   Wed Aug 21 23:59:18 2024 -0300

    Update INSTALL.md with running time of actions

commit c753284f21fc99ad509b0c898616c7e703c29488
Author: George <[email protected]>
Date:   Wed Aug 21 23:55:36 2024 -0300

    Update INSTALL.md

commit c5c162cfa1376d48b889fab009f9c2887070a403
Author: George <[email protected]>
Date:   Wed Aug 21 23:54:45 2024 -0300

    Update INSTALL.md recommended approach

commit 9b6decceb18a209292a67c7fc90bb1780e79532f
Author: Corentin Sautier <[email protected]>
Date:   Tue Aug 20 16:50:00 2024 +0200

    Fix no github_users titling in repositories.md (#2647)

    Inverted order of title and {% if site.data.repositories.github_users
    %}, so that if there is no github_users, the "GitHub users" title does
    not appear.

commit 03f429f90189038d47111dad3ed7a52be99c894d
Author: Corentin Sautier <[email protected]>
Date:   Tue Aug 20 16:44:25 2024 +0200

    Update _config.yml to add a filtered bibtex keyword (#2648)

    Added the google_scholar_id to filtered keywords

commit 853adefc9a4dd380fbeb52050aa7ee61741591f0
Author: hdocmsu <[email protected]>
Date:   Mon Aug 19 07:32:51 2024 -0700

    Adding own github-page to README.md (#2645)

    Co-authored-by: George <[email protected]>

commit 1e66e8c30deed3fb053ee083e49e27e0cfbfb4aa
Author: Ming SUN <[email protected]>
Date:   Mon Aug 19 17:30:29 2024 +0300

    Update README.md (#2644)

    add Ming's website page

    Co-authored-by: George <[email protected]>

commit dfc7453ea08fd51f4598685b16130a13e69fe05e
Author: Riasat Sheikh <[email protected]>
Date:   Mon Aug 19 12:03:01 2024 +0900

    [Feature] InspireHEP social and citation count badge (#2638)

    [INSPIRE](http://inspirehep.net/) is a trusted community hub that
    facilitates the sharing and discovery of accurate scholarly information
    in high energy physics. By integrating the social and citation count
    badge, al-folio users within this community will gain significant
    benefits.

    In continuation of #2634, I am creating this pull request.

    ## Details

    ### Social Icon
    - Add your INSPIRE author ID in the `config.yml` under `inspirehep_id`.

    ### Citation Count
    - Enable this feature by setting `inspirehep` to `true` under
    `enable_publication_badges` in your `config.yml` file.
    - In your bibliography file (e.g., `papers.bib`), add `inspirehep_id =
    {the literature's recid}` under the citation of a literature source.

commit 3ff7579a7419fc546816535361a8b90c7c49553d
Author: Beryl Sui <[email protected]>
Date:   Thu Aug 8 06:33:12 2024 -0700

    added personal website for Beryl Sui (#2628)

    Thank you for this amazing template :)

commit 04ab383c4bb4d7e653081b2f84d9e8a7ce11c097
Author: George <[email protected]>
Date:   Wed Aug 7 13:46:07 2024 -0300

    Fixed prettier complaints on FAQ.md

commit 5c5c81cda8d947d69b7ad2ec18836c006ae30367
Author: Rachel <[email protected]>
Date:   Wed Aug 7 11:43:48 2024 -0400

    [Bug-fix] Make custom blockquote font coloring consistent (#2622)

    Currently, the tip, warning, and danger custom blockquote's font color
    is not customized when the text is styled as bold, italics, or a list
    item. As a result, the text is slightly less attractive in light mode
    and almost illegible in dark mode.

    ## Screenshot: Current

    <img width="400" alt="current-darkmode"
    src="https://github.com/user-attachments/assets/1cdd5861-76a2-45bd-a948-99cf35f9c87e">

    ## Screenshot: Proposed

    <img width="400" alt="proposed-darkmode"
    src="https://github.com/user-attachments/assets/03fbd4d3-e3f5-498a-bef6-153e1ad55289">

commit 610f42bf619e2c4f43a4e19c4201e0583c4505cc
Author: George <[email protected]>
Date:   Wed Aug 7 12:40:32 2024 -0300

    Update Prettier information on FAQ.md

commit 3be24f6b047eb6b49540a0cc1199d7e421192d9f
Author: Alon Kellner <[email protected]>
Date:   Wed Aug 7 18:20:30 2024 +0300

    Alon Kellner portfolio link (#2627)

    I used al-folio's fork
    [multi-language-al-folio](https://github.com/george-gca/multi-language-al-folio)
    to create my portfolio, I love it :)

commit 1d4ce5a313d1c41e73c843587692eabebad96e00
Author: Rachel <[email protected]>
Date:   Sun Aug 4 14:32:46 2024 -0400

    [bug-fix] Add padding to default markdown table cells (#2617)

    Default, meaning `pretty_table: false`

    ## Sample code

    ```md
    |   First Column   |  Second Column  |  Third Column  |
    |------------------|-----------------|----------------|
    | Sed in.          | Sed non.        | Morbi egestas. |
    | Donec facilisis. | Suspendisse eu. | Nulla porta.   |
    | Praesent a.      | Interdum et.    | Sed nec.       |
    ```

    ### Current result

    <img width="369" alt="current-default"
    src="https://github.com/user-attachments/assets/7dc74cfd-ed60-46eb-a1c1-bf3df74bac59">

    ### Proposed result

    <img width="378" alt="updated-default"
    src="https://github.com/user-attachments/assets/2bf83fb5-f7b1-4d4b-88aa-e55d3420aeaf">

commit e46a7941b216c68493158fe412467c1a11fb8b54
Author: George <[email protected]>
Date:   Fri Aug 2 10:44:22 2024 -0300

    Updated dependencies (#2613)

    Fix https://github.com/alshedivat/al-folio/security/dependabot/4

    Signed-off-by: George Araújo <[email protected]>

commit e14f5723f2ca14ee15f8e1f65f07477f5d4485af
Author: George <[email protected]>
Date:   Thu Jul 25 14:01:57 2024 -0300

    Added customizing css to CUSTOMIZE.md (#2602)

    Signed-off-by: George Araújo <[email protected]>

commit e7da32f0e45d70211c21d469f5b43373b2ec9ebb
Author: Salman Faroz <[email protected]>
Date:   Thu Jul 25 20:37:22 2024 +0530

    Lighthouse Badger token as secret (#2589)

    In the
    [FAQ](https://github.com/alshedivat/al-folio/blob/master/FAQ.md#my-webpage-works-locally-but-after-deploying-it-is-not-displayed-correctly-css-and-js-are-not-loaded-properly-how-do-i-fix-that),
    it is mentioned to "add it as a secret". However, the Lighthouse Badger
    documentation specifies using an environment variable. I've updated this
    to use secrets instead, as it is more secure and appropriate for using a
    Personal Access Token (PAT).

    #### Personal Access Token (fine-grained) Permissions:
    - **contents**: access: read and write
    - **metadata**: access: read-only

    #### Personal Access Token (classic) Permissions:
    - **repo**

    [refer](https://github.com/MyActionWay/lighthouse-badger-workflows#lighthouse-badger-easyyml:~:text=and%20permissions%20required-,PAT%20(fine%2Dgrained)%3A%20repository%20permissions,-contents%20%3D%3E%20access%3A%20read)

    For more information, refer to the [GitHub documentation on using
    secrets in GitHub
    Actions](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions).

commit b5247d9ecaa36c9cc90b92c7066c1a4cf0d26935
Author: Simmo Saan <[email protected]>
Date:   Thu Jul 25 18:05:03 2024 +0300

    Remove github-metadata post (#2599)

    The jekyll-github-metadata plugin was removed in PR #668, so this no
    longer works. Clearly broken here:
    https://alshedivat.github.io/al-folio/blog/2020/github-metadata/.

commit 2db33ea99f04f8769207d85ad24b56160496f7ba
Author: tonideleo <[email protected]>
Date:   Mon Jul 22 07:55:07 2024 -0700

    Add user link to user community (#2592)

commit fc15dd6cc8156f3cff35148c2db81f771e11206a
Author: George <[email protected]>
Date:   Sun Jul 21 20:48:32 2024 -0300

    Fixed prettier complaints on FAQ

commit 2ebbb801e3abf9d484ed74f417c5d84f5bced6ab
Author: George <[email protected]>
Date:   Sun Jul 21 17:13:10 2024 -0300

    Expliciting how to handle wrong theme for site in FAQ.md

commit 71006683cd18b37ccb18b22944e708bd87d54eac
Author: George <[email protected]>
Date:   Sun Jul 21 17:03:58 2024 -0300

    Added example of site with css and js not loaded

commit c3ac17294cf85b77742590963dbfc5a794f0098e
Author: George <[email protected]>
Date:   Sun Jul 21 16:19:33 2024 -0300

    Improved FAQ readability

commit 015a47787ed2f48c5be20112bce6ab6d32e96dc0
Author: Tadashi <[email protected]>
Date:   Wed Jul 17 18:13:47 2024 -0300

    Fix typo in entry associated to award button (#2583)

commit 75ab2823bb1c2063e8a0842b7ff20d6beaa618e7
Author: George <[email protected]>
Date:   Wed Jul 17 00:03:11 2024 -0300

    Updated dependencies (#2582)

    Signed-off-by: George Araujo <[email protected]>

commit d9ea1b3dd3aaff7b575a576a89670e1ba82921e2
Author: George <[email protected]>
Date:   Tue Jul 16 23:48:20 2024 -0300

    Updated to font awesome 6.6.0 (#2581)

    Updated to [FontAwesome
    6.6.0](https://github.com/FortAwesome/Font-Awesome/releases/tag/6.6.0)

    ---------

    Signed-off-by: George Araujo <[email protected]>

commit aef552f043a503e70cd190e15884609f8b045298
Author: Furkan Akkurt <[email protected]>
Date:   Wed Jul 17 04:52:06 2024 +0300

…
FrancescFe added a commit to CescFe/CescFe.github.io that referenced this pull request Jan 19, 2025
* Squashed commit of the following:

commit c5d0e92dbd9f2d7f12f2f08089340f880dbd45d1
Author: George <[email protected]>
Date:   Wed Jan 15 23:14:50 2025 -0300

    Update docker version on  INSTALL.md

commit 8d1ca80b003826cb2ae945d8a65f5fb71e0789e9
Author: George <[email protected]>
Date:   Wed Jan 15 23:14:16 2025 -0300

    Update docker version on docker-compose.yml

commit 82611b4b6dd65da805e036e783b13c1a716b4ba2
Author: George <[email protected]>
Date:   Wed Jan 15 23:12:15 2025 -0300

    Updated dependencies for next release (#2958)

    Signed-off-by: George Araújo <[email protected]>

commit da3203452589608efdab85702e58c9a51c7e51ba
Author: Suraj Khamkar <[email protected]>
Date:   Wed Jan 15 21:11:44 2025 -0500

    Fix issue causing no color inversion when rendering equations (#2956)

    ## Problem Description

    When dark mode is enabled, inline math expressions rendered using
    `$...$` in distill-style blog posts are displayed in black text. This
    makes them difficult to read against the dark background. The issue
    occurs because the default styles for MathJax-rendered content do not
    account for dark mode and set the text color to black.

    ## Proposed Solution

    This PR updates the MathJax setup to dynamically apply inline styles to
    ensure the text color of MathJax-rendered content inherits the parent
    container’s color. Specifically:
    - Added a custom action in the _MathJax.options.renderActions_ section
    to inject a CSS rule that sets _.mjx-container_ to inherit its color
    from its parent element.
    - Ensures that inline math expressions render correctly in both light
    and dark modes without explicitly setting a fixed color.

    ## Changes Made
    Modified the _mathjax-setup.js_ file to include:
    - Custom inline styles injected via JavaScript for _.mjx-container_
    elements.
    - Explicit handling of _inlineMath_ delimiters to ensure consistency in
    rendering.

    ## Testing and Validation
    - Tested the fix in both light and dark modes to confirm that inline
    math expressions render in the correct color.
    - Verified that the changes do not introduce regressions in light mode
    or affect block math expressions rendered using `$$...$$`.

    ## Impact
    - Improves readability of inline math expressions in dark mode.
    - Provides a consistent user experience for distill-style blog posts
    across light and dark themes.
    - Resolves #2915

    Co-authored-by: Suraj Khamkar <[email protected]>

commit c2cc2148c06d267c652ea5774979788604277e18
Author: Ricky Yuan <[email protected]>
Date:   Tue Jan 14 22:39:28 2025 +0800

    Fix resume custom reference link bug (#2941)

    Hi,

    I noticed an issue where the CV page fails to link to the correct custom
    PDF when the `{% unless site.data.resume %}` block is executed in
    `cv.liquid`. To resolve this, I updated the code to align its logic with
    the else block to make it consistent.

    ---------

    Co-authored-by: Maruan Al-Shedivat <[email protected]>

commit 70c5ccf93de66b7ee4ca60b87e89b4aa9cb9e814
Author: George <[email protected]>
Date:   Mon Jan 13 11:57:43 2025 -0300

    Fixed prettier complaints

commit 9ca1d52c04de0124ec25bb286a63a5f465686379
Author: George <[email protected]>
Date:   Sun Jan 12 15:43:14 2025 -0300

    Added another option to remove content

commit f233233e19190cfe47dbd0718d032c75ec4053a4
Author: Maruan <[email protected]>
Date:   Thu Jan 9 07:34:44 2025 -0500

    Remove internal copy of jekyll-terser (#2945)

    # Summary

    since https://github.com/RobertoJBeltran/jekyll-terser/pull/1 has been
    merged, I'm removing the internal copy jekyll-terser and switching to
    https://github.com/RobertoJBeltran/jekyll-terser instead. also,
    refactored `Gemfile` a bit.

commit 1da2e64e73815d3a615b4a4224e7cef15be2d2eb
Author: Soumyaranjan Dash <[email protected]>
Date:   Tue Jan 7 10:22:28 2025 -1000

    Updated FAQ.md. (#2937)

    Added documentation for Google Search Console ID creation and usage in
    the template for google-site-verification.

commit c4a9f1729f814233b0b7596c6602d3429314a67a
Author: George <[email protected]>
Date:   Fri Jan 3 18:50:37 2025 -0300

    Howto remove pages (#2933)

    Closes #2930

    ---------

    Signed-off-by: George Araújo <[email protected]>

commit 4f405ba9c40526b5fe36e165a0a42da077d0249e
Author: Manuel <[email protected]>
Date:   Thu Jan 2 20:00:47 2025 +0100

    Fix Line Ending Issues for Shell Scripts in Docker for Windows 10 (#2932)

    Shell scripts like entry_point.sh caused errors in Docker due to CRLF
    line endings on Windows (`exec /tmp/entry_point.sh: no such file or
    directory`).

    Added `.gitattributes` to enforce LF line endings for *.sh files.

    This resolves the issue and ensures consistent behavior across
    platforms.

commit a3396b6c87b2bd05de6bfc70ffca4882233a4bf3
Author: George <[email protected]>
Date:   Mon Dec 30 22:12:54 2024 -0300

    Updated ffi, changed base docker image, added observer and ostruct (#2931)

    Signed-off-by: George Araujo <[email protected]>

commit bd58936fc9f2e64fc466281092838d1e4d350f49
Author: Noman Bashir <[email protected]>
Date:   Mon Dec 30 13:23:38 2024 -0500

    Update README.md - remove my website link (#2926)

    remove my website link

commit 3795438a75029637242b011c2e04d74cb87b6172
Author: George <[email protected]>
Date:   Sun Dec 29 23:08:39 2024 -0300

    Updated dependencies (#2925)

    Signed-off-by: George Araújo <[email protected]>

commit 1c27220f5979ceb6462d221bab39bb1bd5ab380d
Author: George <[email protected]>
Date:   Sun Dec 29 22:52:32 2024 -0300

    Security fixes for download-3rd-party.rb

commit 8d5448601b74dd1175b31224200de0768d1e0856
Author: George <[email protected]>
Date:   Sun Dec 29 22:42:28 2024 -0300

    Security fixes for download-3rd-party

commit e9916adb95fae4cabe45dc1963c99c14875b3e81
Author: George <[email protected]>
Date:   Sun Dec 29 22:24:59 2024 -0300

    Create codeql.yml

commit c91c0ee54b78bd3961347091acd827fd0bddfe11
Author: Simmo Saan <[email protected]>
Date:   Mon Dec 30 02:50:59 2024 +0200

    Revert padding from #2617 for CV tables (#2920)

    PR #2617 added a noticeable amount of right padding to all table cells.
    This might be fine for tables in content (e.g. posts), but creates odd
    spaces in the CV page, which is largely made up of tables.

commit 807629dd2f45044f0f5f2f66a71445387e3e2693
Author: George <[email protected]>
Date:   Sat Dec 28 23:48:25 2024 -0300

    Update docker-compose.yml image version

commit ae7b3c92f81ba2758b9fc1e8aa12cccfa5179803
Author: George <[email protected]>
Date:   Sat Dec 28 23:47:50 2024 -0300

    Update INSTALL.md repo version

commit cecd16d2bd098ebfaab8192c75f792f1a46e0a6a
Author: George <[email protected]>
Date:   Thu Dec 26 16:49:45 2024 -0300

    Added missing newsletter components (#2913)

    Signed-off-by: George Araújo <[email protected]>

commit 0dbab217faf30c8380fa56a22977de62872b0afa
Author: George <[email protected]>
Date:   Mon Dec 23 14:26:12 2024 -0300

    Update CUSTOMIZE.md

commit 6e1226d53ab48c62280bf518578f7b4180a2891c
Author: George <[email protected]>
Date:   Mon Dec 23 14:20:14 2024 -0300

    Update INSTALL.md

commit 05eb46ac3faefc5c56a9c0406148a11a03c59608
Author: George <[email protected]>
Date:   Mon Dec 23 14:00:58 2024 -0300

    Replaced jekyll-minifier that uses uglifier by terser (#2571)

    Hopefully fixes #2548.

    ---------

    Signed-off-by: George Araujo <[email protected]>
    Signed-off-by: George Araújo <[email protected]>

commit ec7d7c34e8f1a7ef4da2ea37454f470b8b37094b
Author: Jiaqi Li <[email protected]>
Date:   Thu Dec 19 15:55:36 2024 -0500

    explicitly install imagemagick to support ubuntu-latest (>=24.04) in Github actions (#2906)

    Install `imagemagick` within `Install and Build 🔧` step of Github
    actions

    Relevant issue:
    [#2902](https://github.com/alshedivat/al-folio/issues/2902) `convert`
    Command Not Found on Ubuntu 24.04

    Reason:
    `ubuntu-latest` in Github actions is pointed to `ubuntu-24.04` now, in
    which `imagemagick` is no longer pre-installed. See
    [this](https://github.com/actions/runner-images/issues/10772).

    Modified files (actions) recommended by @george-gca
    ```
    - .github/workflows/deploy.yml
    - .github/workflows/broken-links-site.yml
    - .github/workflows/axe.yml
    ```

commit cc0cb3c426a66b96cdd01a1b5ba22789612fdaae
Author: George <[email protected]>
Date:   Thu Dec 19 11:52:26 2024 -0300

    Fixed #2903

commit c5101beae4af04207ce99b55acb78f58983d4d2b
Author: George <[email protected]>
Date:   Thu Dec 12 16:23:28 2024 -0300

    Fixed socials in search (#2895)

    Signed-off-by: George Araújo <[email protected]>

commit 3cdb9e49776dc7375a7c98f4b32370f43d240601
Author: George <[email protected]>
Date:   Thu Dec 12 15:28:42 2024 -0300

    Fixed missing updated references to socials (#2894)

    Signed-off-by: George Araújo <[email protected]>

commit 00249b93c931c9bedc71d440c10fe05bbc6c4f8a
Author: Dominik Fuchß <[email protected]>
Date:   Thu Dec 12 19:18:55 2024 +0100

    Update social.liquid: ensure social[1] is used (#2891)

    Fixes #2890

    With the recent updates (v0.13.0) the email badge (social) does not
    contain the email anymore.
    Some link generations in social.liquid used the old schema
    Also updated the handling for mastodon to be aligned to the other social
    badges.

commit 5bc4703a7630607975de1c5a356bf0f2c27348a7
Author: George <[email protected]>
Date:   Thu Dec 12 15:17:49 2024 -0300

    Fix google scholar citations (#2893)

    Signed-off-by: George Araújo <[email protected]>

commit b968de85e0ba2752f748e356648ae20628be9fac
Author: Dominik Fuchß <[email protected]>
Date:   Thu Dec 12 19:17:23 2024 +0100

    Update bib.liquid: google scholar citation count (#2892)

    Fix site.data.socials.scholar_userid access for google scholar citation
    count

    Fixes #2889

commit ae4412ef3c86086ea91e71acdd2cd49f7a36e2ac
Author: George <[email protected]>
Date:   Thu Dec 12 12:57:24 2024 -0300

    Updated dependencies (#2887)

    Signed-off-by: George Araújo <[email protected]>

commit 8d20dc5e0761d909b40747e1faaa75b34e1e933b
Author: George <[email protected]>
Date:   Thu Dec 12 12:46:56 2024 -0300

    Update docker-compose.yml image version

commit a9da28e256ae42324499dfac722c40ccede15e9e
Author: George <[email protected]>
Date:   Thu Dec 12 12:45:04 2024 -0300

    Renamed `repo-img-` to `only-` to allow setting images for only one theme (#2886)

    Closes #930.

    We already had classes for this kind of feature, but it was used
    specifically for repository information. Just renamed the classes so it
    is clear how they can be used.

    To use them with markdown, just do it like this:

    ```markdown
    ![Only light](assets/img/prof_pic_color.png){: .only-light}
    ![Only dark](assets/img/prof_pic.jpg){: .only-dark}
    ```

    and with html:

    ```html
    <img
      class="only-light"
      src="assets/img/prof_pic_color.png"
    >
    <img
      class="only-dark"
      src="assets/img/prof_pic.jpg"
    >
    ```

    Signed-off-by: George Araújo <[email protected]>

commit e452f1a60f93130738a0042a09eec53cbfee0160
Author: George <[email protected]>
Date:   Thu Dec 12 12:44:43 2024 -0300

    Moved socials config to `_data/socials.yml` (#2885)

    Fixes #2882, added support for
    [scholar-icons](https://github.com/louisfacun/scholar-icons) and
    [LeetCode](https://leetcode.com/).

    ---------

    Signed-off-by: George Araújo <[email protected]>

commit 84cf4aff3df47a55f2e51d95c5ebb228ab4f488e
Author: George <[email protected]>
Date:   Wed Dec 11 15:19:38 2024 -0300

    Update Font Awesome and Tabler Icons (#2884)

    Solves #2881.

    ---------

    Signed-off-by: George Araújo <[email protected]>

commit f23e35e043bdfba2eb85e6247cfaaa1465217823
Author: George <[email protected]>
Date:   Tue Dec 10 19:01:01 2024 -0300

    New image components (image galleries) (#2877)

    Added support for multiple image galleries, and created a sample post
    showing how to enable and use them.

    ---------

    Signed-off-by: George Araújo <[email protected]>

commit 8121ad02690c256b997a4b068714d909d1db796d
Author: George <[email protected]>
Date:   Fri Dec 6 12:20:36 2024 -0300

    Fix apostrophe in news title for search (#2879)

    Fix #2876

    Weirdly enough, we already escape the title a few lines above the
    changed one, but had to escape it again here.

    Signed-off-by: George Araújo <[email protected]>

commit 957dc2c35aa08bf894ab6755e5284fb3118351e6
Author: dai <[email protected]>
Date:   Thu Dec 5 04:00:29 2024 +0800

    Add features to distill template (#2840)

    While using the distill template, I noticed it lacked many features
    available in the regular post template, such as typograms, echarts, and
    other interactive elements. To address this, I **included the necessary
    scripts and dependencies for these features in** _distill.liquid_,
    referencing them from misc.liquid. Now, the distill template offers the
    same interactive functionality as the post template.

commit a340b6039d4a32acaa2c438d0fa7e4d76caeb237
Author: Henry Fang <[email protected]>
Date:   Tue Dec 3 16:33:08 2024 -0800

    Update the INSTALL.md file to include steps for deploying al-folio on Netlify. (#2798)

    Update CUSTOMIZE.md to include steps to deploy al-folio on Netlify.

    ---------

    Co-authored-by: Henry <[email protected]>
    Co-authored-by: Henry_Lab <[email protected]>

commit c5d484ec9faa6adb070e3162b5ff41b98163794b
Author: Pranjal Aggarwal <[email protected]>
Date:   Mon Dec 2 20:35:59 2024 -0700

    Support for Resume/CV Links (#2826)

    Solves #2825

commit b37758a55c85c3aacd33e531f906d080853ccec0
Author: Isaac Fernandes <[email protected]>
Date:   Mon Dec 2 16:37:42 2024 -0300

    Add .lycheeignore file with linkedin to stop error on workflow Linkcheck (#2868)

    Add a .lycheeignore file with LinkedIn to stop the error in the workflow
    Link Checker due to response 999, and update to the new version
    lycheeverse/[email protected].

commit 8babc442a5dc21329b19bd4e4c09e2688a0713d9
Author: Juan Carlos Niebles <[email protected]>
Date:   Mon Dec 2 11:37:19 2024 -0800

    Fix to display references in order of citation (#2855)

    "cite_in_order" here contradicts the global group_by year setting in
    _config.yml

commit a09f15fd9971d7400471a8edef4ef0329ecea875
Author: George <[email protected]>
Date:   Mon Dec 2 15:45:38 2024 -0300

    Fix prettier complaints

commit 7c22e4800ab5e17a1401c70ac08bcbc74cb5b55e
Author: George <[email protected]>
Date:   Fri Nov 29 00:09:29 2024 -0300

    Fixed bug in header

commit b0d70d4dd6db8920aaddb0c2d0abcab15b85dc78
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Nov 28 15:52:10 2024 -0300

    Bump rexml from 3.3.8 to 3.3.9 (#2814)

    Bumps [rexml](https://github.com/ruby/rexml) from 3.3.8 to 3.3.9.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/ruby/rexml/releases">rexml's
    releases</a>.</em></p>
    <blockquote>
    <h2>REXML 3.3.9 - 2024-10-24</h2>
    <h3>Improvements</h3>
    <ul>
    <li>Improved performance.
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/210">GH-210</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    </ul>
    <h3>Fixes</h3>
    <ul>
    <li>
    <p>Fixed a parse bug for text only invalid XML.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/215">GH-215</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    <li>
    <p>Fixed a parse bug that <code>&amp;#0x...;</code> is accepted as a
    character
    reference.</p>
    </li>
    </ul>
    <h3>Thanks</h3>
    <ul>
    <li>NAITOH Jun</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/ruby/rexml/blob/master/NEWS.md">rexml's
    changelog</a>.</em></p>
    <blockquote>
    <h2>3.3.9 - 2024-10-24 {#version-3-3-9}</h2>
    <h3>Improvements</h3>
    <ul>
    <li>Improved performance.
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/210">GH-210</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    </ul>
    <h3>Fixes</h3>
    <ul>
    <li>
    <p>Fixed a parse bug for text only invalid XML.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/215">GH-215</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    <li>
    <p>Fixed a parse bug that <code>&amp;#0x...;</code> is accepted as a
    character
    reference.</p>
    </li>
    </ul>
    <h3>Thanks</h3>
    <ul>
    <li>NAITOH Jun</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/ruby/rexml/commit/38eaa86ac7abe0d31cf49d8df57ad239fdeb80e9"><code>38eaa86</code></a>
    Add 3.3.9 entry</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/ce59f2eb1aeb371fe1643414f06618dbe031979f"><code>ce59f2e</code></a>
    parser: fix a bug that &amp;#0x...; is accepted as a character
    reference</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/a09646d395a07399cbf9bc3bc8d6d8bb1d13ecea"><code>a09646d</code></a>
    test: fix indent</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/cf0fb9c9ca3dc0d725c8e4644aa0e728025f42ce"><code>cf0fb9c</code></a>
    Fix <code>IOSource#readline</code> for <code>@pending_buffer</code> (<a
    href="https://redirect.github.com/ruby/rexml/issues/215">#215</a>)</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/1d0c362526f6e25e2abcd13e2fcefcc718c20e78"><code>1d0c362</code></a>
    Optimize <code>IOSource#read_until</code> method (<a
    href="https://redirect.github.com/ruby/rexml/issues/210">#210</a>)</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/622011f25ac1519fd553d6c56da52d7eba14a787"><code>622011f</code></a>
    Bump version</li>
    <li>See full diff in <a
    href="https://github.com/ruby/rexml/compare/v3.3.8...v3.3.9">compare
    view</a></li>
    </ul>
    </details>
    <br />

    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rexml&package-manager=bundler&previous-version=3.3.8&new-version=3.3.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.

    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)

    ---

    <details>
    <summary>Dependabot commands and options</summary>
    <br />

    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/alshedivat/al-folio/network/alerts).

    </details>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 1c1632c8c941f237557da9d67146e3bae478885b
Author: George <[email protected]>
Date:   Thu Nov 28 15:32:13 2024 -0300

    Page permalink can be an outside url (#2863)

    Fixes #2858

    ---------

    Signed-off-by: George Araújo <[email protected]>

commit c170eaf2d0eb081d291691b2c9860e47e5f93d23
Author: Guillaume Dalle <[email protected]>
Date:   Mon Nov 25 18:54:30 2024 +0100

    Bluesky URL prefix should not be appended (#2856)

    This PR modifies

    - `_config.yml` to rename `bluesky_url` into `bluesky_id`
    - `_includes/social.liquid` to handle the renaming in the display of
    social media icons

commit 9674cfc8e54f7cac7a890e4e54bed001cc897192
Author: imsi32 <[email protected]>
Date:   Wed Nov 20 00:03:51 2024 +0200

    [FIX] Blog Page Navigation (#2841) (#2846)

    I tested on my Github page and it worked correctly. Then, copied here.

    Issue: Blog page navigation extends layout of the page in small screens.
    Fixes: #2841

commit b7ee266824c6cfa53cd63d876ab1fe4ce9ddd9a9
Author: Abderrahmane Ait gueni ssaid <[email protected]>
Date:   Sun Nov 10 17:28:30 2024 +0100

    Support for openpanel.dev for analytics (#2822)

commit 587f03a2348eb959dd0f0088b959d433a1a12d2d
Author: Hanyan Yin <[email protected]>
Date:   Mon Nov 11 00:28:15 2024 +0800

    fix: Misfunction of wechat_qr in Social Integration (#2831)

    Solve the bug issue (#2830)

commit 3d8b29c6c7e4dc1a36c6db9b69efbc791feeabe1
Author: Dmitry Ryumin <[email protected]>
Date:   Wed Oct 30 17:17:43 2024 +0300

    Update README.md (#2819)

    Added my academic profile website to the README.md

commit d24418786940d46983de8f34825d864e1ac6fe6d
Author: João Pedro Fonseca <[email protected]>
Date:   Tue Oct 29 13:25:06 2024 +0000

    Added my academic profile website to the README.md (#2815)

commit 47ed26fb4ae3bdad22adcb3e23f31c40b9a90961
Author: Amir Pourmand <[email protected]>
Date:   Fri Oct 25 20:47:41 2024 +0330

    Update docker-compose.yml to use tag

commit 89f7ca7b930ab8572c978d2537a478963e2c9389
Author: Amir Pourmand <[email protected]>
Date:   Thu Oct 24 16:47:42 2024 +0330

    Update docker-compose.yml

commit 75b3f9f196fa24852a4e5a5e7bd194893fff9c68
Author: Amir Pourmand <[email protected]>
Date:   Thu Oct 24 00:04:41 2024 +0330

    Update version (#2800)

commit d1b38ee121bb977ad1fb1af49380bbc38923fbe1
Author: George <[email protected]>
Date:   Wed Oct 23 12:17:07 2024 -0300

    Removed hidden char from figure.liquid (#2804)

    Signed-off-by: George Araújo <[email protected]>

commit eae72d8719069bdf966a138558e5e198412cdda9
Author: George <[email protected]>
Date:   Wed Oct 23 12:04:00 2024 -0300

    Standardized spaces for liquid tags (#2802)

    Signed-off-by: George Araújo <[email protected]>

commit 4184a06a4250a3d8a13327e9a62157a51b42043e
Author: George <[email protected]>
Date:   Wed Oct 23 11:35:04 2024 -0300

    Added commented code about docker permissions, organized Dockerfile (#2801)

    I am currently testing out docker in a remote lab environment where
    docker was configured in a way that it can't run as root, causing some
    permission issues. The solution I could find was to add these changes
    (commented by default) to these files and fill the specifics so it could
    run as it was your user running the code.

    Signed-off-by: George Araújo <[email protected]>

commit 613be397bf2d91a344f79278b32a9063918e05b9
Author: Kartikey Agrawal <[email protected]>
Date:   Wed Oct 23 16:00:08 2024 +0530

    Fix docker compose issue (#2799)

    Fixed the `docker compose` issue, when trying to run the repository,
    locally.

    #2795

    <hr>

    <h3>To test these out: </h3>

    Run:
    `docker compose pull`
    `docker compose build`
    `docker compose up`

    ---------

    Co-authored-by: Amir Pourmand <[email protected]>

commit 6a795aff790d6a812f0e3c6b85036e32b645f713
Author: Amir Pourmand <[email protected]>
Date:   Wed Oct 23 13:50:41 2024 +0330

    Add Image Version to Docker-Compose to pull the relevant image (#2740)

    This is to address
    - #2733

    Since a lot of times, the only problem is that docker image is not
    consistent with the build. We have to somehow incorporate image version
    into repository.

    I don't insist to provide it this way. Maybe there are other automatic
    ways which are better.

    We can also calculate the relevant tag from git.

commit b3f1968422d5689b79f921a417a2f4b4da6b4acf
Author: Dominik Fuchß <[email protected]>
Date:   Tue Oct 22 15:42:20 2024 +0200

    Fix .webp SrcSet Creation Filter (#2761)

    ### Pull Request: Fix .webp SrcSet Creation Filter

    #### Description

    This PR addresses an issue with the filter for creating `.webp` srcsets
    introduced in PR #2698. The original filter incorrectly searched for
    extensions with a leading period (e.g., ".jpg" and ".png"). As a result,
    no matches were found, preventing the srcset from being added to any
    figures. This occurred because the split operation removes the period
    from the file extensions.

    #### Changes Made

    - Updated the filter to search for file extensions without the leading
    period (e.g., "jpg" and "png").
    - Ensured that the resource sets are now correctly created for the
    respective file extensions, allowing the `.webp` srcset to function as
    intended.

    #### Impact

    With this change, responsive images will now correctly generate their
    srcsets for the appropriate file types, improving image loading
    performance and supporting better responsiveness.

    #### Fixes

    - Fixes #2777

    Please review the changes and let me know if there are any further
    adjustments needed. Thank you!

commit de2b3b87ae7c70d00326db2beb6982fe559a1f6a
Author: George <[email protected]>
Date:   Mon Oct 21 21:54:16 2024 -0300

    Renamed all references to master branch to main (#2793)

    Finishes #2086

    Signed-off-by: George Araújo <[email protected]>

commit a88c9f11e7a434e837aedadd3f81911519989558
Author: George <[email protected]>
Date:   Mon Oct 21 21:38:45 2024 -0300

    Removed mini_racer dependency, updated dependencies and tabler-icons (#2791)

    Since `mini_racer` is causing issue in #2432 and #2788 (both related to
    Netlify) and [currently it doesn't seem we have a reason for having
    it](https://github.com/search?q=repo%3Aalshedivat%2Fal-folio%20mini_racer&type=code)
    as a dependency, I am removing it to see if it fixes the issues.

    ---------

    Signed-off-by: George Araújo <[email protected]>

commit 6053d3f768a37eab0fcc2d9110d72a12d45c4494
Author: George <[email protected]>
Date:   Mon Oct 21 21:38:26 2024 -0300

    Added setup-python step to build (#2792)

    Signed-off-by: George Araújo <[email protected]>

commit 533f2c4fadefe492ad5c9160536c5d116f1849f3
Author: Victoria Mooers <[email protected]>
Date:   Mon Oct 21 15:56:39 2024 -0400

    Add my website to the "Academics" list (#2790)

    Adding a star to link to my website, as a user of the al-folio theme.

commit 0af4aecf50426fc1e35696ca4c47940737175b26
Author: George <[email protected]>
Date:   Wed Oct 16 11:52:16 2024 -0300

    Removed sync from template from INSTALL.md (#2781)

    Signed-off-by: George Araújo <[email protected]>

commit 977a47cb1824bb86d937d30d9f65b6b7c8c800bc
Author: Simmo Saan <[email protected]>
Date:   Wed Oct 16 17:06:04 2024 +0300

    Add DOI field button to bibliography (#2729)

commit 332a6dfcbba1c583e9b951d361ad4f27f84514cd
Author: suhyeon <[email protected]>
Date:   Wed Oct 16 11:00:06 2024 +0900

    Update README.md (#2768)

    Added an academic case (my website)

    Co-authored-by: George <[email protected]>

commit 7639ee82a8f54b9006d289228ae40b8e23808e6a
Author: Yulian Manchev <[email protected]>
Date:   Wed Oct 16 02:54:49 2024 +0100

    update dockerfile to render jupyter notebook equations (#2758)

    Hello,

    This pr should address the issue where the equations in jupter notebooks
    were not being rendered correctly in issue
    https://github.com/alshedivat/al-folio/issues/2757 .

commit 587b27e414f385ab961b3f2365fc00ee341a6539
Author: Martijn de Vos <[email protected]>
Date:   Wed Oct 16 03:47:53 2024 +0200

    Update README.md (#2771)

    Added my website

    Co-authored-by: George <[email protected]>

commit 13572dfbc6f0bb21a517ad25ca6a31fabfc632a1
Author: Mikolaj Kocikowski, PhD <[email protected]>
Date:   Wed Oct 16 03:27:58 2024 +0200

    Adding a star-link for an academic website. (#2780)

    I have added my website.

commit 421bdf860bb24a052480b99109384361ea7dc73b
Author: CheariX <[email protected]>
Date:   Sun Oct 6 00:42:37 2024 +0200

    fix: do not included downloaded assets in jekyll-minifier (#2749)

    If `download: true`, the site deployment fails.
    This caused e.g. issue #2548.

    I believe the issue appears because the 3rd party downloaded libs rely
    on ES6 Syntax, which jekyll-minifier cannot work on correctly.
    Also, I think we do not need to minify 3rd party downloaded libs at all.

    While this PR does **not** fix the issue above, it at least ensures that
    the site can be deployed with `download: true`. We still need better ES6
    support as suggested in #2571.

commit b74b292cac3ced3f3df51f164719970df8edffc7
Author: George <[email protected]>
Date:   Wed Oct 2 10:07:50 2024 -0300

    Update bug report with running with docker options

commit c0d53e631630b19328f30f9e0da900ff1161eb27
Author: Amir Pourmand <[email protected]>
Date:   Wed Oct 2 10:21:52 2024 +0330

    Change Run to use bundle exec instead of normal exec jekyll

commit caddec2fcdbdfabb2cce6d1441297639bd1e5df4
Author: Leo <[email protected]>
Date:   Tue Oct 1 21:54:31 2024 +0800

    feature: figure support url. (#2586)

    This PR allows the `figure` to accept url as the src of the`<img>`.
    currently, it only supports the relative path.

    ```
    // raw img
    <img src="{{ image.url }}" alt="{{ image.description }}">

    // assign url to figure
    {% assign image_url = image.url %}
    {% include figure.liquid url=image_url class="img-fluid rounded z-depth-1" zoomable=true %}
    ```

    ---------

    Signed-off-by: ifuryst <[email protected]>
    Co-authored-by: George <[email protected]>

commit c20074c8cab8df2050350e2367482fdd5328a08e
Author: Amir Pourmand <[email protected]>
Date:   Sat Sep 28 09:15:21 2024 +0330

    Fix `entry_point.sh` docker backward compatibility problem (#2728)

commit 6265269bd41e194a0ff74e677d730b4ab23e9fd2
Author: Amir Pourmand <[email protected]>
Date:   Thu Sep 26 08:40:15 2024 +0330

    Update entry_point.sh (#2707)

commit bdf4ce32e53bc9b4be1d1e10b796bd179cd87474
Author: George <[email protected]>
Date:   Tue Sep 24 15:57:59 2024 -0300

    Updated dependencies (#2715)

    Signed-off-by: George Araújo <[email protected]>

commit fdaed74d6e6e320b6e94a98ac53bb3b14bfb1247
Author: George <[email protected]>
Date:   Fri Sep 20 19:04:17 2024 -0300

    Fixed bug when search result is inside description of external post (#2710)

    Fixed a very specific bug that was happening when, for example,
    searching for the word `round`, which caused this:

    ![image](https://github.com/user-attachments/assets/d6009462-ae03-4bc2-9ee3-60cb16dce20c)

    After a lot of debugging I found out that the search result was in the
    svg icon definition. Finally got to fix this.

    ![image](https://github.com/user-attachments/assets/cc179ea1-e9b8-4695-b98a-adf1472ecca5)

    Signed-off-by: George Araújo <[email protected]>

commit daa402f7344a0dec0f40416ac0ab8f2997f06a6e
Author: Giuseppe Perelli <[email protected]>
Date:   Thu Sep 19 18:39:16 2024 +0200

    Update README.md (#2708)

    Adding a star to the academics using this template

commit d33213e033eefff0a6c45d0deea89e71bd2b1bca
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Sep 19 13:33:35 2024 -0300

    Bump google-protobuf from 4.27.3 to 4.27.5 (#2709)

    Bumps [google-protobuf](https://github.com/protocolbuffers/protobuf)
    from 4.27.3 to 4.27.5.
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a
    href="https://github.com/protocolbuffers/protobuf/commits">compare
    view</a></li>
    </ul>
    </details>
    <br />

    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google-protobuf&package-manager=bundler&previous-version=4.27.3&new-version=4.27.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.

    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)

    ---

    <details>
    <summary>Dependabot commands and options</summary>
    <br />

    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/alshedivat/al-folio/network/alerts).

    </details>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 046545983f0864b62e883105955717cbf298561c
Author: M. Umar Shahbaz <[email protected]>
Date:   Sat Sep 14 02:44:42 2024 +0500

    Fixed .webp src creation for svg and other files (#2698)

    Added a default srcset in case extension is other than the following:
    - .jpg
    - .jpeg
    - .png
    - .tiff
    - .gif

    fixed #2660

commit 8e9cf03ee980645c879d759528d17e8d570983fb
Author: Yao Xiao <[email protected]>
Date:   Fri Sep 13 11:12:54 2024 -0400

    Support `_styles` in page layout as in post and distill (#2694)

    As desribed in the title.

commit 92dbc393e7704e104814f22ce8d9abf95d2dd790
Author: Yao Xiao <[email protected]>
Date:   Fri Sep 13 10:59:19 2024 -0400

    Added my portfolio website to README (#2695)

    Thanks for the amazing theme! ❤️ I've been using al-folio for several
    years, during which I have considered migrating to more modern
    technologies like MDX or similar but really found no theme that look
    better than this.

commit b30b3f4ec0c3223366c06183b49bdb8f0a95664c
Author: George <[email protected]>
Date:   Tue Sep 10 12:18:58 2024 -0300

    Increased number of columns to 24 for contributors image

commit 66607c1fc8ca782b9618369c6f8041bef9759a5b
Author: M. Umar Shahbaz <[email protected]>
Date:   Tue Sep 10 20:16:40 2024 +0500

    Fixed "All contributors not showing on README.md" (#2688)

    # In README.md
    ## All Contributors Section

    **Out of the 216 contributors, the page only shows around 100**
    By adding an additional parameter ```max``` It now shows all of them.

commit f0eb58757317ad61eab6896501cbec758b27f0b3
Author: Gürkan Soykan <[email protected]>
Date:   Tue Sep 10 16:57:54 2024 +0200

    Fix conditional rendering of tag and category section (#2678)

    ### Overview
    This PR fixes an issue where unnecessary horizontal lines were displayed
    when there were no tags or categories present. The tag and category
    container is now conditionally rendered, ensuring it only appears when
    there are tags or categories to display.

    no tags meaning, in _config.yml
    ```
    display_tags: []
    display_categories: []
    ```

    ### Before and After
    The difference is illustrated in the images below:
    - **First Image (Fixed)**: Shows the correct behavior with no extra
    lines when tags or categories are absent.
    - **Second Image (Current)**: Demonstrates the issue with unwanted
    horizontal lines appearing when no tags or categories are present.

    ![image](https://github.com/user-attachments/assets/08becad5-9a34-4b6c-8a69-25206d9097da)

    ![image](https://github.com/user-attachments/assets/e36390cc-3104-4aa2-a047-a7fa8289e664)

    ### Impact
    This change improves the visual consistency and cleanliness of the theme
    by preventing unnecessary elements from being rendered, particularly in
    cases where there are no tags or categories defined.

commit 7203eb161c4ed16cac0b4001a05124e28e9bcdd4
Author: George <[email protected]>
Date:   Mon Sep 9 15:03:17 2024 -0300

    Update CUSTOMIZE.md scheduled info

commit 66320740986481847d595c9c7f49d407549faf04
Author: George <[email protected]>
Date:   Mon Sep 9 14:58:05 2024 -0300

    Update schedule-posts.txt

commit 444376997e48309e378b23bf3b2af831b922717a
Author: Ahmed Nurye <[email protected]>
Date:   Mon Sep 9 19:44:22 2024 +0200

    Add my webpage to community list (#2684)

    Hi, thanks for the great theme! Added my personal academic webpage to
    the community list.

    Co-authored-by: George <[email protected]>

commit d50cdf6b8aad1707c45d78b5fa7f59545b8b4ff8
Author: M. Umar Shahbaz <[email protected]>
Date:   Mon Sep 9 22:36:44 2024 +0500

    Schedule Posts Workflow (#2672)

    Updated ```CUSTOMIZE.md``` to include information regarding the
    ```scheduler.yml``` action

commit 97f78e5fb883a4bedd0c1e175ce69daadd4a876f
Author: Mikolaj Kocikowski, PhD <[email protected]>
Date:   Thu Sep 5 23:21:25 2024 +0200

    Update about.md (#2679)

    I was confused until I realized what the author likely meant. Fixing the
    typo. Thanks for the amazing theme!

commit cd3f4d6be533bc993f156b8ad5e4e04140ba9f22
Author: George <[email protected]>
Date:   Wed Aug 28 15:22:20 2024 -0300

    Fixed bug when external posts title is composed of non-ascii chars

    Fixed a bug in external-posts.rb when post title is composed of non-ascii chars

commit 6c6932f1b19f694dbb53c1f8a82d5a791083c01f
Author: George <[email protected]>
Date:   Wed Aug 28 10:54:06 2024 -0300

    Removed inexistent input from lighthouse-badger.yml

commit de4e89d11b44ca2b1660aeeafde5e88b6415542f
Author: Trần Đặng Trung Đức <[email protected]>
Date:   Tue Aug 27 03:28:31 2024 +0900

    Update README.md (#2661)

    Added trandangtrungduc.github.io to Academic

commit fbad5083aea932b4444fbc92a037fa85ab0094f5
Author: M. Umar Shahbaz <[email protected]>
Date:   Fri Aug 23 21:12:34 2024 +0500

    Added gh-pages Formatter (#2649)

    # Added prettier-hmtl.yml
    ## GitHub Workflow

    ## Purpose
    The GitHub Workflow formats the html files on gh-pages. The html files
    generated are always on a single line. This makes scaling programs a lot
    more difficult. By formatting the HTML files, al-folio can now be used
    to generate code which can then be modified to allow for using back-end.

    ## Errors found
    I want to let you know that when I was using prettier for this, it kept
    crashing and after some debugging I found out that al-folio was
    generating an invalid tag ```</source>```. ```<source>``` is a
    self-closing tag and doesn't have a separate closing tag.
    Error: ```<source src="URL" type="type"></source>```
    Correct: ```<source src="URL" type="type">```

    ## Workflow Description
    1. The workflow starts by checking out the gh-pages branch.
    2. Then it finds all ```</source>``` tags in all html files and deletes
    them.
    3. It Installs NodeJS and then Prettier. To make sure the code was
    executed properly, the workflow checks if prettier is present.
    4. Then the workflow runs prettier on all html files present in gh-pages
    5. It ends by committing the changes and pushing them to the gh-pages
    directory

    # Example:
    > Before
    >
    ![image](https://github.com/user-attachments/assets/8f0f993a-1b18-4edf-9d62-2fe503af272a)

    > After
    >
    ![image](https://github.com/user-attachments/assets/0714a6c8-0b37-4aee-a4f0-4ce0a7a663a1)

commit debb1822ad3db7080c885a010971bcbf4af2b5b5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Aug 23 11:08:41 2024 -0300

    Bump rexml from 3.3.4 to 3.3.6 (#2654)

    Bumps [rexml](https://github.com/ruby/rexml) from 3.3.4 to 3.3.6.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/ruby/rexml/releases">rexml's
    releases</a>.</em></p>
    <blockquote>
    <h2>REXML 3.3.6 - 2024-08-22</h2>
    <h3>Improvements</h3>
    <ul>
    <li>
    <p>Removed duplicated entity expansions for performance.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/194">GH-194</a></li>
    <li>Patch by Viktor Ivarsson.</li>
    </ul>
    </li>
    <li>
    <p>Improved namespace conflicted attribute check performance. It was
    too slow for deep elements.</p>
    <ul>
    <li>Reported by l33thaxor.</li>
    </ul>
    </li>
    </ul>
    <h3>Fixes</h3>
    <ul>
    <li>
    <p>Fixed a bug that default entity expansions are counted for
    security check. Default entity expansions should not be counted
    because they don't have a security risk.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/198">GH-198</a></li>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/199">GH-199</a></li>
    <li>Patch Viktor Ivarsson</li>
    </ul>
    </li>
    <li>
    <p>Fixed a parser bug that parameter entity references in internal
    subsets are expanded. It's not allowed in the XML specification.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/191">GH-191</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    <li>
    <p>Fixed a stream parser bug that user-defined entity references in
    text aren't expanded.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/200">GH-200</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    </ul>
    <h3>Thanks</h3>
    <ul>
    <li>
    <p>Viktor Ivarsson</p>
    </li>
    <li>
    <p>NAITOH Jun</p>
    </li>
    <li>
    <p>l33thaxor</p>
    </li>
    </ul>
    <h2>REXML 3.3.5 - 2024-08-12</h2>
    <h3>Fixes</h3>
    <ul>
    <li>Fixed a bug that
    <code>REXML::Security.entity_expansion_text_limit</code>
    check has wrong text size calculation in SAX and pull parsers.
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/193">GH-193</a></li>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/195">GH-195</a></li>
    <li>Reported by Viktor Ivarsson.</li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/ruby/rexml/blob/master/NEWS.md">rexml's
    changelog</a>.</em></p>
    <blockquote>
    <h2>3.3.6 - 2024-08-22 {#version-3-3-6}</h2>
    <h3>Improvements</h3>
    <ul>
    <li>
    <p>Removed duplicated entity expansions for performance.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/194">GH-194</a></li>
    <li>Patch by Viktor Ivarsson.</li>
    </ul>
    </li>
    <li>
    <p>Improved namespace conflicted attribute check performance. It was
    too slow for deep elements.</p>
    <ul>
    <li>Reported by l33thaxor.</li>
    </ul>
    </li>
    </ul>
    <h3>Fixes</h3>
    <ul>
    <li>
    <p>Fixed a bug that default entity expansions are counted for
    security check. Default entity expansions should not be counted
    because they don't have a security risk.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/198">GH-198</a></li>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/199">GH-199</a></li>
    <li>Patch Viktor Ivarsson</li>
    </ul>
    </li>
    <li>
    <p>Fixed a parser bug that parameter entity references in internal
    subsets are expanded. It's not allowed in the XML specification.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/191">GH-191</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    <li>
    <p>Fixed a stream parser bug that user-defined entity references in
    text aren't expanded.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/200">GH-200</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    </ul>
    <h3>Thanks</h3>
    <ul>
    <li>
    <p>Viktor Ivarsson</p>
    </li>
    <li>
    <p>NAITOH Jun</p>
    </li>
    <li>
    <p>l33thaxor</p>
    </li>
    </ul>
    <h2>3.3.5 - 2024-08-12 {#version-3-3-5}</h2>
    <h3>Fixes</h3>
    <ul>
    <li>Fixed a bug that
    <code>REXML::Security.entity_expansion_text_limit</code>
    check has wrong text size calculation in SAX and pull parsers.
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/193">GH-193</a></li>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/195">GH-195</a></li>
    <li>Reported by Viktor Ivarsson.</li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/ruby/rexml/commit/95871f399eda642a022b03550479b7994895c742"><code>95871f3</code></a>
    Add 3.3.6 entry</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/7cb5eaeb221c322b9912f724183294d8ce96bae3"><code>7cb5eae</code></a>
    parser tree: improve namespace conflicted attribute check
    performance</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/6109e0183cecf4f8b587d76209716cb1bbcd6bd5"><code>6109e01</code></a>
    Fix a bug that Stream parser doesn't expand the user-defined entity
    reference...</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/cb158582f18cebb3bf7b3f21f230e2fb17d435aa"><code>cb15858</code></a>
    parser: keep the current namespaces instead of stack of Set</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/2b47b161db19c38c5e45e36c2008c045543e976e"><code>2b47b16</code></a>
    parser: move duplicated end tag check to BaseParser</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/35e1681a179c28d5b6ec97d4ab1c110e5ac00303"><code>35e1681</code></a>
    test tree-parser: move common method to base class</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/6e00a14daf2f901df535eafe96cc94d43a957ffe"><code>6e00a14</code></a>
    test: fix indent</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/df3a0cc83013f3cde7b7c2044e3ce00bcad321cb"><code>df3a0cc</code></a>
    test: fix indent</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/fdbffe744b38811be8b1cf6a9eec3eea4d71c412"><code>fdbffe7</code></a>
    Use loop instead of recursive call for Element#namespace</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/6422fa34494fd4145d7bc68fbbe9525d42becf62"><code>6422fa3</code></a>
    Use loop instead of recursive call for Element#root</li>
    <li>Additional commits viewable in <a
    href="https://github.com/ruby/rexml/compare/v3.3.4...v3.3.6">compare
    view</a></li>
    </ul>
    </details>
    <br />

    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rexml&package-manager=bundler&previous-version=3.3.4&new-version=3.3.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.

    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)

    ---

    <details>
    <summary>Dependabot commands and options</summary>
    <br />

    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/alshedivat/al-folio/network/alerts).

    </details>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit ebf2fc9cca8db661d1d331e45d2c9b29ff425520
Author: George <[email protected]>
Date:   Thu Aug 22 14:26:04 2024 -0300

    Update INSTALL.md link to video tutorial

commit cd59ca39663b169ef215ac4beb8cb309abff1b87
Author: George <[email protected]>
Date:   Thu Aug 22 13:49:05 2024 -0300

    Added video tutorial to install instructions (#2653)

    Signed-off-by: George Araújo <[email protected]>

commit c45c7675bd4fb4068cbba8a1c96f7b08392b8947
Author: George <[email protected]>
Date:   Wed Aug 21 23:59:18 2024 -0300

    Update INSTALL.md with running time of actions

commit c753284f21fc99ad509b0c898616c7e703c29488
Author: George <[email protected]>
Date:   Wed Aug 21 23:55:36 2024 -0300

    Update INSTALL.md

commit c5c162cfa1376d48b889fab009f9c2887070a403
Author: George <[email protected]>
Date:   Wed Aug 21 23:54:45 2024 -0300

    Update INSTALL.md recommended approach

commit 9b6decceb18a209292a67c7fc90bb1780e79532f
Author: Corentin Sautier <[email protected]>
Date:   Tue Aug 20 16:50:00 2024 +0200

    Fix no github_users titling in repositories.md (#2647)

    Inverted order of title and {% if site.data.repositories.github_users
    %}, so that if there is no github_users, the "GitHub users" title does
    not appear.

commit 03f429f90189038d47111dad3ed7a52be99c894d
Author: Corentin Sautier <[email protected]>
Date:   Tue Aug 20 16:44:25 2024 +0200

    Update _config.yml to add a filtered bibtex keyword (#2648)

    Added the google_scholar_id to filtered keywords

commit 853adefc9a4dd380fbeb52050aa7ee61741591f0
Author: hdocmsu <[email protected]>
Date:   Mon Aug 19 07:32:51 2024 -0700

    Adding own github-page to README.md (#2645)

    Co-authored-by: George <[email protected]>

commit 1e66e8c30deed3fb053ee083e49e27e0cfbfb4aa
Author: Ming SUN <[email protected]>
Date:   Mon Aug 19 17:30:29 2024 +0300

    Update README.md (#2644)

    add Ming's website page

    Co-authored-by: George <[email protected]>

commit dfc7453ea08fd51f4598685b16130a13e69fe05e
Author: Riasat Sheikh <[email protected]>
Date:   Mon Aug 19 12:03:01 2024 +0900

    [Feature] InspireHEP social and citation count badge (#2638)

    [INSPIRE](http://inspirehep.net/) is a trusted community hub that
    facilitates the sharing and discovery of accurate scholarly information
    in high energy physics. By integrating the social and citation count
    badge, al-folio users within this community will gain significant
    benefits.

    In continuation of #2634, I am creating this pull request.

    ## Details

    ### Social Icon
    - Add your INSPIRE author ID in the `config.yml` under `inspirehep_id`.

    ### Citation Count
    - Enable this feature by setting `inspirehep` to `true` under
    `enable_publication_badges` in your `config.yml` file.
    - In your bibliography file (e.g., `papers.bib`), add `inspirehep_id =
    {the literature's recid}` under the citation of a literature source.

commit 3ff7579a7419fc546816535361a8b90c7c49553d
Author: Beryl Sui <[email protected]>
Date:   Thu Aug 8 06:33:12 2024 -0700

    added personal website for Beryl Sui (#2628)

    Thank you for this amazing template :)

commit 04ab383c4bb4d7e653081b2f84d9e8a7ce11c097
Author: George <[email protected]>
Date:   Wed Aug 7 13:46:07 2024 -0300

    Fixed prettier complaints on FAQ.md

commit 5c5c81cda8d947d69b7ad2ec18836c006ae30367
Author: Rachel <[email protected]>
Date:   Wed Aug 7 11:43:48 2024 -0400

    [Bug-fix] Make custom blockquote font coloring consistent (#2622)

    Currently, the tip, warning, and danger custom blockquote's font color
    is not customized when the text is styled as bold, italics, or a list
    item. As a result, the text is slightly less attractive in light mode
    and almost illegible in dark mode.

    ## Screenshot: Current

    <img width="400" alt="current-darkmode"
    src="https://github.com/user-attachments/assets/1cdd5861-76a2-45bd-a948-99cf35f9c87e">

    ## Screenshot: Proposed

    <img width="400" alt="proposed-darkmode"
    src="https://github.com/user-attachments/assets/03fbd4d3-e3f5-498a-bef6-153e1ad55289">

commit 610f42bf619e2c4f43a4e19c4201e0583c4505cc
Author: George <[email protected]>
Date:   Wed Aug 7 12:40:32 2024 -0300

    Update Prettier information on FAQ.md

commit 3be24f6b047eb6b49540a0cc1199d7e421192d9f
Author: Alon Kellner <[email protected]>
Date:   Wed Aug 7 18:20:30 2024 +0300

    Alon Kellner portfolio link (#2627)

    I used al-folio's fork
    [multi-language-al-folio](https://github.com/george-gca/multi-language-al-folio)
    to create my portfolio, I love it :)

commit 1d4ce5a313d1c41e73c843587692eabebad96e00
Author: Rachel <[email protected]>
Date:   Sun Aug 4 14:32:46 2024 -0400

    [bug-fix] Add padding to default markdown table cells (#2617)

    Default, meaning `pretty_table: false`

    ## Sample code

    ```md
    |   First Column   |  Second Column  |  Third Column  |
    |------------------|-----------------|----------------|
    | Sed in.          | Sed non.        | Morbi egestas. |
    | Donec facilisis. | Suspendisse eu. | Nulla porta.   |
    | Praesent a.      | Interdum et.    | Sed nec.       |
    ```

    ### Current result

    <img width="369" alt="current-default"
    src="https://github.com/user-attachments/assets/7dc74cfd-ed60-46eb-a1c1-bf3df74bac59">

    ### Proposed result

    <img width="378" alt="updated-default"
    src="https://github.com/user-attachments/assets/2bf83fb5-f7b1-4d4b-88aa-e55d3420aeaf">

commit e46a7941b216c68493158fe412467c1a11fb8b54
Author: George <[email protected]>
Date:   Fri Aug 2 10:44:22 2024 -0300

    Updated dependencies (#2613)

    Fix https://github.com/alshedivat/al-folio/security/dependabot/4

    Signed-off-by: George Araújo <[email protected]>

commit e14f5723f2ca14ee15f8e1f65f07477f5d4485af
Author: George <[email protected]>
Date:   Thu Jul 25 14:01:57 2024 -0300

    Added customizing css to CUSTOMIZE.md (#2602)

    Signed-off-by: George Araújo <[email protected]>

commit e7da32f0e45d70211c21d469f5b43373b2ec9ebb
Author: Salman Faroz <[email protected]>
Date:   Thu Jul 25 20:37:22 2024 +0530

    Lighthouse Badger token as secret (#2589)

    In the
    [FAQ](https://github.com/alshedivat/al-folio/blob/master/FAQ.md#my-webpage-works-locally-but-after-deploying-it-is-not-displayed-correctly-css-and-js-are-not-loaded-properly-how-do-i-fix-that),
    it is mentioned to "add it as a secret". However, the Lighthouse Badger
    documentation specifies using an environment variable. I've updated this
    to use secrets instead, as it is more secure and appropriate for using a
    Personal Access Token (PAT).

    #### Personal Access Token (fine-grained) Permissions:
    - **contents**: access: read and write
    - **metadata**: access: read-only

    #### Personal Access Token (classic) Permissions:
    - **repo**

    [refer](https://github.com/MyActionWay/lighthouse-badger-workflows#lighthouse-badger-easyyml:~:text=and%20permissions%20required-,PAT%20(fine%2Dgrained)%3A%20repository%20permissions,-contents%20%3D%3E%20access%3A%20read)

    For more information, refer to the [GitHub documentation on using
    secrets in GitHub
    Actions](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions).

commit b5247d9ecaa36c9cc90b92c7066c1a4cf0d26935
Author: Simmo Saan <[email protected]>
Date:   Thu Jul 25 18:05:03 2024 +0300

    Remove github-metadata post (#2599)

    The jekyll-github-metadata plugin was removed in PR #668, so this no
    longer works. Clearly broken here:
    https://alshedivat.github.io/al-folio/blog/2020/github-metadata/.

commit 2db33ea99f04f8769207d85ad24b56160496f7ba
Author: tonideleo <[email protected]>
Date:   Mon Jul 22 07:55:07 2024 -0700

    Add user link to user community (#2592)

commit fc15dd6cc8156f3cff35148c2db81f771e11206a
Author: George <[email protected]>
Date:   Sun Jul 21 20:48:32 2024 -0300

    Fixed prettier complaints on FAQ

commit 2ebbb801e3abf9d484ed74f417c5d84f5bced6ab
Author: George <[email protected]>
Date:   Sun Jul 21 17:13:10 2024 -0300

    Expliciting how to handle wrong theme for site in FAQ.md

commit 71006683cd18b37ccb18b22944e708bd87d54eac
Author: George <[email protected]>
Date:   Sun Jul 21 17:03:58 2024 -0300

    Added example of site with css and js not loaded

commit c3ac17294cf85b77742590963dbfc5a794f0098e
Author: George <[email protected]>
Date:   Sun Jul 21 16:19:33 2024 -0300

    Improved FAQ readability

commit 015a47787ed2f48c5be20112bce6ab6d32e96dc0
Author: Tadashi <[email protected]>
Date:   Wed Jul 17 18:13:47 2024 -0300

    Fix typo in entry associated to award button (#2583)

commit 75ab2823bb1c2063e8a0842b7ff20d6beaa618e7
Author: George <[email protected]>
Date:   Wed Jul 17 00:03:11 2024 -0300

    Updated dependencies (#2582)

    Signed-off-by: George Araujo <[email protected]>

commit d9ea1b3dd3aaff7b575a576a89670e1ba82921e2
Author: George <[email protected]>
Date:   Tue Jul 16 23:48:20 2024 -0300

    Updated to font awesome 6.6.0 (#2581)

    Updated to [FontAwesome
    6.6.0](https://github.com/FortAwesome/Font-Awesome/releases/tag/6.6.0)

    ---------

    Signed-off-by: George Araujo <[email protected]>

commit aef552f043a503e70cd190e15884609f8b045298
Author: Furkan Akkurt <[email protected]>
Date:   Wed Jul 17 04:52:06 2024 +0300

    …
FrancescFe added a commit to CescFe/CescFe.github.io that referenced this pull request Jan 20, 2025
* Squashed commit of the following:

commit c5d0e92dbd9f2d7f12f2f08089340f880dbd45d1
Author: George <[email protected]>
Date:   Wed Jan 15 23:14:50 2025 -0300

    Update docker version on  INSTALL.md

commit 8d1ca80b003826cb2ae945d8a65f5fb71e0789e9
Author: George <[email protected]>
Date:   Wed Jan 15 23:14:16 2025 -0300

    Update docker version on docker-compose.yml

commit 82611b4b6dd65da805e036e783b13c1a716b4ba2
Author: George <[email protected]>
Date:   Wed Jan 15 23:12:15 2025 -0300

    Updated dependencies for next release (#2958)

    Signed-off-by: George Araújo <[email protected]>

commit da3203452589608efdab85702e58c9a51c7e51ba
Author: Suraj Khamkar <[email protected]>
Date:   Wed Jan 15 21:11:44 2025 -0500

    Fix issue causing no color inversion when rendering equations (#2956)

    ## Problem Description

    When dark mode is enabled, inline math expressions rendered using
    `$...$` in distill-style blog posts are displayed in black text. This
    makes them difficult to read against the dark background. The issue
    occurs because the default styles for MathJax-rendered content do not
    account for dark mode and set the text color to black.

    ## Proposed Solution

    This PR updates the MathJax setup to dynamically apply inline styles to
    ensure the text color of MathJax-rendered content inherits the parent
    container’s color. Specifically:
    - Added a custom action in the _MathJax.options.renderActions_ section
    to inject a CSS rule that sets _.mjx-container_ to inherit its color
    from its parent element.
    - Ensures that inline math expressions render correctly in both light
    and dark modes without explicitly setting a fixed color.

    ## Changes Made
    Modified the _mathjax-setup.js_ file to include:
    - Custom inline styles injected via JavaScript for _.mjx-container_
    elements.
    - Explicit handling of _inlineMath_ delimiters to ensure consistency in
    rendering.

    ## Testing and Validation
    - Tested the fix in both light and dark modes to confirm that inline
    math expressions render in the correct color.
    - Verified that the changes do not introduce regressions in light mode
    or affect block math expressions rendered using `$$...$$`.

    ## Impact
    - Improves readability of inline math expressions in dark mode.
    - Provides a consistent user experience for distill-style blog posts
    across light and dark themes.
    - Resolves #2915

    Co-authored-by: Suraj Khamkar <[email protected]>

commit c2cc2148c06d267c652ea5774979788604277e18
Author: Ricky Yuan <[email protected]>
Date:   Tue Jan 14 22:39:28 2025 +0800

    Fix resume custom reference link bug (#2941)

    Hi,

    I noticed an issue where the CV page fails to link to the correct custom
    PDF when the `{% unless site.data.resume %}` block is executed in
    `cv.liquid`. To resolve this, I updated the code to align its logic with
    the else block to make it consistent.

    ---------

    Co-authored-by: Maruan Al-Shedivat <[email protected]>

commit 70c5ccf93de66b7ee4ca60b87e89b4aa9cb9e814
Author: George <[email protected]>
Date:   Mon Jan 13 11:57:43 2025 -0300

    Fixed prettier complaints

commit 9ca1d52c04de0124ec25bb286a63a5f465686379
Author: George <[email protected]>
Date:   Sun Jan 12 15:43:14 2025 -0300

    Added another option to remove content

commit f233233e19190cfe47dbd0718d032c75ec4053a4
Author: Maruan <[email protected]>
Date:   Thu Jan 9 07:34:44 2025 -0500

    Remove internal copy of jekyll-terser (#2945)

    # Summary

    since https://github.com/RobertoJBeltran/jekyll-terser/pull/1 has been
    merged, I'm removing the internal copy jekyll-terser and switching to
    https://github.com/RobertoJBeltran/jekyll-terser instead. also,
    refactored `Gemfile` a bit.

commit 1da2e64e73815d3a615b4a4224e7cef15be2d2eb
Author: Soumyaranjan Dash <[email protected]>
Date:   Tue Jan 7 10:22:28 2025 -1000

    Updated FAQ.md. (#2937)

    Added documentation for Google Search Console ID creation and usage in
    the template for google-site-verification.

commit c4a9f1729f814233b0b7596c6602d3429314a67a
Author: George <[email protected]>
Date:   Fri Jan 3 18:50:37 2025 -0300

    Howto remove pages (#2933)

    Closes #2930

    ---------

    Signed-off-by: George Araújo <[email protected]>

commit 4f405ba9c40526b5fe36e165a0a42da077d0249e
Author: Manuel <[email protected]>
Date:   Thu Jan 2 20:00:47 2025 +0100

    Fix Line Ending Issues for Shell Scripts in Docker for Windows 10 (#2932)

    Shell scripts like entry_point.sh caused errors in Docker due to CRLF
    line endings on Windows (`exec /tmp/entry_point.sh: no such file or
    directory`).

    Added `.gitattributes` to enforce LF line endings for *.sh files.

    This resolves the issue and ensures consistent behavior across
    platforms.

commit a3396b6c87b2bd05de6bfc70ffca4882233a4bf3
Author: George <[email protected]>
Date:   Mon Dec 30 22:12:54 2024 -0300

    Updated ffi, changed base docker image, added observer and ostruct (#2931)

    Signed-off-by: George Araujo <[email protected]>

commit bd58936fc9f2e64fc466281092838d1e4d350f49
Author: Noman Bashir <[email protected]>
Date:   Mon Dec 30 13:23:38 2024 -0500

    Update README.md - remove my website link (#2926)

    remove my website link

commit 3795438a75029637242b011c2e04d74cb87b6172
Author: George <[email protected]>
Date:   Sun Dec 29 23:08:39 2024 -0300

    Updated dependencies (#2925)

    Signed-off-by: George Araújo <[email protected]>

commit 1c27220f5979ceb6462d221bab39bb1bd5ab380d
Author: George <[email protected]>
Date:   Sun Dec 29 22:52:32 2024 -0300

    Security fixes for download-3rd-party.rb

commit 8d5448601b74dd1175b31224200de0768d1e0856
Author: George <[email protected]>
Date:   Sun Dec 29 22:42:28 2024 -0300

    Security fixes for download-3rd-party

commit e9916adb95fae4cabe45dc1963c99c14875b3e81
Author: George <[email protected]>
Date:   Sun Dec 29 22:24:59 2024 -0300

    Create codeql.yml

commit c91c0ee54b78bd3961347091acd827fd0bddfe11
Author: Simmo Saan <[email protected]>
Date:   Mon Dec 30 02:50:59 2024 +0200

    Revert padding from #2617 for CV tables (#2920)

    PR #2617 added a noticeable amount of right padding to all table cells.
    This might be fine for tables in content (e.g. posts), but creates odd
    spaces in the CV page, which is largely made up of tables.

commit 807629dd2f45044f0f5f2f66a71445387e3e2693
Author: George <[email protected]>
Date:   Sat Dec 28 23:48:25 2024 -0300

    Update docker-compose.yml image version

commit ae7b3c92f81ba2758b9fc1e8aa12cccfa5179803
Author: George <[email protected]>
Date:   Sat Dec 28 23:47:50 2024 -0300

    Update INSTALL.md repo version

commit cecd16d2bd098ebfaab8192c75f792f1a46e0a6a
Author: George <[email protected]>
Date:   Thu Dec 26 16:49:45 2024 -0300

    Added missing newsletter components (#2913)

    Signed-off-by: George Araújo <[email protected]>

commit 0dbab217faf30c8380fa56a22977de62872b0afa
Author: George <[email protected]>
Date:   Mon Dec 23 14:26:12 2024 -0300

    Update CUSTOMIZE.md

commit 6e1226d53ab48c62280bf518578f7b4180a2891c
Author: George <[email protected]>
Date:   Mon Dec 23 14:20:14 2024 -0300

    Update INSTALL.md

commit 05eb46ac3faefc5c56a9c0406148a11a03c59608
Author: George <[email protected]>
Date:   Mon Dec 23 14:00:58 2024 -0300

    Replaced jekyll-minifier that uses uglifier by terser (#2571)

    Hopefully fixes #2548.

    ---------

    Signed-off-by: George Araujo <[email protected]>
    Signed-off-by: George Araújo <[email protected]>

commit ec7d7c34e8f1a7ef4da2ea37454f470b8b37094b
Author: Jiaqi Li <[email protected]>
Date:   Thu Dec 19 15:55:36 2024 -0500

    explicitly install imagemagick to support ubuntu-latest (>=24.04) in Github actions (#2906)

    Install `imagemagick` within `Install and Build 🔧` step of Github
    actions

    Relevant issue:
    [#2902](https://github.com/alshedivat/al-folio/issues/2902) `convert`
    Command Not Found on Ubuntu 24.04

    Reason:
    `ubuntu-latest` in Github actions is pointed to `ubuntu-24.04` now, in
    which `imagemagick` is no longer pre-installed. See
    [this](https://github.com/actions/runner-images/issues/10772).

    Modified files (actions) recommended by @george-gca
    ```
    - .github/workflows/deploy.yml
    - .github/workflows/broken-links-site.yml
    - .github/workflows/axe.yml
    ```

commit cc0cb3c426a66b96cdd01a1b5ba22789612fdaae
Author: George <[email protected]>
Date:   Thu Dec 19 11:52:26 2024 -0300

    Fixed #2903

commit c5101beae4af04207ce99b55acb78f58983d4d2b
Author: George <[email protected]>
Date:   Thu Dec 12 16:23:28 2024 -0300

    Fixed socials in search (#2895)

    Signed-off-by: George Araújo <[email protected]>

commit 3cdb9e49776dc7375a7c98f4b32370f43d240601
Author: George <[email protected]>
Date:   Thu Dec 12 15:28:42 2024 -0300

    Fixed missing updated references to socials (#2894)

    Signed-off-by: George Araújo <[email protected]>

commit 00249b93c931c9bedc71d440c10fe05bbc6c4f8a
Author: Dominik Fuchß <[email protected]>
Date:   Thu Dec 12 19:18:55 2024 +0100

    Update social.liquid: ensure social[1] is used (#2891)

    Fixes #2890

    With the recent updates (v0.13.0) the email badge (social) does not
    contain the email anymore.
    Some link generations in social.liquid used the old schema
    Also updated the handling for mastodon to be aligned to the other social
    badges.

commit 5bc4703a7630607975de1c5a356bf0f2c27348a7
Author: George <[email protected]>
Date:   Thu Dec 12 15:17:49 2024 -0300

    Fix google scholar citations (#2893)

    Signed-off-by: George Araújo <[email protected]>

commit b968de85e0ba2752f748e356648ae20628be9fac
Author: Dominik Fuchß <[email protected]>
Date:   Thu Dec 12 19:17:23 2024 +0100

    Update bib.liquid: google scholar citation count (#2892)

    Fix site.data.socials.scholar_userid access for google scholar citation
    count

    Fixes #2889

commit ae4412ef3c86086ea91e71acdd2cd49f7a36e2ac
Author: George <[email protected]>
Date:   Thu Dec 12 12:57:24 2024 -0300

    Updated dependencies (#2887)

    Signed-off-by: George Araújo <[email protected]>

commit 8d20dc5e0761d909b40747e1faaa75b34e1e933b
Author: George <[email protected]>
Date:   Thu Dec 12 12:46:56 2024 -0300

    Update docker-compose.yml image version

commit a9da28e256ae42324499dfac722c40ccede15e9e
Author: George <[email protected]>
Date:   Thu Dec 12 12:45:04 2024 -0300

    Renamed `repo-img-` to `only-` to allow setting images for only one theme (#2886)

    Closes #930.

    We already had classes for this kind of feature, but it was used
    specifically for repository information. Just renamed the classes so it
    is clear how they can be used.

    To use them with markdown, just do it like this:

    ```markdown
    ![Only light](assets/img/prof_pic_color.png){: .only-light}
    ![Only dark](assets/img/prof_pic.jpg){: .only-dark}
    ```

    and with html:

    ```html
    <img
      class="only-light"
      src="assets/img/prof_pic_color.png"
    >
    <img
      class="only-dark"
      src="assets/img/prof_pic.jpg"
    >
    ```

    Signed-off-by: George Araújo <[email protected]>

commit e452f1a60f93130738a0042a09eec53cbfee0160
Author: George <[email protected]>
Date:   Thu Dec 12 12:44:43 2024 -0300

    Moved socials config to `_data/socials.yml` (#2885)

    Fixes #2882, added support for
    [scholar-icons](https://github.com/louisfacun/scholar-icons) and
    [LeetCode](https://leetcode.com/).

    ---------

    Signed-off-by: George Araújo <[email protected]>

commit 84cf4aff3df47a55f2e51d95c5ebb228ab4f488e
Author: George <[email protected]>
Date:   Wed Dec 11 15:19:38 2024 -0300

    Update Font Awesome and Tabler Icons (#2884)

    Solves #2881.

    ---------

    Signed-off-by: George Araújo <[email protected]>

commit f23e35e043bdfba2eb85e6247cfaaa1465217823
Author: George <[email protected]>
Date:   Tue Dec 10 19:01:01 2024 -0300

    New image components (image galleries) (#2877)

    Added support for multiple image galleries, and created a sample post
    showing how to enable and use them.

    ---------

    Signed-off-by: George Araújo <[email protected]>

commit 8121ad02690c256b997a4b068714d909d1db796d
Author: George <[email protected]>
Date:   Fri Dec 6 12:20:36 2024 -0300

    Fix apostrophe in news title for search (#2879)

    Fix #2876

    Weirdly enough, we already escape the title a few lines above the
    changed one, but had to escape it again here.

    Signed-off-by: George Araújo <[email protected]>

commit 957dc2c35aa08bf894ab6755e5284fb3118351e6
Author: dai <[email protected]>
Date:   Thu Dec 5 04:00:29 2024 +0800

    Add features to distill template (#2840)

    While using the distill template, I noticed it lacked many features
    available in the regular post template, such as typograms, echarts, and
    other interactive elements. To address this, I **included the necessary
    scripts and dependencies for these features in** _distill.liquid_,
    referencing them from misc.liquid. Now, the distill template offers the
    same interactive functionality as the post template.

commit a340b6039d4a32acaa2c438d0fa7e4d76caeb237
Author: Henry Fang <[email protected]>
Date:   Tue Dec 3 16:33:08 2024 -0800

    Update the INSTALL.md file to include steps for deploying al-folio on Netlify. (#2798)

    Update CUSTOMIZE.md to include steps to deploy al-folio on Netlify.

    ---------

    Co-authored-by: Henry <[email protected]>
    Co-authored-by: Henry_Lab <[email protected]>

commit c5d484ec9faa6adb070e3162b5ff41b98163794b
Author: Pranjal Aggarwal <[email protected]>
Date:   Mon Dec 2 20:35:59 2024 -0700

    Support for Resume/CV Links (#2826)

    Solves #2825

commit b37758a55c85c3aacd33e531f906d080853ccec0
Author: Isaac Fernandes <[email protected]>
Date:   Mon Dec 2 16:37:42 2024 -0300

    Add .lycheeignore file with linkedin to stop error on workflow Linkcheck (#2868)

    Add a .lycheeignore file with LinkedIn to stop the error in the workflow
    Link Checker due to response 999, and update to the new version
    lycheeverse/[email protected].

commit 8babc442a5dc21329b19bd4e4c09e2688a0713d9
Author: Juan Carlos Niebles <[email protected]>
Date:   Mon Dec 2 11:37:19 2024 -0800

    Fix to display references in order of citation (#2855)

    "cite_in_order" here contradicts the global group_by year setting in
    _config.yml

commit a09f15fd9971d7400471a8edef4ef0329ecea875
Author: George <[email protected]>
Date:   Mon Dec 2 15:45:38 2024 -0300

    Fix prettier complaints

commit 7c22e4800ab5e17a1401c70ac08bcbc74cb5b55e
Author: George <[email protected]>
Date:   Fri Nov 29 00:09:29 2024 -0300

    Fixed bug in header

commit b0d70d4dd6db8920aaddb0c2d0abcab15b85dc78
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Nov 28 15:52:10 2024 -0300

    Bump rexml from 3.3.8 to 3.3.9 (#2814)

    Bumps [rexml](https://github.com/ruby/rexml) from 3.3.8 to 3.3.9.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/ruby/rexml/releases">rexml's
    releases</a>.</em></p>
    <blockquote>
    <h2>REXML 3.3.9 - 2024-10-24</h2>
    <h3>Improvements</h3>
    <ul>
    <li>Improved performance.
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/210">GH-210</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    </ul>
    <h3>Fixes</h3>
    <ul>
    <li>
    <p>Fixed a parse bug for text only invalid XML.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/215">GH-215</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    <li>
    <p>Fixed a parse bug that <code>&amp;#0x...;</code> is accepted as a
    character
    reference.</p>
    </li>
    </ul>
    <h3>Thanks</h3>
    <ul>
    <li>NAITOH Jun</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/ruby/rexml/blob/master/NEWS.md">rexml's
    changelog</a>.</em></p>
    <blockquote>
    <h2>3.3.9 - 2024-10-24 {#version-3-3-9}</h2>
    <h3>Improvements</h3>
    <ul>
    <li>Improved performance.
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/210">GH-210</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    </ul>
    <h3>Fixes</h3>
    <ul>
    <li>
    <p>Fixed a parse bug for text only invalid XML.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/215">GH-215</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    <li>
    <p>Fixed a parse bug that <code>&amp;#0x...;</code> is accepted as a
    character
    reference.</p>
    </li>
    </ul>
    <h3>Thanks</h3>
    <ul>
    <li>NAITOH Jun</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/ruby/rexml/commit/38eaa86ac7abe0d31cf49d8df57ad239fdeb80e9"><code>38eaa86</code></a>
    Add 3.3.9 entry</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/ce59f2eb1aeb371fe1643414f06618dbe031979f"><code>ce59f2e</code></a>
    parser: fix a bug that &amp;#0x...; is accepted as a character
    reference</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/a09646d395a07399cbf9bc3bc8d6d8bb1d13ecea"><code>a09646d</code></a>
    test: fix indent</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/cf0fb9c9ca3dc0d725c8e4644aa0e728025f42ce"><code>cf0fb9c</code></a>
    Fix <code>IOSource#readline</code> for <code>@pending_buffer</code> (<a
    href="https://redirect.github.com/ruby/rexml/issues/215">#215</a>)</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/1d0c362526f6e25e2abcd13e2fcefcc718c20e78"><code>1d0c362</code></a>
    Optimize <code>IOSource#read_until</code> method (<a
    href="https://redirect.github.com/ruby/rexml/issues/210">#210</a>)</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/622011f25ac1519fd553d6c56da52d7eba14a787"><code>622011f</code></a>
    Bump version</li>
    <li>See full diff in <a
    href="https://github.com/ruby/rexml/compare/v3.3.8...v3.3.9">compare
    view</a></li>
    </ul>
    </details>
    <br />

    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rexml&package-manager=bundler&previous-version=3.3.8&new-version=3.3.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.

    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)

    ---

    <details>
    <summary>Dependabot commands and options</summary>
    <br />

    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/alshedivat/al-folio/network/alerts).

    </details>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 1c1632c8c941f237557da9d67146e3bae478885b
Author: George <[email protected]>
Date:   Thu Nov 28 15:32:13 2024 -0300

    Page permalink can be an outside url (#2863)

    Fixes #2858

    ---------

    Signed-off-by: George Araújo <[email protected]>

commit c170eaf2d0eb081d291691b2c9860e47e5f93d23
Author: Guillaume Dalle <[email protected]>
Date:   Mon Nov 25 18:54:30 2024 +0100

    Bluesky URL prefix should not be appended (#2856)

    This PR modifies

    - `_config.yml` to rename `bluesky_url` into `bluesky_id`
    - `_includes/social.liquid` to handle the renaming in the display of
    social media icons

commit 9674cfc8e54f7cac7a890e4e54bed001cc897192
Author: imsi32 <[email protected]>
Date:   Wed Nov 20 00:03:51 2024 +0200

    [FIX] Blog Page Navigation (#2841) (#2846)

    I tested on my Github page and it worked correctly. Then, copied here.

    Issue: Blog page navigation extends layout of the page in small screens.
    Fixes: #2841

commit b7ee266824c6cfa53cd63d876ab1fe4ce9ddd9a9
Author: Abderrahmane Ait gueni ssaid <[email protected]>
Date:   Sun Nov 10 17:28:30 2024 +0100

    Support for openpanel.dev for analytics (#2822)

commit 587f03a2348eb959dd0f0088b959d433a1a12d2d
Author: Hanyan Yin <[email protected]>
Date:   Mon Nov 11 00:28:15 2024 +0800

    fix: Misfunction of wechat_qr in Social Integration (#2831)

    Solve the bug issue (#2830)

commit 3d8b29c6c7e4dc1a36c6db9b69efbc791feeabe1
Author: Dmitry Ryumin <[email protected]>
Date:   Wed Oct 30 17:17:43 2024 +0300

    Update README.md (#2819)

    Added my academic profile website to the README.md

commit d24418786940d46983de8f34825d864e1ac6fe6d
Author: João Pedro Fonseca <[email protected]>
Date:   Tue Oct 29 13:25:06 2024 +0000

    Added my academic profile website to the README.md (#2815)

commit 47ed26fb4ae3bdad22adcb3e23f31c40b9a90961
Author: Amir Pourmand <[email protected]>
Date:   Fri Oct 25 20:47:41 2024 +0330

    Update docker-compose.yml to use tag

commit 89f7ca7b930ab8572c978d2537a478963e2c9389
Author: Amir Pourmand <[email protected]>
Date:   Thu Oct 24 16:47:42 2024 +0330

    Update docker-compose.yml

commit 75b3f9f196fa24852a4e5a5e7bd194893fff9c68
Author: Amir Pourmand <[email protected]>
Date:   Thu Oct 24 00:04:41 2024 +0330

    Update version (#2800)

commit d1b38ee121bb977ad1fb1af49380bbc38923fbe1
Author: George <[email protected]>
Date:   Wed Oct 23 12:17:07 2024 -0300

    Removed hidden char from figure.liquid (#2804)

    Signed-off-by: George Araújo <[email protected]>

commit eae72d8719069bdf966a138558e5e198412cdda9
Author: George <[email protected]>
Date:   Wed Oct 23 12:04:00 2024 -0300

    Standardized spaces for liquid tags (#2802)

    Signed-off-by: George Araújo <[email protected]>

commit 4184a06a4250a3d8a13327e9a62157a51b42043e
Author: George <[email protected]>
Date:   Wed Oct 23 11:35:04 2024 -0300

    Added commented code about docker permissions, organized Dockerfile (#2801)

    I am currently testing out docker in a remote lab environment where
    docker was configured in a way that it can't run as root, causing some
    permission issues. The solution I could find was to add these changes
    (commented by default) to these files and fill the specifics so it could
    run as it was your user running the code.

    Signed-off-by: George Araújo <[email protected]>

commit 613be397bf2d91a344f79278b32a9063918e05b9
Author: Kartikey Agrawal <[email protected]>
Date:   Wed Oct 23 16:00:08 2024 +0530

    Fix docker compose issue (#2799)

    Fixed the `docker compose` issue, when trying to run the repository,
    locally.

    #2795

    <hr>

    <h3>To test these out: </h3>

    Run:
    `docker compose pull`
    `docker compose build`
    `docker compose up`

    ---------

    Co-authored-by: Amir Pourmand <[email protected]>

commit 6a795aff790d6a812f0e3c6b85036e32b645f713
Author: Amir Pourmand <[email protected]>
Date:   Wed Oct 23 13:50:41 2024 +0330

    Add Image Version to Docker-Compose to pull the relevant image (#2740)

    This is to address
    - #2733

    Since a lot of times, the only problem is that docker image is not
    consistent with the build. We have to somehow incorporate image version
    into repository.

    I don't insist to provide it this way. Maybe there are other automatic
    ways which are better.

    We can also calculate the relevant tag from git.

commit b3f1968422d5689b79f921a417a2f4b4da6b4acf
Author: Dominik Fuchß <[email protected]>
Date:   Tue Oct 22 15:42:20 2024 +0200

    Fix .webp SrcSet Creation Filter (#2761)

    ### Pull Request: Fix .webp SrcSet Creation Filter

    #### Description

    This PR addresses an issue with the filter for creating `.webp` srcsets
    introduced in PR #2698. The original filter incorrectly searched for
    extensions with a leading period (e.g., ".jpg" and ".png"). As a result,
    no matches were found, preventing the srcset from being added to any
    figures. This occurred because the split operation removes the period
    from the file extensions.

    #### Changes Made

    - Updated the filter to search for file extensions without the leading
    period (e.g., "jpg" and "png").
    - Ensured that the resource sets are now correctly created for the
    respective file extensions, allowing the `.webp` srcset to function as
    intended.

    #### Impact

    With this change, responsive images will now correctly generate their
    srcsets for the appropriate file types, improving image loading
    performance and supporting better responsiveness.

    #### Fixes

    - Fixes #2777

    Please review the changes and let me know if there are any further
    adjustments needed. Thank you!

commit de2b3b87ae7c70d00326db2beb6982fe559a1f6a
Author: George <[email protected]>
Date:   Mon Oct 21 21:54:16 2024 -0300

    Renamed all references to master branch to main (#2793)

    Finishes #2086

    Signed-off-by: George Araújo <[email protected]>

commit a88c9f11e7a434e837aedadd3f81911519989558
Author: George <[email protected]>
Date:   Mon Oct 21 21:38:45 2024 -0300

    Removed mini_racer dependency, updated dependencies and tabler-icons (#2791)

    Since `mini_racer` is causing issue in #2432 and #2788 (both related to
    Netlify) and [currently it doesn't seem we have a reason for having
    it](https://github.com/search?q=repo%3Aalshedivat%2Fal-folio%20mini_racer&type=code)
    as a dependency, I am removing it to see if it fixes the issues.

    ---------

    Signed-off-by: George Araújo <[email protected]>

commit 6053d3f768a37eab0fcc2d9110d72a12d45c4494
Author: George <[email protected]>
Date:   Mon Oct 21 21:38:26 2024 -0300

    Added setup-python step to build (#2792)

    Signed-off-by: George Araújo <[email protected]>

commit 533f2c4fadefe492ad5c9160536c5d116f1849f3
Author: Victoria Mooers <[email protected]>
Date:   Mon Oct 21 15:56:39 2024 -0400

    Add my website to the "Academics" list (#2790)

    Adding a star to link to my website, as a user of the al-folio theme.

commit 0af4aecf50426fc1e35696ca4c47940737175b26
Author: George <[email protected]>
Date:   Wed Oct 16 11:52:16 2024 -0300

    Removed sync from template from INSTALL.md (#2781)

    Signed-off-by: George Araújo <[email protected]>

commit 977a47cb1824bb86d937d30d9f65b6b7c8c800bc
Author: Simmo Saan <[email protected]>
Date:   Wed Oct 16 17:06:04 2024 +0300

    Add DOI field button to bibliography (#2729)

commit 332a6dfcbba1c583e9b951d361ad4f27f84514cd
Author: suhyeon <[email protected]>
Date:   Wed Oct 16 11:00:06 2024 +0900

    Update README.md (#2768)

    Added an academic case (my website)

    Co-authored-by: George <[email protected]>

commit 7639ee82a8f54b9006d289228ae40b8e23808e6a
Author: Yulian Manchev <[email protected]>
Date:   Wed Oct 16 02:54:49 2024 +0100

    update dockerfile to render jupyter notebook equations (#2758)

    Hello,

    This pr should address the issue where the equations in jupter notebooks
    were not being rendered correctly in issue
    https://github.com/alshedivat/al-folio/issues/2757 .

commit 587b27e414f385ab961b3f2365fc00ee341a6539
Author: Martijn de Vos <[email protected]>
Date:   Wed Oct 16 03:47:53 2024 +0200

    Update README.md (#2771)

    Added my website

    Co-authored-by: George <[email protected]>

commit 13572dfbc6f0bb21a517ad25ca6a31fabfc632a1
Author: Mikolaj Kocikowski, PhD <[email protected]>
Date:   Wed Oct 16 03:27:58 2024 +0200

    Adding a star-link for an academic website. (#2780)

    I have added my website.

commit 421bdf860bb24a052480b99109384361ea7dc73b
Author: CheariX <[email protected]>
Date:   Sun Oct 6 00:42:37 2024 +0200

    fix: do not included downloaded assets in jekyll-minifier (#2749)

    If `download: true`, the site deployment fails.
    This caused e.g. issue #2548.

    I believe the issue appears because the 3rd party downloaded libs rely
    on ES6 Syntax, which jekyll-minifier cannot work on correctly.
    Also, I think we do not need to minify 3rd party downloaded libs at all.

    While this PR does **not** fix the issue above, it at least ensures that
    the site can be deployed with `download: true`. We still need better ES6
    support as suggested in #2571.

commit b74b292cac3ced3f3df51f164719970df8edffc7
Author: George <[email protected]>
Date:   Wed Oct 2 10:07:50 2024 -0300

    Update bug report with running with docker options

commit c0d53e631630b19328f30f9e0da900ff1161eb27
Author: Amir Pourmand <[email protected]>
Date:   Wed Oct 2 10:21:52 2024 +0330

    Change Run to use bundle exec instead of normal exec jekyll

commit caddec2fcdbdfabb2cce6d1441297639bd1e5df4
Author: Leo <[email protected]>
Date:   Tue Oct 1 21:54:31 2024 +0800

    feature: figure support url. (#2586)

    This PR allows the `figure` to accept url as the src of the`<img>`.
    currently, it only supports the relative path.

    ```
    // raw img
    <img src="{{ image.url }}" alt="{{ image.description }}">

    // assign url to figure
    {% assign image_url = image.url %}
    {% include figure.liquid url=image_url class="img-fluid rounded z-depth-1" zoomable=true %}
    ```

    ---------

    Signed-off-by: ifuryst <[email protected]>
    Co-authored-by: George <[email protected]>

commit c20074c8cab8df2050350e2367482fdd5328a08e
Author: Amir Pourmand <[email protected]>
Date:   Sat Sep 28 09:15:21 2024 +0330

    Fix `entry_point.sh` docker backward compatibility problem (#2728)

commit 6265269bd41e194a0ff74e677d730b4ab23e9fd2
Author: Amir Pourmand <[email protected]>
Date:   Thu Sep 26 08:40:15 2024 +0330

    Update entry_point.sh (#2707)

commit bdf4ce32e53bc9b4be1d1e10b796bd179cd87474
Author: George <[email protected]>
Date:   Tue Sep 24 15:57:59 2024 -0300

    Updated dependencies (#2715)

    Signed-off-by: George Araújo <[email protected]>

commit fdaed74d6e6e320b6e94a98ac53bb3b14bfb1247
Author: George <[email protected]>
Date:   Fri Sep 20 19:04:17 2024 -0300

    Fixed bug when search result is inside description of external post (#2710)

    Fixed a very specific bug that was happening when, for example,
    searching for the word `round`, which caused this:

    ![image](https://github.com/user-attachments/assets/d6009462-ae03-4bc2-9ee3-60cb16dce20c)

    After a lot of debugging I found out that the search result was in the
    svg icon definition. Finally got to fix this.

    ![image](https://github.com/user-attachments/assets/cc179ea1-e9b8-4695-b98a-adf1472ecca5)

    Signed-off-by: George Araújo <[email protected]>

commit daa402f7344a0dec0f40416ac0ab8f2997f06a6e
Author: Giuseppe Perelli <[email protected]>
Date:   Thu Sep 19 18:39:16 2024 +0200

    Update README.md (#2708)

    Adding a star to the academics using this template

commit d33213e033eefff0a6c45d0deea89e71bd2b1bca
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Sep 19 13:33:35 2024 -0300

    Bump google-protobuf from 4.27.3 to 4.27.5 (#2709)

    Bumps [google-protobuf](https://github.com/protocolbuffers/protobuf)
    from 4.27.3 to 4.27.5.
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a
    href="https://github.com/protocolbuffers/protobuf/commits">compare
    view</a></li>
    </ul>
    </details>
    <br />

    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google-protobuf&package-manager=bundler&previous-version=4.27.3&new-version=4.27.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.

    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)

    ---

    <details>
    <summary>Dependabot commands and options</summary>
    <br />

    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/alshedivat/al-folio/network/alerts).

    </details>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 046545983f0864b62e883105955717cbf298561c
Author: M. Umar Shahbaz <[email protected]>
Date:   Sat Sep 14 02:44:42 2024 +0500

    Fixed .webp src creation for svg and other files (#2698)

    Added a default srcset in case extension is other than the following:
    - .jpg
    - .jpeg
    - .png
    - .tiff
    - .gif

    fixed #2660

commit 8e9cf03ee980645c879d759528d17e8d570983fb
Author: Yao Xiao <[email protected]>
Date:   Fri Sep 13 11:12:54 2024 -0400

    Support `_styles` in page layout as in post and distill (#2694)

    As desribed in the title.

commit 92dbc393e7704e104814f22ce8d9abf95d2dd790
Author: Yao Xiao <[email protected]>
Date:   Fri Sep 13 10:59:19 2024 -0400

    Added my portfolio website to README (#2695)

    Thanks for the amazing theme! ❤️ I've been using al-folio for several
    years, during which I have considered migrating to more modern
    technologies like MDX or similar but really found no theme that look
    better than this.

commit b30b3f4ec0c3223366c06183b49bdb8f0a95664c
Author: George <[email protected]>
Date:   Tue Sep 10 12:18:58 2024 -0300

    Increased number of columns to 24 for contributors image

commit 66607c1fc8ca782b9618369c6f8041bef9759a5b
Author: M. Umar Shahbaz <[email protected]>
Date:   Tue Sep 10 20:16:40 2024 +0500

    Fixed "All contributors not showing on README.md" (#2688)

    # In README.md
    ## All Contributors Section

    **Out of the 216 contributors, the page only shows around 100**
    By adding an additional parameter ```max``` It now shows all of them.

commit f0eb58757317ad61eab6896501cbec758b27f0b3
Author: Gürkan Soykan <[email protected]>
Date:   Tue Sep 10 16:57:54 2024 +0200

    Fix conditional rendering of tag and category section (#2678)

    ### Overview
    This PR fixes an issue where unnecessary horizontal lines were displayed
    when there were no tags or categories present. The tag and category
    container is now conditionally rendered, ensuring it only appears when
    there are tags or categories to display.

    no tags meaning, in _config.yml
    ```
    display_tags: []
    display_categories: []
    ```

    ### Before and After
    The difference is illustrated in the images below:
    - **First Image (Fixed)**: Shows the correct behavior with no extra
    lines when tags or categories are absent.
    - **Second Image (Current)**: Demonstrates the issue with unwanted
    horizontal lines appearing when no tags or categories are present.

    ![image](https://github.com/user-attachments/assets/08becad5-9a34-4b6c-8a69-25206d9097da)

    ![image](https://github.com/user-attachments/assets/e36390cc-3104-4aa2-a047-a7fa8289e664)

    ### Impact
    This change improves the visual consistency and cleanliness of the theme
    by preventing unnecessary elements from being rendered, particularly in
    cases where there are no tags or categories defined.

commit 7203eb161c4ed16cac0b4001a05124e28e9bcdd4
Author: George <[email protected]>
Date:   Mon Sep 9 15:03:17 2024 -0300

    Update CUSTOMIZE.md scheduled info

commit 66320740986481847d595c9c7f49d407549faf04
Author: George <[email protected]>
Date:   Mon Sep 9 14:58:05 2024 -0300

    Update schedule-posts.txt

commit 444376997e48309e378b23bf3b2af831b922717a
Author: Ahmed Nurye <[email protected]>
Date:   Mon Sep 9 19:44:22 2024 +0200

    Add my webpage to community list (#2684)

    Hi, thanks for the great theme! Added my personal academic webpage to
    the community list.

    Co-authored-by: George <[email protected]>

commit d50cdf6b8aad1707c45d78b5fa7f59545b8b4ff8
Author: M. Umar Shahbaz <[email protected]>
Date:   Mon Sep 9 22:36:44 2024 +0500

    Schedule Posts Workflow (#2672)

    Updated ```CUSTOMIZE.md``` to include information regarding the
    ```scheduler.yml``` action

commit 97f78e5fb883a4bedd0c1e175ce69daadd4a876f
Author: Mikolaj Kocikowski, PhD <[email protected]>
Date:   Thu Sep 5 23:21:25 2024 +0200

    Update about.md (#2679)

    I was confused until I realized what the author likely meant. Fixing the
    typo. Thanks for the amazing theme!

commit cd3f4d6be533bc993f156b8ad5e4e04140ba9f22
Author: George <[email protected]>
Date:   Wed Aug 28 15:22:20 2024 -0300

    Fixed bug when external posts title is composed of non-ascii chars

    Fixed a bug in external-posts.rb when post title is composed of non-ascii chars

commit 6c6932f1b19f694dbb53c1f8a82d5a791083c01f
Author: George <[email protected]>
Date:   Wed Aug 28 10:54:06 2024 -0300

    Removed inexistent input from lighthouse-badger.yml

commit de4e89d11b44ca2b1660aeeafde5e88b6415542f
Author: Trần Đặng Trung Đức <[email protected]>
Date:   Tue Aug 27 03:28:31 2024 +0900

    Update README.md (#2661)

    Added trandangtrungduc.github.io to Academic

commit fbad5083aea932b4444fbc92a037fa85ab0094f5
Author: M. Umar Shahbaz <[email protected]>
Date:   Fri Aug 23 21:12:34 2024 +0500

    Added gh-pages Formatter (#2649)

    # Added prettier-hmtl.yml
    ## GitHub Workflow

    ## Purpose
    The GitHub Workflow formats the html files on gh-pages. The html files
    generated are always on a single line. This makes scaling programs a lot
    more difficult. By formatting the HTML files, al-folio can now be used
    to generate code which can then be modified to allow for using back-end.

    ## Errors found
    I want to let you know that when I was using prettier for this, it kept
    crashing and after some debugging I found out that al-folio was
    generating an invalid tag ```</source>```. ```<source>``` is a
    self-closing tag and doesn't have a separate closing tag.
    Error: ```<source src="URL" type="type"></source>```
    Correct: ```<source src="URL" type="type">```

    ## Workflow Description
    1. The workflow starts by checking out the gh-pages branch.
    2. Then it finds all ```</source>``` tags in all html files and deletes
    them.
    3. It Installs NodeJS and then Prettier. To make sure the code was
    executed properly, the workflow checks if prettier is present.
    4. Then the workflow runs prettier on all html files present in gh-pages
    5. It ends by committing the changes and pushing them to the gh-pages
    directory

    # Example:
    > Before
    >
    ![image](https://github.com/user-attachments/assets/8f0f993a-1b18-4edf-9d62-2fe503af272a)

    > After
    >
    ![image](https://github.com/user-attachments/assets/0714a6c8-0b37-4aee-a4f0-4ce0a7a663a1)

commit debb1822ad3db7080c885a010971bcbf4af2b5b5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Aug 23 11:08:41 2024 -0300

    Bump rexml from 3.3.4 to 3.3.6 (#2654)

    Bumps [rexml](https://github.com/ruby/rexml) from 3.3.4 to 3.3.6.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/ruby/rexml/releases">rexml's
    releases</a>.</em></p>
    <blockquote>
    <h2>REXML 3.3.6 - 2024-08-22</h2>
    <h3>Improvements</h3>
    <ul>
    <li>
    <p>Removed duplicated entity expansions for performance.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/194">GH-194</a></li>
    <li>Patch by Viktor Ivarsson.</li>
    </ul>
    </li>
    <li>
    <p>Improved namespace conflicted attribute check performance. It was
    too slow for deep elements.</p>
    <ul>
    <li>Reported by l33thaxor.</li>
    </ul>
    </li>
    </ul>
    <h3>Fixes</h3>
    <ul>
    <li>
    <p>Fixed a bug that default entity expansions are counted for
    security check. Default entity expansions should not be counted
    because they don't have a security risk.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/198">GH-198</a></li>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/199">GH-199</a></li>
    <li>Patch Viktor Ivarsson</li>
    </ul>
    </li>
    <li>
    <p>Fixed a parser bug that parameter entity references in internal
    subsets are expanded. It's not allowed in the XML specification.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/191">GH-191</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    <li>
    <p>Fixed a stream parser bug that user-defined entity references in
    text aren't expanded.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/200">GH-200</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    </ul>
    <h3>Thanks</h3>
    <ul>
    <li>
    <p>Viktor Ivarsson</p>
    </li>
    <li>
    <p>NAITOH Jun</p>
    </li>
    <li>
    <p>l33thaxor</p>
    </li>
    </ul>
    <h2>REXML 3.3.5 - 2024-08-12</h2>
    <h3>Fixes</h3>
    <ul>
    <li>Fixed a bug that
    <code>REXML::Security.entity_expansion_text_limit</code>
    check has wrong text size calculation in SAX and pull parsers.
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/193">GH-193</a></li>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/195">GH-195</a></li>
    <li>Reported by Viktor Ivarsson.</li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/ruby/rexml/blob/master/NEWS.md">rexml's
    changelog</a>.</em></p>
    <blockquote>
    <h2>3.3.6 - 2024-08-22 {#version-3-3-6}</h2>
    <h3>Improvements</h3>
    <ul>
    <li>
    <p>Removed duplicated entity expansions for performance.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/194">GH-194</a></li>
    <li>Patch by Viktor Ivarsson.</li>
    </ul>
    </li>
    <li>
    <p>Improved namespace conflicted attribute check performance. It was
    too slow for deep elements.</p>
    <ul>
    <li>Reported by l33thaxor.</li>
    </ul>
    </li>
    </ul>
    <h3>Fixes</h3>
    <ul>
    <li>
    <p>Fixed a bug that default entity expansions are counted for
    security check. Default entity expansions should not be counted
    because they don't have a security risk.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/198">GH-198</a></li>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/199">GH-199</a></li>
    <li>Patch Viktor Ivarsson</li>
    </ul>
    </li>
    <li>
    <p>Fixed a parser bug that parameter entity references in internal
    subsets are expanded. It's not allowed in the XML specification.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/191">GH-191</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    <li>
    <p>Fixed a stream parser bug that user-defined entity references in
    text aren't expanded.</p>
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/200">GH-200</a></li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    </ul>
    <h3>Thanks</h3>
    <ul>
    <li>
    <p>Viktor Ivarsson</p>
    </li>
    <li>
    <p>NAITOH Jun</p>
    </li>
    <li>
    <p>l33thaxor</p>
    </li>
    </ul>
    <h2>3.3.5 - 2024-08-12 {#version-3-3-5}</h2>
    <h3>Fixes</h3>
    <ul>
    <li>Fixed a bug that
    <code>REXML::Security.entity_expansion_text_limit</code>
    check has wrong text size calculation in SAX and pull parsers.
    <ul>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/193">GH-193</a></li>
    <li><a
    href="https://redirect.github.com/ruby/rexml/issues/195">GH-195</a></li>
    <li>Reported by Viktor Ivarsson.</li>
    <li>Patch by NAITOH Jun.</li>
    </ul>
    </li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/ruby/rexml/commit/95871f399eda642a022b03550479b7994895c742"><code>95871f3</code></a>
    Add 3.3.6 entry</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/7cb5eaeb221c322b9912f724183294d8ce96bae3"><code>7cb5eae</code></a>
    parser tree: improve namespace conflicted attribute check
    performance</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/6109e0183cecf4f8b587d76209716cb1bbcd6bd5"><code>6109e01</code></a>
    Fix a bug that Stream parser doesn't expand the user-defined entity
    reference...</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/cb158582f18cebb3bf7b3f21f230e2fb17d435aa"><code>cb15858</code></a>
    parser: keep the current namespaces instead of stack of Set</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/2b47b161db19c38c5e45e36c2008c045543e976e"><code>2b47b16</code></a>
    parser: move duplicated end tag check to BaseParser</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/35e1681a179c28d5b6ec97d4ab1c110e5ac00303"><code>35e1681</code></a>
    test tree-parser: move common method to base class</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/6e00a14daf2f901df535eafe96cc94d43a957ffe"><code>6e00a14</code></a>
    test: fix indent</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/df3a0cc83013f3cde7b7c2044e3ce00bcad321cb"><code>df3a0cc</code></a>
    test: fix indent</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/fdbffe744b38811be8b1cf6a9eec3eea4d71c412"><code>fdbffe7</code></a>
    Use loop instead of recursive call for Element#namespace</li>
    <li><a
    href="https://github.com/ruby/rexml/commit/6422fa34494fd4145d7bc68fbbe9525d42becf62"><code>6422fa3</code></a>
    Use loop instead of recursive call for Element#root</li>
    <li>Additional commits viewable in <a
    href="https://github.com/ruby/rexml/compare/v3.3.4...v3.3.6">compare
    view</a></li>
    </ul>
    </details>
    <br />

    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rexml&package-manager=bundler&previous-version=3.3.4&new-version=3.3.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.

    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)

    ---

    <details>
    <summary>Dependabot commands and options</summary>
    <br />

    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/alshedivat/al-folio/network/alerts).

    </details>

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit ebf2fc9cca8db661d1d331e45d2c9b29ff425520
Author: George <[email protected]>
Date:   Thu Aug 22 14:26:04 2024 -0300

    Update INSTALL.md link to video tutorial

commit cd59ca39663b169ef215ac4beb8cb309abff1b87
Author: George <[email protected]>
Date:   Thu Aug 22 13:49:05 2024 -0300

    Added video tutorial to install instructions (#2653)

    Signed-off-by: George Araújo <[email protected]>

commit c45c7675bd4fb4068cbba8a1c96f7b08392b8947
Author: George <[email protected]>
Date:   Wed Aug 21 23:59:18 2024 -0300

    Update INSTALL.md with running time of actions

commit c753284f21fc99ad509b0c898616c7e703c29488
Author: George <[email protected]>
Date:   Wed Aug 21 23:55:36 2024 -0300

    Update INSTALL.md

commit c5c162cfa1376d48b889fab009f9c2887070a403
Author: George <[email protected]>
Date:   Wed Aug 21 23:54:45 2024 -0300

    Update INSTALL.md recommended approach

commit 9b6decceb18a209292a67c7fc90bb1780e79532f
Author: Corentin Sautier <[email protected]>
Date:   Tue Aug 20 16:50:00 2024 +0200

    Fix no github_users titling in repositories.md (#2647)

    Inverted order of title and {% if site.data.repositories.github_users
    %}, so that if there is no github_users, the "GitHub users" title does
    not appear.

commit 03f429f90189038d47111dad3ed7a52be99c894d
Author: Corentin Sautier <[email protected]>
Date:   Tue Aug 20 16:44:25 2024 +0200

    Update _config.yml to add a filtered bibtex keyword (#2648)

    Added the google_scholar_id to filtered keywords

commit 853adefc9a4dd380fbeb52050aa7ee61741591f0
Author: hdocmsu <[email protected]>
Date:   Mon Aug 19 07:32:51 2024 -0700

    Adding own github-page to README.md (#2645)

    Co-authored-by: George <[email protected]>

commit 1e66e8c30deed3fb053ee083e49e27e0cfbfb4aa
Author: Ming SUN <[email protected]>
Date:   Mon Aug 19 17:30:29 2024 +0300

    Update README.md (#2644)

    add Ming's website page

    Co-authored-by: George <[email protected]>

commit dfc7453ea08fd51f4598685b16130a13e69fe05e
Author: Riasat Sheikh <[email protected]>
Date:   Mon Aug 19 12:03:01 2024 +0900

    [Feature] InspireHEP social and citation count badge (#2638)

    [INSPIRE](http://inspirehep.net/) is a trusted community hub that
    facilitates the sharing and discovery of accurate scholarly information
    in high energy physics. By integrating the social and citation count
    badge, al-folio users within this community will gain significant
    benefits.

    In continuation of #2634, I am creating this pull request.

    ## Details

    ### Social Icon
    - Add your INSPIRE author ID in the `config.yml` under `inspirehep_id`.

    ### Citation Count
    - Enable this feature by setting `inspirehep` to `true` under
    `enable_publication_badges` in your `config.yml` file.
    - In your bibliography file (e.g., `papers.bib`), add `inspirehep_id =
    {the literature's recid}` under the citation of a literature source.

commit 3ff7579a7419fc546816535361a8b90c7c49553d
Author: Beryl Sui <[email protected]>
Date:   Thu Aug 8 06:33:12 2024 -0700

    added personal website for Beryl Sui (#2628)

    Thank you for this amazing template :)

commit 04ab383c4bb4d7e653081b2f84d9e8a7ce11c097
Author: George <[email protected]>
Date:   Wed Aug 7 13:46:07 2024 -0300

    Fixed prettier complaints on FAQ.md

commit 5c5c81cda8d947d69b7ad2ec18836c006ae30367
Author: Rachel <[email protected]>
Date:   Wed Aug 7 11:43:48 2024 -0400

    [Bug-fix] Make custom blockquote font coloring consistent (#2622)

    Currently, the tip, warning, and danger custom blockquote's font color
    is not customized when the text is styled as bold, italics, or a list
    item. As a result, the text is slightly less attractive in light mode
    and almost illegible in dark mode.

    ## Screenshot: Current

    <img width="400" alt="current-darkmode"
    src="https://github.com/user-attachments/assets/1cdd5861-76a2-45bd-a948-99cf35f9c87e">

    ## Screenshot: Proposed

    <img width="400" alt="proposed-darkmode"
    src="https://github.com/user-attachments/assets/03fbd4d3-e3f5-498a-bef6-153e1ad55289">

commit 610f42bf619e2c4f43a4e19c4201e0583c4505cc
Author: George <[email protected]>
Date:   Wed Aug 7 12:40:32 2024 -0300

    Update Prettier information on FAQ.md

commit 3be24f6b047eb6b49540a0cc1199d7e421192d9f
Author: Alon Kellner <[email protected]>
Date:   Wed Aug 7 18:20:30 2024 +0300

    Alon Kellner portfolio link (#2627)

    I used al-folio's fork
    [multi-language-al-folio](https://github.com/george-gca/multi-language-al-folio)
    to create my portfolio, I love it :)

commit 1d4ce5a313d1c41e73c843587692eabebad96e00
Author: Rachel <[email protected]>
Date:   Sun Aug 4 14:32:46 2024 -0400

    [bug-fix] Add padding to default markdown table cells (#2617)

    Default, meaning `pretty_table: false`

    ## Sample code

    ```md
    |   First Column   |  Second Column  |  Third Column  |
    |------------------|-----------------|----------------|
    | Sed in.          | Sed non.        | Morbi egestas. |
    | Donec facilisis. | Suspendisse eu. | Nulla porta.   |
    | Praesent a.      | Interdum et.    | Sed nec.       |
    ```

    ### Current result

    <img width="369" alt="current-default"
    src="https://github.com/user-attachments/assets/7dc74cfd-ed60-46eb-a1c1-bf3df74bac59">

    ### Proposed result

    <img width="378" alt="updated-default"
    src="https://github.com/user-attachments/assets/2bf83fb5-f7b1-4d4b-88aa-e55d3420aeaf">

commit e46a7941b216c68493158fe412467c1a11fb8b54
Author: George <[email protected]>
Date:   Fri Aug 2 10:44:22 2024 -0300

    Updated dependencies (#2613)

    Fix https://github.com/alshedivat/al-folio/security/dependabot/4

    Signed-off-by: George Araújo <[email protected]>

commit e14f5723f2ca14ee15f8e1f65f07477f5d4485af
Author: George <[email protected]>
Date:   Thu Jul 25 14:01:57 2024 -0300

    Added customizing css to CUSTOMIZE.md (#2602)

    Signed-off-by: George Araújo <[email protected]>

commit e7da32f0e45d70211c21d469f5b43373b2ec9ebb
Author: Salman Faroz <[email protected]>
Date:   Thu Jul 25 20:37:22 2024 +0530

    Lighthouse Badger token as secret (#2589)

    In the
    [FAQ](https://github.com/alshedivat/al-folio/blob/master/FAQ.md#my-webpage-works-locally-but-after-deploying-it-is-not-displayed-correctly-css-and-js-are-not-loaded-properly-how-do-i-fix-that),
    it is mentioned to "add it as a secret". However, the Lighthouse Badger
    documentation specifies using an environment variable. I've updated this
    to use secrets instead, as it is more secure and appropriate for using a
    Personal Access Token (PAT).

    #### Personal Access Token (fine-grained) Permissions:
    - **contents**: access: read and write
    - **metadata**: access: read-only

    #### Personal Access Token (classic) Permissions:
    - **repo**

    [refer](https://github.com/MyActionWay/lighthouse-badger-workflows#lighthouse-badger-easyyml:~:text=and%20permissions%20required-,PAT%20(fine%2Dgrained)%3A%20repository%20permissions,-contents%20%3D%3E%20access%3A%20read)

    For more information, refer to the [GitHub documentation on using
    secrets in GitHub
    Actions](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions).

commit b5247d9ecaa36c9cc90b92c7066c1a4cf0d26935
Author: Simmo Saan <[email protected]>
Date:   Thu Jul 25 18:05:03 2024 +0300

    Remove github-metadata post (#2599)

    The jekyll-github-metadata plugin was removed in PR #668, so this no
    longer works. Clearly broken here:
    https://alshedivat.github.io/al-folio/blog/2020/github-metadata/.

commit 2db33ea99f04f8769207d85ad24b56160496f7ba
Author: tonideleo <[email protected]>
Date:   Mon Jul 22 07:55:07 2024 -0700

    Add user link to user community (#2592)

commit fc15dd6cc8156f3cff35148c2db81f771e11206a
Author: George <[email protected]>
Date:   Sun Jul 21 20:48:32 2024 -0300

    Fixed prettier complaints on FAQ

commit 2ebbb801e3abf9d484ed74f417c5d84f5bced6ab
Author: George <[email protected]>
Date:   Sun Jul 21 17:13:10 2024 -0300

    Expliciting how to handle wrong theme for site in FAQ.md

commit 71006683cd18b37ccb18b22944e708bd87d54eac
Author: George <[email protected]>
Date:   Sun Jul 21 17:03:58 2024 -0300

    Added example of site with css and js not loaded

commit c3ac17294cf85b77742590963dbfc5a794f0098e
Author: George <[email protected]>
Date:   Sun Jul 21 16:19:33 2024 -0300

    Improved FAQ readability

commit 015a47787ed2f48c5be20112bce6ab6d32e96dc0
Author: Tadashi <[email protected]>
Date:   Wed Jul 17 18:13:47 2024 -0300

    Fix typo in entry associated to award button (#2583)

commit 75ab2823bb1c2063e8a0842b7ff20d6beaa618e7
Author: George <[email protected]>
Date:   Wed Jul 17 00:03:11 2024 -0300

    Updated dependencies (#2582)

    Signed-off-by: George Araujo <[email protected]>

commit d9ea1b3dd3aaff7b575a576a89670e1ba82921e2
Author: George <[email protected]>
Date:   Tue Jul 16 23:48:20 2024 -0300

    Updated to font awesome 6.6.0 (#2581)

    Updated to [FontAwesome
    6.6.0](https://github.com/FortAwesome/Font-Awesome/releases/tag/6.6.0)

    ---------

    Signed-off-by: George Araujo <[email protected]>

commit aef552f043a503e70cd190e15884609f8b045298
Author: Furkan Akkurt <[email protected]>
Date:   Wed Jul 17 04:52:06 20…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants