Commit Graph

906 Commits (1f7bec429044e16c0693f0454f9dfca46ac973fc)
 

Author SHA1 Message Date
dependabot[bot] 1f7bec4290
📌 Bump prettier-plugin-tailwindcss from 0.2.2 to 0.2.3
Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.2.2 to 0.2.3.
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.2.2...v0.2.3)

---
updated-dependencies:
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-15 23:01:17 +00:00
James Panther 9be2f2e0e0
🔀 Merge pull request #471 from AntoineSoetewey/dev
correct typo and add site
2023-02-13 09:14:12 +11:00
Antoine Soetewey 62bdb96285 correct typo and add site 2023-02-12 14:37:19 +01:00
James Panther 847ad70742
🔀 Merge pull request #468 from jpanther/dependabot/npm_and_yarn/prettier-2.8.4
📌 Bump prettier from 2.8.3 to 2.8.4
2023-02-09 15:08:05 +11:00
dependabot[bot] ea7701da58
📌 Bump prettier from 2.8.3 to 2.8.4
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.3 to 2.8.4.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.8.3...2.8.4)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-08 22:05:08 +00:00
James Panther a05005028a
🔀 Merge pull request #463 from ArjunS07/dev
Fix broken link on users/index.md page + add link to arjuns.me
2023-02-05 09:47:42 +11:00
Arjun Sharma 0fa638601a
Update index.md
- Fix a broken link to this file on GitHub
- Add my personal site 🥳 !
2023-02-04 18:53:33 +05:30
James Panther d7f862bac5
🔀 Merge pull request #458 from jpanther/dependabot/npm_and_yarn/prettier-plugin-tailwindcss-0.2.2
📌 Bump prettier-plugin-tailwindcss from 0.2.1 to 0.2.2
2023-01-25 15:18:25 +11:00
dependabot[bot] c250a4be2b
📌 Bump prettier-plugin-tailwindcss from 0.2.1 to 0.2.2
Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.2.1 to 0.2.2.
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.2.1...v0.2.2)

---
updated-dependencies:
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-25 04:15:37 +00:00
James Panther 7238068ba4
🔀 Merge pull request #459 from jpanther/dependabot/npm_and_yarn/rimraf-4.1.2
📌 Bump rimraf from 4.1.1 to 4.1.2
2023-01-25 15:14:25 +11:00
dependabot[bot] bab9d2e0a7
📌 Bump rimraf from 4.1.1 to 4.1.2
Bumps [rimraf](https://github.com/isaacs/rimraf) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/isaacs/rimraf/releases)
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/rimraf/compare/v4.1.1...v4.1.2)

---
updated-dependencies:
- dependency-name: rimraf
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-24 22:06:32 +00:00
James Panther e3616c5761
🔨 Preparing release v2.5.2 2023-01-24 08:50:19 +11:00
James Panther 5c7c8cd3ff
📝 Update changelog 2023-01-24 08:43:49 +11:00
James Panther 63c303b915
🔀 Merge pull request #456 from jpanther/render-link-fix
🐛 Remove whitespace at EOF in render-link
2023-01-24 08:40:19 +11:00
James Panther 1f96038a60
🐛 Remove whitespace at EOF in render-link
Fixes #453
2023-01-24 08:37:50 +11:00
James Panther 91cafad2df
📝 Update docs 2023-01-23 08:49:09 +11:00
James Panther a3f3374857
🍱 Add new `mobile` and `phone` SVG icons 2023-01-23 08:43:38 +11:00
James Panther d9fa215e4f
🔀 Merge pull request #452 from connickshields/dev
🐛 Fix URL safety for author bio links
2023-01-23 08:42:06 +11:00
Connick Shields 0a7b3f23de
🐛 Fix URL safety declaration for author links
https://gohugo.io/functions/safeurl/

> Without safeURL, only the URI schemes http:, https: and mailto: are considered safe by Go templates.

