1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-07-23 06:41:30 +00:00
Commit Graph

1617 Commits

Author SHA1 Message Date
79f9ab64f5 Merge branch 'v4' of https://github.com/jackyzha0/quartz into v4 2025-07-15 22:56:51 -04:00
1dc2ddae3b fix title 2025-07-15 22:54:12 -04:00
Abhi
059848f8b0 fix(rss): add cdata to escape html content for rss feed (#2046)
* add cdata to escape html content

* fix: remove redundant CDATA
2025-07-14 10:00:38 +02:00
Aaron Pham
acfaa47225 chore: add PR templates (#2045)
* chore: add PR templates

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>

* Update .github/pull_request_template.md

* Apply suggestion from @jackyzha0

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

* chore: update in favor of prose

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>

---------

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
2025-07-09 00:01:14 -04:00
Wen Taichi
7253557d2c fix(goatcounter): properly count SPA page hits (#2035)
1. Should not create new instance after count.js, as it already setup an
instance.
2. Script block would be removed when navigating with SPA, and it cause
count.js can not find endpoint by query. The solution is to set
endpoint manually.
2025-07-07 22:52:49 -04:00
Garklein
82c53a1c80 fix docs for using custom components compositionally (#2044) 2025-07-07 22:46:52 -04:00
dependabot[bot]
eceefd1d84 chore(deps): bump sigstore/cosign-installer in the ci-dependencies group (#2028)
Bumps the ci-dependencies group with 1 update: [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer).


Updates `sigstore/cosign-installer` from 3.8.2 to 3.9.1
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](https://github.com/sigstore/cosign-installer/compare/v3.8.2...v3.9.1)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  dependency-version: 3.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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-07-07 22:42:47 -04:00
Emile Bangma
40f30bef45 fix(emoji): duplicate mappings (#2042) 2025-07-07 06:18:29 -04:00
Emile Bangma
467896413f fix(emoji): added missing skintone variations to emoji map (#2040) 2025-07-04 19:37:20 +02:00
Emile Bangma
74606a1bd3 fix(emoji): map multi-unicode emoji properly (#2037)
* fix(emoji): map multi-unicode emoji properly

* Regenerated emoji map
2025-07-03 21:40:29 +02:00
circular
930eb1c413 fix(cli): filter files on rebuild using --serve (#2039)
* filter files on rebuild

* fix prettier
2025-07-02 04:05:46 -04:00
Emile Bangma
52a5196f38 chore: converted Emoji version 16 (#2018) 2025-06-18 01:18:57 -04:00
8f42fac079 write my own recent notes sort function 2025-06-17 00:35:59 -06:00
f1e6d516e6 now that recent notes are fixed lets show more of them 2025-06-09 21:58:56 -06:00
915f383f7a the issue is def the depth 2025-06-09 21:52:01 -06:00
9c568ecbda Merge branch 'v4' of https://github.com/jackyzha0/quartz into v4 2025-06-09 21:47:50 -06:00
097f4475eb guess you can't do that 2025-06-09 21:47:20 -06:00
e82d3da6ef see if this fixes dates 2025-06-09 21:44:22 -06:00
524209f284 add clippings to ignore 2025-06-08 12:24:00 -06:00
5fcee36d08 Revert "try to do a subtree"
This reverts commit e1cdf11c0b.
2025-06-08 12:16:54 -06:00
cc37ffefaf Revert "work through the bugs"
This reverts commit 2d9d5da388.
2025-06-08 12:16:53 -06:00
db9142aeb6 Revert "Try without depth"
This reverts commit 85d742b533.
2025-06-08 12:16:51 -06:00
ba23eebd94 Revert "need an identity set ig"
This reverts commit 68ebea3490.
2025-06-08 12:16:50 -06:00
b0d6240499 Revert "Revert "need an identity set ig""
This reverts commit 2fa8483da3.
2025-06-08 12:16:49 -06:00
5c115f95e5 Revert "Revert "Try without depth""
This reverts commit ad2c38c26b.
2025-06-08 12:16:48 -06:00
a54458f0e9 Revert "Revert "work through the bugs""
This reverts commit 58a127965a.
2025-06-08 12:16:44 -06:00
58a127965a Revert "work through the bugs"
This reverts commit 2d9d5da388.
2025-06-08 12:15:52 -06:00
ad2c38c26b Revert "Try without depth"
This reverts commit 85d742b533.
2025-06-08 12:15:50 -06:00
2fa8483da3 Revert "need an identity set ig"
This reverts commit 68ebea3490.
2025-06-08 12:15:48 -06:00
68ebea3490 need an identity set ig 2025-06-08 12:11:05 -06:00
85d742b533 Try without depth 2025-06-08 12:07:30 -06:00
2d9d5da388 work through the bugs 2025-06-08 12:04:59 -06:00
e1cdf11c0b try to do a subtree 2025-06-08 12:01:59 -06:00
Jiangnan Li
cdd0be2aa8 feat(giscus): expose language option for Comments component (#2012)
* add language support for Comment

* docs: let users know they can customize their language preference
2025-06-08 11:23:01 +02:00
ba6f3d2183 fix ignores 2025-06-07 16:23:08 -06:00
bd145d91b4 move to just cloning the project 2025-06-07 15:50:36 -06:00
15181555c4 follow instructions online to remove submodule 2025-06-07 15:43:46 -06:00
6b4d29a1fd turn explicit publishing back on 2025-06-07 13:25:53 -06:00
41a8e737ea turn off submodules for now until I figure out this damn bug 2025-06-07 13:21:52 -06:00
937ab53ff0 switch to ssh 2025-06-07 13:15:52 -06:00
75f5d0f4c4 reintroduce the submodule 2025-06-07 13:13:48 -06:00
f110afd363 remove submodule 2025-06-07 13:08:30 -06:00
55b6fa3c50 Claude says add a --force 2025-06-07 13:06:10 -06:00
8e29c322d8 try the original way again 2025-06-07 12:59:22 -06:00
c3c2d0144a manually update maybe 2025-06-07 12:55:21 -06:00
c786a45f52 ok I think I do need to do some submodule stuff manually? 2025-06-07 12:48:22 -06:00
ef74b71284 remove 2025-06-07 12:42:38 -06:00
a6da652d8b Add archive 2025-06-07 12:28:34 -06:00
82516485c3 try public first approach 2025-06-07 12:24:40 -06:00
00d5ea14c3 try not syncing 2025-06-07 00:23:34 -06:00