{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":60024365,"defaultBranch":"master","name":"al-folio","ownerLogin":"alshedivat","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-05-30T16:32:46.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/2126561?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1724422128.0","currentOid":""},"activityList":{"items":[{"before":"f07ad62fca686b5f6ca14a6ccbb4d83e7d123bff","after":"4410cd70e3fdbe7c615c85a744d56776e839ba79","ref":"refs/heads/gh-pages","pushedAt":"2024-09-05T21:25:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ alshedivat/al-folio@97f78e5fb883a4bedd0c1e175ce69daadd4a876f πŸš€","shortMessageHtmlLink":"Deploying to gh-pages from @ 97f78e5 πŸš€"}},{"before":"cd3f4d6be533bc993f156b8ad5e4e04140ba9f22","after":"97f78e5fb883a4bedd0c1e175ce69daadd4a876f","ref":"refs/heads/master","pushedAt":"2024-09-05T21:21:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"george-gca","name":"George","path":"/george-gca","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31376482?s=80&v=4"},"commit":{"message":"Update about.md (#2679)\n\nI was confused until I realized what the author likely meant. Fixing the\r\ntypo. Thanks for the amazing theme!","shortMessageHtmlLink":"Update about.md (#2679)"}},{"before":"6c6932f1b19f694dbb53c1f8a82d5a791083c01f","after":"cd3f4d6be533bc993f156b8ad5e4e04140ba9f22","ref":"refs/heads/master","pushedAt":"2024-08-28T18:22:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"george-gca","name":"George","path":"/george-gca","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31376482?s=80&v=4"},"commit":{"message":"Fixed bug when external posts title is composed of non-ascii chars\n\nFixed a bug in external-posts.rb when post title is composed of non-ascii chars","shortMessageHtmlLink":"Fixed bug when external posts title is composed of non-ascii chars"}},{"before":"de4e89d11b44ca2b1660aeeafde5e88b6415542f","after":"6c6932f1b19f694dbb53c1f8a82d5a791083c01f","ref":"refs/heads/master","pushedAt":"2024-08-28T13:54:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"george-gca","name":"George","path":"/george-gca","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31376482?s=80&v=4"},"commit":{"message":"Removed inexistent input from lighthouse-badger.yml","shortMessageHtmlLink":"Removed inexistent input from lighthouse-badger.yml"}},{"before":"fbad5083aea932b4444fbc92a037fa85ab0094f5","after":"de4e89d11b44ca2b1660aeeafde5e88b6415542f","ref":"refs/heads/master","pushedAt":"2024-08-26T18:28:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"george-gca","name":"George","path":"/george-gca","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31376482?s=80&v=4"},"commit":{"message":"Update README.md (#2661)\n\nAdded trandangtrungduc.github.io to Academic","shortMessageHtmlLink":"Update README.md (#2661)"}},{"before":"837cd75015604ee06dfe8180942004bf2cb1fdd9","after":"f07ad62fca686b5f6ca14a6ccbb4d83e7d123bff","ref":"refs/heads/gh-pages","pushedAt":"2024-08-23T16:16:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ alshedivat/al-folio@fbad5083aea932b4444fbc92a037fa85ab0094f5 πŸš€","shortMessageHtmlLink":"Deploying to gh-pages from @ fbad508 πŸš€"}},{"before":"debb1822ad3db7080c885a010971bcbf4af2b5b5","after":"fbad5083aea932b4444fbc92a037fa85ab0094f5","ref":"refs/heads/master","pushedAt":"2024-08-23T16:12:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"george-gca","name":"George","path":"/george-gca","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31376482?s=80&v=4"},"commit":{"message":"Added gh-pages Formatter (#2649)\n\n# Added prettier-hmtl.yml\r\n## GitHub Workflow\r\n\r\n## Purpose\r\nThe GitHub Workflow formats the html files on gh-pages. The html files\r\ngenerated are always on a single line. This makes scaling programs a lot\r\nmore difficult. By formatting the HTML files, al-folio can now be used\r\nto generate code which can then be modified to allow for using back-end.\r\n\r\n## Errors found\r\nI want to let you know that when I was using prettier for this, it kept\r\ncrashing and after some debugging I found out that al-folio was\r\ngenerating an invalid tag ``````. `````` is a\r\nself-closing tag and doesn't have a separate closing tag.\r\nError: ``````\r\nCorrect: ``````\r\n\r\n## Workflow Description\r\n1. The workflow starts by checking out the gh-pages branch.\r\n2. Then it finds all `````` tags in all html files and deletes\r\nthem.\r\n3. It Installs NodeJS and then Prettier. To make sure the code was\r\nexecuted properly, the workflow checks if prettier is present.\r\n4. Then the workflow runs prettier on all html files present in gh-pages\r\n5. It ends by committing the changes and pushing them to the gh-pages\r\ndirectory\r\n\r\n# Example:\r\n> Before\r\n>\r\n![image](https://github.com/user-attachments/assets/8f0f993a-1b18-4edf-9d62-2fe503af272a)\r\n\r\n> After\r\n>\r\n![image](https://github.com/user-attachments/assets/0714a6c8-0b37-4aee-a4f0-4ce0a7a663a1)","shortMessageHtmlLink":"Added gh-pages Formatter (#2649)"}},{"before":"9aa6cd032f26d4ad5aaf6577629259022770cd81","after":"837cd75015604ee06dfe8180942004bf2cb1fdd9","ref":"refs/heads/gh-pages","pushedAt":"2024-08-23T14:12:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ alshedivat/al-folio@debb1822ad3db7080c885a010971bcbf4af2b5b5 πŸš€","shortMessageHtmlLink":"Deploying to gh-pages from @ debb182 πŸš€"}},{"before":"605a41939e59dc967caaae08f4f22342bb268359","after":null,"ref":"refs/heads/dependabot/bundler/rexml-3.3.6","pushedAt":"2024-08-23T14:08:48.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"ebf2fc9cca8db661d1d331e45d2c9b29ff425520","after":"debb1822ad3db7080c885a010971bcbf4af2b5b5","ref":"refs/heads/master","pushedAt":"2024-08-23T14:08:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"george-gca","name":"George","path":"/george-gca","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31376482?s=80&v=4"},"commit":{"message":"Bump rexml from 3.3.4 to 3.3.6 (#2654)\n\nBumps [rexml](https://github.com/ruby/rexml) from 3.3.4 to 3.3.6.\r\n
\r\nRelease notes\r\n

Sourced from rexml's\r\nreleases.

\r\n
\r\n

REXML 3.3.6 - 2024-08-22

\r\n

Improvements

\r\n\r\n

Fixes

\r\n\r\n

Thanks

\r\n\r\n

REXML 3.3.5 - 2024-08-12

\r\n

Fixes

\r\n\r\n\r\n
\r\n

... (truncated)

\r\n
\r\n
\r\nChangelog\r\n

Sourced from rexml's\r\nchangelog.

\r\n
\r\n

3.3.6 - 2024-08-22 {#version-3-3-6}

\r\n

Improvements

\r\n\r\n

Fixes

\r\n\r\n

Thanks

\r\n\r\n

3.3.5 - 2024-08-12 {#version-3-3-5}

\r\n

Fixes

\r\n\r\n\r\n
\r\n

... (truncated)

\r\n
\r\n
\r\nCommits\r\n\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](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)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\nYou can disable automated security fix PRs for this repo from the\r\n[Security Alerts\r\npage](https://github.com/alshedivat/al-folio/network/alerts).\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump rexml from 3.3.4 to 3.3.6 (#2654)"}},{"before":null,"after":"605a41939e59dc967caaae08f4f22342bb268359","ref":"refs/heads/dependabot/bundler/rexml-3.3.6","pushedAt":"2024-08-22T20:57:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump rexml from 3.3.4 to 3.3.6\n\nBumps [rexml](https://github.com/ruby/rexml) from 3.3.4 to 3.3.6.\n- [Release notes](https://github.com/ruby/rexml/releases)\n- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)\n- [Commits](https://github.com/ruby/rexml/compare/v3.3.4...v3.3.6)\n\n---\nupdated-dependencies:\n- dependency-name: rexml\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump rexml from 3.3.4 to 3.3.6"}},{"before":"cd59ca39663b169ef215ac4beb8cb309abff1b87","after":"ebf2fc9cca8db661d1d331e45d2c9b29ff425520","ref":"refs/heads/master","pushedAt":"2024-08-22T17:26:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"george-gca","name":"George","path":"/george-gca","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31376482?s=80&v=4"},"commit":{"message":"Update INSTALL.md link to video tutorial","shortMessageHtmlLink":"Update INSTALL.md link to video tutorial"}},{"before":"3fa81c03815d56c10d8161e6376c62c76c508090","after":"9aa6cd032f26d4ad5aaf6577629259022770cd81","ref":"refs/heads/gh-pages","pushedAt":"2024-08-22T16:52:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ alshedivat/al-folio@cd59ca39663b169ef215ac4beb8cb309abff1b87 πŸš€","shortMessageHtmlLink":"Deploying to gh-pages from @ cd59ca3 πŸš€"}},{"before":"c45c7675bd4fb4068cbba8a1c96f7b08392b8947","after":"cd59ca39663b169ef215ac4beb8cb309abff1b87","ref":"refs/heads/master","pushedAt":"2024-08-22T16:49:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"george-gca","name":"George","path":"/george-gca","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31376482?s=80&v=4"},"commit":{"message":"Added video tutorial to install instructions (#2653)\n\nSigned-off-by: George AraΓΊjo ","shortMessageHtmlLink":"Added video tutorial to install instructions (#2653)"}},{"before":"c753284f21fc99ad509b0c898616c7e703c29488","after":"c45c7675bd4fb4068cbba8a1c96f7b08392b8947","ref":"refs/heads/master","pushedAt":"2024-08-22T02:59:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"george-gca","name":"George","path":"/george-gca","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31376482?s=80&v=4"},"commit":{"message":"Update INSTALL.md with running time of actions","shortMessageHtmlLink":"Update INSTALL.md with running time of actions"}},{"before":"c5c162cfa1376d48b889fab009f9c2887070a403","after":"c753284f21fc99ad509b0c898616c7e703c29488","ref":"refs/heads/master","pushedAt":"2024-08-22T02:55:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"george-gca","name":"George","path":"/george-gca","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31376482?s=80&v=4"},"commit":{"message":"Update INSTALL.md","shortMessageHtmlLink":"Update INSTALL.md"}},{"before":"9b6decceb18a209292a67c7fc90bb1780e79532f","after":"c5c162cfa1376d48b889fab009f9c2887070a403","ref":"refs/heads/master","pushedAt":"2024-08-22T02:54:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"george-gca","name":"George","path":"/george-gca","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31376482?s=80&v=4"},"commit":{"message":"Update INSTALL.md recommended approach","shortMessageHtmlLink":"Update INSTALL.md recommended approach"}},{"before":"f8d3881ec52e2ff60f464b7c3a6c41a02bc137ee","after":"3fa81c03815d56c10d8161e6376c62c76c508090","ref":"refs/heads/gh-pages","pushedAt":"2024-08-20T14:53:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ alshedivat/al-folio@9b6decceb18a209292a67c7fc90bb1780e79532f πŸš€","shortMessageHtmlLink":"Deploying to gh-pages from @ 9b6decc πŸš€"}},{"before":"03f429f90189038d47111dad3ed7a52be99c894d","after":"9b6decceb18a209292a67c7fc90bb1780e79532f","ref":"refs/heads/master","pushedAt":"2024-08-20T14:50:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"george-gca","name":"George","path":"/george-gca","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31376482?s=80&v=4"},"commit":{"message":"Fix no github_users titling in repositories.md (#2647)\n\nInverted order of title and {% if site.data.repositories.github_users\r\n%}, so that if there is no github_users, the \"GitHub users\" title does\r\nnot appear.","shortMessageHtmlLink":"Fix no github_users titling in repositories.md (#2647)"}},{"before":"dd23e6d0fd7abaa103e4baa12b70e9c67dcaa5fa","after":"f8d3881ec52e2ff60f464b7c3a6c41a02bc137ee","ref":"refs/heads/gh-pages","pushedAt":"2024-08-20T14:48:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ alshedivat/al-folio@03f429f90189038d47111dad3ed7a52be99c894d πŸš€","shortMessageHtmlLink":"Deploying to gh-pages from @ 03f429f πŸš€"}},{"before":"853adefc9a4dd380fbeb52050aa7ee61741591f0","after":"03f429f90189038d47111dad3ed7a52be99c894d","ref":"refs/heads/master","pushedAt":"2024-08-20T14:44:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"george-gca","name":"George","path":"/george-gca","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31376482?s=80&v=4"},"commit":{"message":"Update _config.yml to add a filtered bibtex keyword (#2648)\n\nAdded the google_scholar_id to filtered keywords","shortMessageHtmlLink":"Update _config.yml to add a filtered bibtex keyword (#2648)"}},{"before":"1e66e8c30deed3fb053ee083e49e27e0cfbfb4aa","after":"853adefc9a4dd380fbeb52050aa7ee61741591f0","ref":"refs/heads/master","pushedAt":"2024-08-19T14:32:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"george-gca","name":"George","path":"/george-gca","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31376482?s=80&v=4"},"commit":{"message":"Adding own github-page to README.md (#2645)\n\nCo-authored-by: George <31376482+george-gca@users.noreply.github.com>","shortMessageHtmlLink":"Adding own github-page to README.md (#2645)"}},{"before":"dfc7453ea08fd51f4598685b16130a13e69fe05e","after":"1e66e8c30deed3fb053ee083e49e27e0cfbfb4aa","ref":"refs/heads/master","pushedAt":"2024-08-19T14:30:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"george-gca","name":"George","path":"/george-gca","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31376482?s=80&v=4"},"commit":{"message":"Update README.md (#2644)\n\nadd Ming's website page\r\n\r\nCo-authored-by: George <31376482+george-gca@users.noreply.github.com>","shortMessageHtmlLink":"Update README.md (#2644)"}},{"before":"cb576e8fa25a16fb339cdac258b6ffe97173935f","after":"dd23e6d0fd7abaa103e4baa12b70e9c67dcaa5fa","ref":"refs/heads/gh-pages","pushedAt":"2024-08-19T03:06:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ alshedivat/al-folio@dfc7453ea08fd51f4598685b16130a13e69fe05e πŸš€","shortMessageHtmlLink":"Deploying to gh-pages from @ dfc7453 πŸš€"}},{"before":"3ff7579a7419fc546816535361a8b90c7c49553d","after":"dfc7453ea08fd51f4598685b16130a13e69fe05e","ref":"refs/heads/master","pushedAt":"2024-08-19T03:03:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"george-gca","name":"George","path":"/george-gca","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31376482?s=80&v=4"},"commit":{"message":"[Feature] InspireHEP social and citation count badge (#2638)\n\n[INSPIRE](http://inspirehep.net/) is a trusted community hub that\nfacilitates the sharing and discovery of accurate scholarly information\nin high energy physics. By integrating the social and citation count\nbadge, al-folio users within this community will gain significant\nbenefits.\n\nIn continuation of #2634, I am creating this pull request.\n\n## Details\n\n### Social Icon\n- Add your INSPIRE author ID in the `config.yml` under `inspirehep_id`.\n\n### Citation Count\n- Enable this feature by setting `inspirehep` to `true` under\n`enable_publication_badges` in your `config.yml` file.\n- In your bibliography file (e.g., `papers.bib`), add `inspirehep_id =\n{the literature's recid}` under the citation of a literature source.","shortMessageHtmlLink":"[Feature] InspireHEP social and citation count badge (#2638)"}},{"before":"04ab383c4bb4d7e653081b2f84d9e8a7ce11c097","after":"3ff7579a7419fc546816535361a8b90c7c49553d","ref":"refs/heads/master","pushedAt":"2024-08-08T13:33:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"george-gca","name":"George","path":"/george-gca","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31376482?s=80&v=4"},"commit":{"message":"added personal website for Beryl Sui (#2628)\n\nThank you for this amazing template :)","shortMessageHtmlLink":"added personal website for Beryl Sui (#2628)"}},{"before":"5c5c81cda8d947d69b7ad2ec18836c006ae30367","after":"04ab383c4bb4d7e653081b2f84d9e8a7ce11c097","ref":"refs/heads/master","pushedAt":"2024-08-07T16:46:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"george-gca","name":"George","path":"/george-gca","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31376482?s=80&v=4"},"commit":{"message":"Fixed prettier complaints on FAQ.md","shortMessageHtmlLink":"Fixed prettier complaints on FAQ.md"}},{"before":"610f42bf619e2c4f43a4e19c4201e0583c4505cc","after":"5c5c81cda8d947d69b7ad2ec18836c006ae30367","ref":"refs/heads/master","pushedAt":"2024-08-07T15:43:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"george-gca","name":"George","path":"/george-gca","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31376482?s=80&v=4"},"commit":{"message":"[Bug-fix] Make custom blockquote font coloring consistent (#2622)\n\nCurrently, the tip, warning, and danger custom blockquote's font color\r\nis not customized when the text is styled as bold, italics, or a list\r\nitem. As a result, the text is slightly less attractive in light mode\r\nand almost illegible in dark mode.\r\n\r\n## Screenshot: Current\r\n\r\n\"current-darkmode\"\r\nsrc=\"https://github.com/user-attachments/assets/1cdd5861-76a2-45bd-a948-99cf35f9c87e\"\r\n\r\n## Screenshot: Proposed\r\n\r\n\"proposed-darkmode\"\r\nsrc=\"https://github.com/user-attachments/assets/03fbd4d3-e3f5-498a-bef6-153e1ad55289\"","shortMessageHtmlLink":"[Bug-fix] Make custom blockquote font coloring consistent (#2622)"}},{"before":"3be24f6b047eb6b49540a0cc1199d7e421192d9f","after":"610f42bf619e2c4f43a4e19c4201e0583c4505cc","ref":"refs/heads/master","pushedAt":"2024-08-07T15:40:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"george-gca","name":"George","path":"/george-gca","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31376482?s=80&v=4"},"commit":{"message":"Update Prettier information on FAQ.md","shortMessageHtmlLink":"Update Prettier information on FAQ.md"}},{"before":"1d4ce5a313d1c41e73c843587692eabebad96e00","after":"3be24f6b047eb6b49540a0cc1199d7e421192d9f","ref":"refs/heads/master","pushedAt":"2024-08-07T15:20:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"george-gca","name":"George","path":"/george-gca","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31376482?s=80&v=4"},"commit":{"message":"Alon Kellner portfolio link (#2627)\n\nI used al-folio's fork\r\n[multi-language-al-folio](https://github.com/george-gca/multi-language-al-folio)\r\nto create my portfolio, I love it :)","shortMessageHtmlLink":"Alon Kellner portfolio link (#2627)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAErk_OfwA","startCursor":null,"endCursor":null}},"title":"Activity Β· alshedivat/al-folio"}