By adding `safeURL`, we allow different types of links like `tel:` to work properly in author bios.
2023-01-21 22:47:08 -08:00
James Panther c7c6a23eac
🔨 Preparing release v2.5.1 2023-01-20 10:20:01 +11:00
James Panther 3e74703122
👷 Update Netlify Hugo version 2023-01-20 10:17:47 +11:00
James Panther f386bc85bd
🐛 Fix page alignment when opening hamburger menu
Fixes #445
2023-01-20 09:06:19 +11:00
James Panther 83d6634616
📝 Update changelog 2023-01-20 08:47:40 +11:00
James Panther c0404958c2
🔀 Merge pull request #446 from tomy0000000/dev
🛠 Links render hook should add `noreferrer noopener`
2023-01-20 08:40:21 +11:00
James Panther 1ce51ec4b8
🔀 Merge pull request #448 from tomy0000000/zh-tw-update
🌐 Update `zh-TW` translation
2023-01-20 08:30:52 +11:00
James Panther 4c77a6ef61
🔀 Merge pull request #449 from jpanther/dependabot/npm_and_yarn/chart.js-4.2.0
📌 Bump chart.js from 4.1.2 to 4.2.0
2023-01-20 08:05:31 +11:00
James Panther d286a5e1fe
🔀 Merge pull request #450 from maijau/patch-1
Update index.md
2023-01-20 08:05:06 +11:00
maijau 1a830ce9b5
Update index.md
Added personal blog to user list.
2023-01-19 17:43:01 +01:00
dependabot[bot] 53a69c0edb 📦 Update packaged ChartJS 2023-01-18 22:07:50 +00:00
dependabot[bot] d093c450e2
📌 Bump chart.js from 4.1.2 to 4.2.0
Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](https://github.com/chartjs/Chart.js/compare/v4.1.2...v4.2.0)

---
updated-dependencies:
- dependency-name: chart.js
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-18 22:07:19 +00:00
Tomy Hsieh 5f4b79b38e
🗄 chore: update `zh-TW` translation 2023-01-18 18:26:45 +08:00
James Panther 3f5575b0b0
🔀 Merge pull request #447 from jpanther/dependabot/npm_and_yarn/rimraf-4.1.1
📌 Bump rimraf from 4.0.7 to 4.1.1
2023-01-18 09:32:17 +11:00
dependabot[bot] 8c1f657f45
📌 Bump rimraf from 4.0.7 to 4.1.1
Bumps [rimraf](https://github.com/isaacs/rimraf) from 4.0.7 to 4.1.1.
- [Release notes](https://github.com/isaacs/rimraf/releases)
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/rimraf/compare/v4.0.7...v4.1.1)

---
updated-dependencies:
- dependency-name: rimraf
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-17 22:20:42 +00:00
Tomy Hsieh c7c9d46d52
🛠 fix: links render hook 2023-01-18 04:51:29 +08:00
James Panther e998514a53
🔨 Preparing release v2.5.0 2023-01-17 13:00:12 +11:00
James Panther 28a187895f
Allow appearance switcher to be placed in menus 2023-01-17 12:58:04 +11:00
James Panther 9b338b6b65
📝 Update changelog 2023-01-17 11:12:08 +11:00
James Panther 7be7e80949
🔀 Merge pull request #444 from davidrothera/dev
Add leading-relaxed to tag list
2023-01-17 11:09:25 +11:00
James Panther ffcec42472
Add new `cherry` and `sapphire` colour schemes 2023-01-17 11:08:19 +11:00
David Rothera 36215c47b0
Add leading-relaxed to tag list 2023-01-16 23:04:16 +00:00
James Panther dfaa87222a
Add menu icon support and flexible search link 2023-01-16 14:21:03 +11:00
James Panther edd2d7c564
📝 Visual updates to documentation 2023-01-16 11:47:07 +11:00
James Panther b42eee70b8
🔀 Merge pull request #442 from jpanther/dependabot/npm_and_yarn/prettier-2.8.3
📌 Bump prettier from 2.8.2 to 2.8.3
2023-01-16 09:13:07 +11:00
dependabot[bot] aabec8e1f1
📌 Bump prettier from 2.8.2 to 2.8.3
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.2 to 2.8.3.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.8.2...2.8.3)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-15 22:10:46 +00:00
James Panther d20a30832a
🔀 Merge pull request #441 from jpanther/dependabot/npm_and_yarn/rimraf-4.0.7
📌 Bump rimraf from 3.0.2 to 4.0.7
2023-01-16 09:09:53 +11:00
dependabot[bot] ec42820a7a
📌 Bump rimraf from 3.0.2 to 4.0.7
Bumps [rimraf](https://github.com/isaacs/rimraf) from 3.0.2 to 4.0.7.
- [Release notes](https://github.com/isaacs/rimraf/releases)
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/rimraf/compare/v3.0.2...v4.0.7)

---
updated-dependencies:
- dependency-name: rimraf
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-15 22:04:34 +00:00
James Panther 7ec1309115
🔀 Merge pull request #440 from ethanolivertroy/dev
Added ethantroy.com
2023-01-15 11:12:28 +11:00
James Panther 7e970f4c97
Add SVG support to article featured images 2023-01-15 10:38:53 +11:00
Ethan Troy 594c8bf78d
Added ethantroy.com 2023-01-14 18:09:13 -05:00
James Panther b9bb291a8d
🐛 Fix charts displaying using default colours 2023-01-14 14:21:53 +11:00