Commit graph

1056 commits

Author SHA1 Message Date
aee6bd876c modify css 2024-02-12 10:39:44 +09:00
b4ca40ed57 commit(auto) 2024-02-12 10:39:44 +09:00
6d196d6aa2 commit(auto) 2024-02-12 10:39:44 +09:00
50b45f5d32 commit(auto) 2024-02-12 10:39:44 +09:00
6ef7b74680 commit(auto) 2024-02-12 10:39:44 +09:00
def4caee4a commit(auto) 2024-02-12 10:39:44 +09:00
b868b1c2c7 commit(auto) 2024-02-12 10:39:44 +09:00
adca3b5a2b commit(auto) 2024-02-12 10:39:44 +09:00
386af7246f commit(auto) 2024-02-12 10:39:44 +09:00
ca60399f7d commit(auto) 2024-02-12 10:39:44 +09:00
6f96e0b264 commit(auto) 2024-02-12 10:34:14 +09:00
b4e61ea9f6 modify config 2024-02-12 10:34:05 +09:00
867b2d81c6 hoge 2024-02-12 10:33:36 +09:00
a9a7fbf7fb commit(auto) 2024-02-12 10:32:43 +09:00
b3507eb557 commit(auto) 2024-02-12 10:32:43 +09:00
bcc61d8d35 commit(auto) 2024-02-12 10:32:43 +09:00
1cd8f61a13 commit(auto) 2024-02-12 10:32:43 +09:00
53d89ec9a2 commit(auto) 2024-02-12 10:32:43 +09:00
f9977e4fd9 commit(auto) 2024-02-12 10:32:43 +09:00
ad0f27ba32 commit(auto) 2024-02-12 10:32:43 +09:00
b563f90d4a commit(auto) 2024-02-12 10:32:43 +09:00
a0e640870b commit(auto) 2024-02-12 10:32:43 +09:00
6c72fdb9e9 commit(auto) 2024-02-12 10:32:43 +09:00
74823f86ea commit(auto) 2024-02-12 10:32:43 +09:00
34dd616c28 commit(auto) 2024-02-12 10:32:43 +09:00
848b929bc7 commit(auto) 2024-02-12 10:32:43 +09:00
966fe81969 commit(auto) 2024-02-12 10:32:43 +09:00
97948bba7a commit(auto) 2024-02-12 10:32:43 +09:00
2805975f72 commit(auto) 2024-02-12 10:32:43 +09:00
7a89c801d0 commit(auto) 2024-02-12 10:32:43 +09:00
4e44bc50cf commit(auto) 2024-02-12 10:32:43 +09:00
765270a308 commit(auto) 2024-02-12 10:32:43 +09:00
bbb80f54bd commit(auto) 2024-02-12 10:32:43 +09:00
Jacky Zhao
3dfab63ec2 docs: i can't type 2024-02-12 10:32:43 +09:00
kabirgh
226891b9b1
fix(fast rebuild): call only required emitters, don't always copy assets (#845)
* fix(fast rebuild): call only required emitters, don't always copy assets

* Type function
2024-02-11 12:20:44 -08:00
Jacky Zhao
389f2e8bee fix(ofm): allow diacretic marks in tag regex (closes #830) 2024-02-11 12:12:01 -08:00
dependabot[bot]
998198cffb
chore(deps): bump esbuild-sass-plugin from 2.16.0 to 2.16.1 (#778)
Bumps [esbuild-sass-plugin](https://github.com/glromeo/esbuild-sass-plugin) from 2.16.0 to 2.16.1.
- [Release notes](https://github.com/glromeo/esbuild-sass-plugin/releases)
- [Commits](https://github.com/glromeo/esbuild-sass-plugin/compare/v2.16.0...v2.16.1)

---
updated-dependencies:
- dependency-name: esbuild-sass-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-11 11:27:16 -08:00
Jacky Zhao
4a6a44950f fix(breadcrumbs): folder index by full path rather than folder name (closes #676) 2024-02-11 11:26:24 -08:00
Silviu Lorenț
2b39bd93f3
feat(i18n): localize the min read string for the ro-RO locale (#847)
* feat(i18n): localize `min read` string for `ro-RO` locale

* chore: run Prettier on `quartz/i18n/locales/ro-RO.ts`
2024-02-11 11:23:58 -08:00
Neel Shah
b5295e0f26
fix: breadcrumbs displayName issue for file names ending with index (#839) 2024-02-11 11:08:12 -08:00
Jacky Zhao
ab0e20b4d0 chore: refactor out and export endsWith 2024-02-11 10:57:24 -08:00
Silviu Lorenț
af5f5abad4
docs: add documentation for Umami analytics integration (#846) 2024-02-11 10:51:10 -08:00
Alq
3518ca9e2a
feat(i18n): localize the min read string (#838)
* feat(i18n): localize the min read string fixes #825

* chore: format
2024-02-11 10:43:08 -08:00
Aaron Pham
ab80eba794
chore(callouts): remove unnecessary whitespaces after class name (#833)
Though we should have a plugins that just strip whitespace in all node
class.

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2024-02-10 17:19:17 -05:00
Aaron Pham
6ae0bb0908
chore: move fonts all into static folder (#835)
* chore: move fonts all into static folder

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>

* Apply suggestions from code review

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

* chore: update formatter

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>

---------

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
2024-02-10 17:17:41 -05:00
Aaron Pham
db5e701810
feat(i18n): support parsing callouts (#834)
* feat(i18n): support parsing callouts

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>

* chore: move callout into components

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>

* chore: update arabic translation

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>

* fix: make sure to use correct items

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>

---------

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2024-02-10 17:09:57 -05:00
Alq
a0d6daa3b4
feat(i18n): add Arabic translation (#837)
* feat(i18n): add Arabic translation

* chore: format
2024-02-10 09:02:28 -08:00
kabirgh
fe353d946b
feat(experimental): partial rebuilds (#716) 2024-02-09 10:07:32 -05:00
Jacky Zhao
a87704cd05 fix: set default locale for lang attribute 2024-02-08 09:31:36 -08:00
Silviu Lorenț
fd785ada56
feat(i18n): use Romanian translation for ro-MD locale (#828) 2024-02-08 08:48:13 -08:00