Commit Graph

3561 Commits

Author SHA1 Message Date
Jacky Zhao
139add71f2 fix(style): layout flow, search restyle 2025-09-17 15:26:49 -07:00
Eritque arcus
6b1fe76dce fix: fix CNAME path error (#2096)
* fix: fix CNAME path error

* chore: Update quartz/plugins/emitters/cname.ts

Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>

* chore: remove unused import

---------

Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
2025-09-17 14:50:12 -07:00
dependabot[bot]
d3f1ba06ee chore(deps): bump the production-dependencies group with 3 updates (#2122)
Bumps the production-dependencies group with 3 updates: [pixi.js](https://github.com/pixijs/pixijs), [satori](https://github.com/vercel/satori) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `pixi.js` from 8.12.0 to 8.13.1
- [Release notes](https://github.com/pixijs/pixijs/releases)
- [Commits](https://github.com/pixijs/pixijs/compare/v8.12.0...v8.13.1)

Updates `satori` from 0.16.2 to 0.18.2
- [Release notes](https://github.com/vercel/satori/releases)
- [Commits](https://github.com/vercel/satori/compare/0.16.2...0.18.2)

Updates `@types/node` from 24.3.0 to 24.3.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: pixi.js
  dependency-version: 8.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: satori
  dependency-version: 0.18.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-17 11:57:05 -07:00
dependabot[bot]
c6eaa4c8b7 chore(deps): bump actions/setup-node in the ci-dependencies group (#2123)
Bumps the ci-dependencies group with 1 update: [actions/setup-node](https://github.com/actions/setup-node).


Updates `actions/setup-node` from 4 to 5
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-17 11:56:42 -07:00
Justin
a7ce877d58 docs: update nav for cloudflare pages (#2130) 2025-09-17 09:32:25 -07:00
acedcc198e [obsidian] vault backup: 2025-09-17 16:59:49[ 2025-09-17 16:59:49 +09:00
1fbbe49584 [obsidian] vault backup: 2025-09-17 15:59:48[ 2025-09-17 15:59:48 +09:00
3567f1f224 [obsidian] vault backup: 2025-09-17 10:36:49[ 2025-09-17 10:36:49 +09:00
f44611faf5 [obsidian] vault backup: 2025-09-16 18:13:09[ 2025-09-16 18:13:09 +09:00
8b17cd0301 [obsidian] vault backup: 2025-09-16 17:13:04[ 2025-09-16 17:13:04 +09:00
e1f2d56f20 [obsidian] vault backup: 2025-09-16 16:13:00[ 2025-09-16 16:13:00 +09:00
BVBFuchs
4f9df58f29 Update de-DE.ts (#2128) 2025-09-15 11:59:10 -07:00
1a64806228 [obsidian] vault backup: 2025-09-16 01:30:35[ 2025-09-16 01:30:35 +09:00
a56ef2ded2 [obsidian] vault backup: 2025-09-16 00:30:21[ 2025-09-16 00:30:21 +09:00
5e42da5443 [obsidian] vault backup: 2025-09-15 23:30:10[ 2025-09-15 23:30:10 +09:00
184b1063fd [obsidian] vault backup: 2025-09-11 19:08:04[ 2025-09-11 19:08:04 +09:00
c5bc960f00 [obsidian] vault backup: 2025-09-11 16:16:46[ 2025-09-11 16:16:47 +09:00
8d5e0ad11f [obsidian] vault backup: 2025-09-11 15:14:17[ 2025-09-11 15:14:17 +09:00
4e6136c71b [obsidian] vault backup: 2025-09-09 17:41:01[ 2025-09-09 17:41:01 +09:00
siaikin
f7eec6c5e8 feat(analytics): add support for Vercel Web Analytics provider (#2119)
* feat(analytics): add support for Vercel Web Analytics provider

* fix: correct indentation for Vercel analytics provider condition
2025-09-08 20:06:28 -07:00
0323f5c841 [obsidian] vault backup: 2025-09-08 15:18:24[ 2025-09-08 15:18:24 +09:00
15a3f13140 [obsidian] vault backup: 2025-09-08 14:18:12[ 2025-09-08 14:18:12 +09:00
Giuseppe Alfieri
b3d98bdae3 Fix: normalize chokidar paths for hot reload on Windows (#2120)
Hot reload was not updating pages when editing Markdown files inside subfolders on Windows only.
The issue was caused by inconsistent path separators from chokidar.
This patch ensures paths are normalized with toPosixPath before rebuild.
2025-09-07 11:58:47 -07:00
dependabot[bot]
98b7c809c5 chore(deps): bump the production-dependencies group across 1 directory with 9 updates (#2106)
Bumps the production-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom) | `1.7.3` | `1.7.4` |
| [@napi-rs/simple-git](https://github.com/Brooooooklyn/simple-git) | `0.1.21` | `0.1.22` |
| [ansi-truncate](https://github.com/fabiospampinato/ansi-truncate) | `1.3.0` | `1.4.0` |
| [preact](https://github.com/preactjs/preact) | `10.27.0` | `10.27.1` |
| [preact-render-to-string](https://github.com/preactjs/preact-render-to-string) | `6.5.13` | `6.6.1` |
| [pretty-bytes](https://github.com/sindresorhus/pretty-bytes) | `7.0.0` | `7.0.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.2.1` | `24.3.0` |
| [esbuild](https://github.com/evanw/esbuild) | `0.25.8` | `0.25.9` |
| [tsx](https://github.com/privatenumber/tsx) | `4.20.3` | `4.20.5` |



Updates `@floating-ui/dom` from 1.7.3 to 1.7.4
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/dom/CHANGELOG.md)
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/dom@1.7.4/packages/dom)

Updates `@napi-rs/simple-git` from 0.1.21 to 0.1.22
- [Release notes](https://github.com/Brooooooklyn/simple-git/releases)
- [Commits](https://github.com/Brooooooklyn/simple-git/compare/v0.1.21...v0.1.22)

Updates `ansi-truncate` from 1.3.0 to 1.4.0
- [Commits](https://github.com/fabiospampinato/ansi-truncate/compare/v1.3.0...v1.4.0)

Updates `preact` from 10.27.0 to 10.27.1
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](https://github.com/preactjs/preact/compare/10.27.0...10.27.1)

Updates `preact-render-to-string` from 6.5.13 to 6.6.1
- [Release notes](https://github.com/preactjs/preact-render-to-string/releases)
- [Changelog](https://github.com/preactjs/preact-render-to-string/blob/main/CHANGELOG.md)
- [Commits](https://github.com/preactjs/preact-render-to-string/compare/v6.5.13...v6.6.1)

Updates `pretty-bytes` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/sindresorhus/pretty-bytes/releases)
- [Commits](https://github.com/sindresorhus/pretty-bytes/compare/v7.0.0...v7.0.1)

Updates `@types/node` from 24.2.1 to 24.3.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `esbuild` from 0.25.8 to 0.25.9
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.8...v0.25.9)

Updates `tsx` from 4.20.3 to 4.20.5
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](https://github.com/privatenumber/tsx/compare/v4.20.3...v4.20.5)

---
updated-dependencies:
- dependency-name: "@floating-ui/dom"
  dependency-version: 1.7.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@napi-rs/simple-git"
  dependency-version: 0.1.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ansi-truncate
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: preact
  dependency-version: 10.27.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: preact-render-to-string
  dependency-version: 6.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pretty-bytes
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: esbuild
  dependency-version: 0.25.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: tsx
  dependency-version: 4.20.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-05 11:32:01 -07:00
Lumen Yang
190342cea2 docs: remove out of date admonition (#2114) 2025-09-05 09:45:06 -07:00
c70bd927f0 [obsidian] vault backup: 2025-09-05 12:55:37[ 2025-09-05 12:55:37 +09:00
701d487054 [obsidian] vault backup: 2025-09-05 11:54:13[ 2025-09-05 11:54:13 +09:00
b2f4f56784 [obsidian] vault backup: 2025-09-04 03:44:03[ 2025-09-04 03:44:03 +09:00
7df8fe0ed4 [obsidian] vault backup: 2025-09-02 14:53:19[ 2025-09-02 14:53:19 +09:00
e413c3a33d [obsidian] vault backup: 2025-09-02 13:53:14[ 2025-09-02 13:53:14 +09:00
1cd83d65d0 [obsidian] vault backup: 2025-09-02 11:53:02[ 2025-09-02 11:53:02 +09:00
8ad8519421 [obsidian] vault backup: 2025-09-01 18:17:51[ 2025-09-01 18:17:51 +09:00
5413c74dd0 [obsidian] vault backup: 2025-09-01 17:17:45[ 2025-09-01 17:17:45 +09:00
f8286e2023 [obsidian] vault backup: 2025-09-01 14:17:33[ 2025-09-01 14:17:33 +09:00
e8fcf43547 [obsidian] vault backup: 2025-09-01 12:17:19[ 2025-09-01 12:17:19 +09:00
e9a85c7d40 [obsidian] vault backup: 2025-08-29 16:37:27 2025-08-29 16:37:28 +09:00
ee7824899d [obsidian] vault backup: 2025-08-29 15:55:13[ 2025-08-29 15:55:13 +09:00
e6eb598422 [obsidian] vault backup: 2025-08-29 11:01:04[ 2025-08-29 11:01:04 +09:00
152a9d319c [obsidian] vault backup: 2025-08-29 10:42:31 2025-08-29 10:42:31 +09:00
d686ae92c6 [obsidian] vault backup: 2025-08-28 21:21:11[ 2025-08-28 21:21:11 +09:00
58da08f6a3 [obsidian] vault backup: 2025-08-28 15:20:59[ 2025-08-28 15:20:59 +09:00
c18fb6adc6 [obsidian] vault backup: 2025-08-27 20:24:59[ 2025-08-27 20:24:59 +09:00
384c9c9b44 [obsidian] vault backup: 2025-08-27 17:29:08[ 2025-08-27 17:29:08 +09:00
ee1f3948bc [obsidian] vault backup: 2025-08-27 13:32:54[ 2025-08-27 13:32:54 +09:00
9deac52f51 [obsidian] vault backup: 2025-08-26 10:20:12[ 2025-08-26 10:20:12 +09:00
18bbf1b019 [obsidian] vault backup: 2025-08-25 17:17:36[ 2025-08-25 17:17:36 +09:00
575974012f [obsidian] vault backup: 2025-08-25 15:53:09[ 2025-08-25 15:53:09 +09:00
84263ed3de [obsidian] vault backup: 2025-08-25 12:20:12[ 2025-08-25 12:20:12 +09:00
9203481faf Merge remote-tracking branch 'home/v4' into v4 2025-08-25 10:13:56 +09:00
d0d8e13d61 [obsidian] vault backup: 2025-08-25 00:05:12 2025-08-25 00:05:12 +09:00