dependabot[bot]
c6a60489c5
📌 Bump prettier from 3.5.3 to 3.6.1
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.5.3 to 3.6.1.
- [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/3.5.3...3.6.1 )
---
updated-dependencies:
- dependency-name: prettier
dependency-version: 3.6.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-25 23:28:24 +00:00
James Panther
5fdc5d60a5
🔨 Preparing release v2.12.1
2025-06-23 09:00:27 +10:00
James Panther
79b382565c
📝 Update link to templating docs in changelog
2025-06-23 08:58:58 +10:00
James Panther
65ceb3d1b1
🐛 Fix support for Hugo default figure shortcode
...
Fixes : #1074
2025-06-23 08:56:12 +10:00
James Panther
b58e81d746
📝 Update changelog
2025-06-23 08:32:31 +10:00
James Panther
bc8687a54c
🔀 Merge pull request #1075 from sudomateo/push-wzounmqzuuzq
...
layouts: update `partials` to `_partials`
2025-06-23 08:27:34 +10:00
Matthew Sanabria
467e5ac423
layouts: update partials to _partials
...
Hugo v0.146.0 introduced a
[new template system](https://gohugo.io/templates/new-templatesystem-overview/ )
that changed the structure of the `layouts` directory.
Commit https://github.com/jpanther/congo/commit/99d5cf8b28ce82377588310799420721943a3e65
updated this theme to support the new `layouts` directory structure but
missed a few updates to `templates.Exists` calls. This patch fixes those
calls.
2025-06-22 11:34:40 -04:00
James Panther
081977fbc4
🔨 Preparing release v2.12.0
2025-06-22 15:48:20 +10:00
James Panther
d1e040e534
📦 Update Quicklink
2025-06-22 15:46:23 +10:00
James Panther
81c6cb9ba6
🐛 Fix incorrect path to partials directory
2025-06-22 15:42:48 +10:00
James Panther
29de0a1465
🚸 Prefer using absolute URLs over relative URLs
...
Closes : #997
2025-06-22 15:33:04 +10:00
James Panther
b473215511
🐛 Fix logo and dark logo not matching appearance
...
Fixes : #939
2025-06-22 14:52:44 +10:00
James Panther
53a7374659
💄 Update loading spinner to take currentColor
2025-06-22 14:29:22 +10:00
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