James Panther
5fa4fb1a42
🔀 Merge pull request #1025 from pitermarx/dev
...
Added spinner for long searches
2025-06-22 14:22:45 +10:00
James Panther
99d5cf8b28
🚚 Move files around as per new Hugo layouts directory structure
2025-06-22 14:20:15 +10:00
James Panther
ab268a7396
🐛 Add Chroma GenericDeleted style
...
Fixes : #1059
2025-06-22 13:42:32 +10:00
James Panther
266bd251b0
📝 Update icons documentation
2025-06-22 13:32:18 +10:00
James Panther
8f9ac31596
🔀 Merge pull request #1072 from sudomateo/push-mspzmvupkqqx
...
assets: add rss and podcast icons
2025-06-22 13:27:53 +10:00
James Panther
9bdfa30d1d
📝 Update changelog
2025-06-22 13:26:01 +10:00
James Panther
8a89fa7324
🔀 Merge pull request #1073 from sudomateo/push-psstlwtvukry
...
layouts: correctly check for template existence
2025-06-22 13:25:13 +10:00
Matthew Sanabria
ab574da6ab
layouts: correctly check for template existence
...
https://github.com/jpanther/congo/commit/4e4b470915171a5855f3f2ea25851995aace8b55
fixed the theme for building with Hugo v0.146.0 or later but it
doesn't correctly check for template existence. That is, if you set
`homepage.layout` to `profile` this theme will still load the `page`
layout.
Hugo's [templates.Exists](https://gohugo.io/functions/templates/exists/ )
function tests for the existence of templates relative to the `layouts`
directory. The example code they provide uses `printf` to join the
template name with the `_partials` directory, which would be `partials`
instead for this theme.
```
{{ $partialPath := printf "headers/%s.html" .Type }}
{{ if templates.Exists ( printf "_partials/%s" $partialPath ) }}
{{ partial $partialPath . }}
{{ else }}
{{ partial "headers/default.html" . }}
{{ end }}
```
2025-06-21 22:29:16 -04:00
James Panther
5d761314b4
🔀 Merge pull request #1071 from jpanther/dependabot/npm_and_yarn/quicklink-3.0.1
...
📌 Bump quicklink from 2.3.0 to 3.0.1
2025-06-22 12:10:37 +10:00
dependabot[bot]
bfdb8479d0
📌 Bump quicklink from 2.3.0 to 3.0.1
...
Bumps [quicklink](https://github.com/GoogleChromeLabs/quicklink ) from 2.3.0 to 3.0.1.
- [Release notes](https://github.com/GoogleChromeLabs/quicklink/releases )
- [Changelog](https://github.com/GoogleChromeLabs/quicklink/blob/main/CHANGELOG.md )
- [Commits](https://github.com/GoogleChromeLabs/quicklink/compare/2.3.0...3.0.1 )
---
updated-dependencies:
- dependency-name: quicklink
dependency-version: 3.0.1
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-22 02:09:16 +00:00
Matthew Sanabria
7b424fdb60
assets: add rss and podcast icons
...
This patch adds the Font Awesome `rss` and `podcast` icons which I
believe falls under the free tier.
The icons are sourced from:
- https://fontawesome.com/icons/rss
- https://fontawesome.com/icons/podcast
2025-06-21 22:08:30 -04:00
James Panther
bed34a8567
🔀 Merge pull request #1070 from jpanther/dependabot/npm_and_yarn/prettier-plugin-tailwindcss-0.6.13
...
📌 Bump prettier-plugin-tailwindcss from 0.6.11 to 0.6.13
2025-06-22 12:08:03 +10:00
dependabot[bot]
17bc004cd9
💄 Rebuild CSS
2025-06-22 02:05:08 +00:00
dependabot[bot]
49a0074812
📌 Bump prettier-plugin-tailwindcss from 0.6.11 to 0.6.13
...
Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss ) from 0.6.11 to 0.6.13.
- [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.6.11...v0.6.13 )
---
updated-dependencies:
- dependency-name: prettier-plugin-tailwindcss
dependency-version: 0.6.13
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-22 02:04:51 +00:00
James Panther
d74a6d2ed2
🔀 Merge pull request #1038 from AntoineSoetewey/patch-1
...
add cmp1315.com to the list of users
2025-06-22 12:00:44 +10:00
James Panther
d9ecd47a1d
Merge branch 'dev' into patch-1
2025-06-22 11:59:27 +10:00
James Panther
704e7fe077
Merge branch 'dev' of github.com:jpanther/congo into dev
2025-06-22 11:58:44 +10:00
James Panther
ecba9bbf21
📝 Update changelog
2025-06-22 11:58:40 +10:00
James Panther
79dcf90ff0
🔀 Merge pull request #1041 from alexakreizinger/fix-hover-behavior-for-anchor-links
...
bug: fix anchor hover color/behavior in dark mode
2025-06-22 11:57:21 +10:00
James Panther
dd72de2358
🔀 Merge pull request #1065 from rlan/fix/line-sharing-link
...
Add missing space in the LINE sharing link
2025-06-22 11:55:09 +10:00
James Panther
a399404724
Merge branch 'dev' of github.com:jpanther/congo into dev
2025-06-22 11:54:14 +10:00
James Panther
16f95978e9
📝 Update changelog
2025-06-22 11:54:09 +10:00
James Panther
3761170709
🔀 Merge pull request #1057 from msoltysik/dev
...
Add: `goodreads` icon
2025-06-22 11:53:19 +10:00
James Panther
788ab2a2e4
🔀 Merge pull request #1055 from Aidam7/patch-1
...
Refined CS translation
2025-06-22 11:49:51 +10:00
James Panther
228c253944
📝 Update documentation for .canonicalUrl
2025-06-22 11:49:07 +10:00
James Panther
e5da41b4c2
🔀 Merge pull request #1046 from HactarCE/patch-canonical-url
...
✨ Add `canonicalUrl` parameter
2025-06-22 11:44:40 +10:00
James Panther
95b556d319
Merge branch 'dev' into patch-canonical-url
2025-06-22 11:41:57 +10:00
James Panther
5cee56f6c8
Merge branch 'dev' of github.com:jpanther/congo into dev
2025-06-22 11:40:37 +10:00
James Panther
9d4eddfecd
📝 Update changelog
2025-06-22 11:40:33 +10:00
James Panther
d9bc1c6bc7
🔀 Merge pull request #1066 from jpanther/dependabot/github_actions/stefanzweifel/git-auto-commit-action-6
...
👷 Bump stefanzweifel/git-auto-commit-action from 5 to 6
2025-06-22 11:39:21 +10:00
James Panther
fa8c519c9c
🔀 Merge pull request #1067 from jpanther/dependabot/npm_and_yarn/chart.js-4.5.0
...
📌 Bump chart.js from 4.4.8 to 4.5.0
2025-06-22 11:38:53 +10:00
dependabot[bot]
86b035bfc5
👷 Bump stefanzweifel/git-auto-commit-action from 5 to 6
...
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action ) from 5 to 6.
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases )
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-22 01:38:02 +00:00
dependabot[bot]
a0a4ae9004
📦 Update packaged ChartJS
2025-06-22 01:36:54 +00:00
dependabot[bot]
c8a4865c25
📌 Bump chart.js from 4.4.8 to 4.5.0
...
Bumps [chart.js](https://github.com/chartjs/Chart.js ) from 4.4.8 to 4.5.0.
- [Release notes](https://github.com/chartjs/Chart.js/releases )
- [Commits](https://github.com/chartjs/Chart.js/compare/v4.4.8...v4.5.0 )
---
updated-dependencies:
- dependency-name: chart.js
dependency-version: 4.5.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-22 01:36:36 +00:00
James Panther
02c0fe6608
🔀 Merge pull request #1052 from jpanther/dependabot/npm_and_yarn/chart.js-4.4.9
...
📌 Bump chart.js from 4.4.8 to 4.4.9
2025-06-22 11:34:52 +10:00
James Panther
1b5e6c3aa0
🔀 Merge pull request #1051 from jpanther/dependabot/npm_and_yarn/jsdom-26.1.0
...
📌 Bump jsdom from 26.0.0 to 26.1.0
2025-06-22 11:34:28 +10:00
dependabot[bot]
96429ce95b
📌 Bump jsdom from 26.0.0 to 26.1.0
...
Bumps [jsdom](https://github.com/jsdom/jsdom ) from 26.0.0 to 26.1.0.
- [Release notes](https://github.com/jsdom/jsdom/releases )
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md )
- [Commits](https://github.com/jsdom/jsdom/compare/26.0.0...26.1.0 )
---
updated-dependencies:
- dependency-name: jsdom
dependency-version: 26.1.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-22 01:33:37 +00:00
James Panther
ac35e70e80
🔀 Merge pull request #1048 from jpanther/dependabot/npm_and_yarn/katex-0.16.22
...
📌 Bump katex from 0.16.21 to 0.16.22
2025-06-22 11:32:24 +10:00
dependabot[bot]
5f939bdc44
📦 Update packaged KaTeX
2025-06-22 01:30:52 +00:00
dependabot[bot]
cd682744f3
📌 Bump katex from 0.16.21 to 0.16.22
...
Bumps [katex](https://github.com/KaTeX/KaTeX ) from 0.16.21 to 0.16.22.
- [Release notes](https://github.com/KaTeX/KaTeX/releases )
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md )
- [Commits](https://github.com/KaTeX/KaTeX/compare/v0.16.21...v0.16.22 )
---
updated-dependencies:
- dependency-name: katex
dependency-version: 0.16.22
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-22 01:30:32 +00:00
James Panther
5c3fc5bff2
🔀 Merge pull request #1040 from jpanther/dependabot/npm_and_yarn/mermaid-11.6.0
...
📌 Bump mermaid from 11.5.0 to 11.7.0
2025-06-22 11:28:05 +10:00
dependabot[bot]
7e97c76f85
📦 Update packaged Mermaid
2025-06-22 01:25:14 +00:00
dependabot[bot]
7e9aeae956
📌 Bump mermaid from 11.4.1 to 11.6.0
...
Bumps [mermaid](https://github.com/mermaid-js/mermaid ) from 11.4.1 to 11.6.0.
- [Release notes](https://github.com/mermaid-js/mermaid/releases )
- [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.4.1...mermaid@11.6.0 )
---
updated-dependencies:
- dependency-name: mermaid
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-22 01:24:59 +00:00
James Panther
4ea220f799
👷 Bump Netlify Hugo version
2025-06-22 11:22:11 +10:00
James Panther
ac96b18693
🔀 Merge pull request #1037 from andreaceccanti/patch-1
...
Add personal blog to the users page
2025-06-22 11:15:40 +10:00
James Panther
97a473e47e
Merge pull request #1035 from jpanther/dependabot/npm_and_yarn/mermaid-11.5.0
...
📌 Bump mermaid from 11.4.1 to 11.5.0
2025-06-22 11:14:11 +10:00
James Panther
9f399247e7
📝 Update changelog
2025-06-22 11:13:31 +10:00
James Panther
ffa096165d
Merge pull request #1028 from davidolrik/no-markdownify-on-dates
...
fix: Don’t markdownify dates
2025-06-22 11:11:35 +10:00
James Panther
4e4b470915
🐛 Fix for templating changes in Hugo v0.146.0 or later
...
Fixes #1049
2025-06-22 11:10:09 +10:00
Rick Lan
6db5c3c3a3
Undo indent change
2025-06-08 21:50:19 +09:00