Commit Graph

540 Commits

Author SHA1 Message Date
dependabot[bot]
4619388e6e chore(deps): bump liquidjs from 10.24.0 to 10.25.0 in /theme
Bumps [liquidjs](https://github.com/harttle/liquidjs) from 10.24.0 to 10.25.0.
- [Release notes](https://github.com/harttle/liquidjs/releases)
- [Changelog](https://github.com/harttle/liquidjs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/harttle/liquidjs/compare/v10.24.0...v10.25.0)

---
updated-dependencies:
- dependency-name: liquidjs
  dependency-version: 10.25.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-10 01:12:20 +00:00
svemagie
2b9e037e72 fix: use GH_TOKEN secret for authenticated GitHub API calls in build 2026-03-10 02:07:34 +01:00
svemagie
35d1152ea7 fix: add GITHUB_TOKEN to build step for authenticated GitHub API calls 2026-03-10 01:55:24 +01:00
svemagie
ec9887a6d7 fix: social activity widget - Bluesky and Mastodon feeds not rendering
- deploy.yml: add missing BLUESKY_HANDLE env var to Build site step
- deploy.yml: fix GITHUB_USERNAME secret name (was GH_USERNAME)
- mastodonFeed.js: read MASTODON_URL first, fall back to MASTODON_INSTANCE
- mastodonFeed.js: add early-return guard when instance/user vars are empty
- mastodonFeed.js: also accept MASTODON_USERNAME as fallback for MASTODON_USER

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-10 01:31:19 +01:00
svemagie
471653331d Merge pull request #2 from svemagie/dependabot/npm_and_yarn/theme/minimatch-3.1.5
chore(deps): bump minimatch from 3.1.2 to 3.1.5 in /theme
2026-03-10 01:06:54 +01:00
svemagie
572d70d898 Merge pull request #1 from svemagie/dependabot/npm_and_yarn/markdown-it-14.1.1
chore(deps): bump markdown-it from 14.1.0 to 14.1.1
2026-03-10 01:06:41 +01:00
svemagie
63ac978fc3 change deploy cron 2026-03-10 00:34:46 +01:00
svemagie
3b9551a8c0 update page post 2026-03-10 00:18:11 +01:00
svemagie
491061656a create note post 2026-03-10 00:15:14 +01:00
svemagie
cf50ac6e07 chore: remove debug output from homepage hero section 2026-03-09 23:43:21 +01:00
svemagie
8dd1a19b17 chore: debug icon rendering in homepage hero section 2026-03-09 23:35:42 +01:00
svemagie
0035f0ae29 chore: debug homepageConfig.social rendering in hero section 2026-03-09 23:32:31 +01:00
dependabot[bot]
d6cfac4563 chore(deps): bump minimatch from 3.1.2 to 3.1.5 in /theme
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.1.2 to 3.1.5.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.1.2...v3.1.5)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 3.1.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-09 22:06:37 +00:00
dependabot[bot]
17435cfcd7 chore(deps): bump markdown-it from 14.1.0 to 14.1.1
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 14.1.0 to 14.1.1.
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](https://github.com/markdown-it/markdown-it/compare/14.1.0...14.1.1)

---
updated-dependencies:
- dependency-name: markdown-it
  dependency-version: 14.1.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-09 22:06:36 +00:00
svemagie
a675908497 Fix Bluesky feed handle normalization for social activity widget 2026-03-09 22:46:06 +01:00
svemagie
cd1c933f7e update article post 2026-03-09 21:54:10 +01:00
svemagie
70bd87c1c3 update article post 2026-03-09 21:54:07 +01:00
svemagie
efe642bcfc update article post 2026-03-09 21:53:19 +01:00
svemagie
46649050fb update article post 2026-03-09 21:53:12 +01:00
svemagie
90c4ce2b00 update article post 2026-03-09 21:44:31 +01:00
svemagie
ba5161f2bf update article post 2026-03-09 21:44:08 +01:00
svemagie
539b9042f7 update article post 2026-03-09 19:15:45 +01:00
svemagie
47cec81edc update page post 2026-03-09 19:11:01 +01:00
svemagie
f993a20fe1 update page post 2026-03-09 19:09:08 +01:00
svemagie
1067f93a33 update article post 2026-03-09 19:07:26 +01:00
svemagie
6dcbd06eff Merge branch 'main' of github.com:svemagie/blog 2026-03-09 19:06:15 +01:00
svemagie
bc0b94ab03 changed og-default.png 2026-03-09 19:05:59 +01:00
svemagie
58a0d525e0 update article post 2026-03-09 18:57:30 +01:00
svemagie
862fd19c70 update article post 2026-03-09 18:36:33 +01:00
svemagie
44a102c603 chore: update social env config and example 2026-03-09 17:58:28 +01:00
svemagie
c4855c137f fix: prioritize homepage builder identity across widgets 2026-03-09 17:51:41 +01:00
svemagie
c27cdf28c2 fix: prevent homepage hero identity fallback mixing 2026-03-09 17:37:17 +01:00
svemagie
8d8d986b5d chore: clean environment config 2026-03-09 17:27:55 +01:00
svemagie
2da9ac5677 update article post 2026-03-09 16:18:22 +01:00
svemagie
6edd995a9f update page post 2026-03-09 15:57:12 +01:00
svemagie
777777c715 update page post 2026-03-09 15:54:39 +01:00
svemagie
b246cc5511 update article post 2026-03-09 15:39:11 +01:00
svemagie
6a15e2a6e4 update article post 2026-03-09 15:39:10 +01:00
svemagie
6604d9e9f4 create article post 2026-03-09 15:39:00 +01:00
svemagie
0f5e8d1ec9 Add scheduled listening refresh and configurable fetch cache 2026-03-09 15:02:50 +01:00
svemagie
015866f4f9 update page post 2026-03-09 14:50:42 +01:00
svemagie
9d014cc9bd update repost post 2026-03-09 14:49:02 +01:00
svemagie
e1cb37dd08 update like post 2026-03-09 14:48:58 +01:00
svemagie
5982ce51b3 update bookmark post 2026-03-09 14:48:55 +01:00
svemagie
86685459f1 update bookmark post 2026-03-09 14:48:52 +01:00
svemagie
c469ee657f update like post 2026-03-09 14:48:49 +01:00
svemagie
cadc0391e1 update photo post 2026-03-09 14:48:46 +01:00
svemagie
c2a9f87619 update page post 2026-03-09 14:48:39 +01:00
svemagie
2a3f34d3bc create page post 2026-03-09 14:48:01 +01:00
svemagie
380a81c934 delete article post 2026-03-09 13:20:17 +01:00