Commit graph

1799 commits

Author SHA1 Message Date
Silviu Lorenț
fa2ea2896f
feat: add user-defined config for syntax highlighting plugin (#869)
* feat: add user-defined options to syntax highlighting plugin

* feat: add default syntax highlighting config to `quartz.config.ts`

* chore: refactor according to @aarnphm's review

Co-authored-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>

* chore: run Prettier on `quartz/plugins/transformers/syntax.ts`

* Update quartz/plugins/transformers/syntax.ts

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

* Update syntax.ts

---------

Co-authored-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
2024-02-17 10:23:45 -08:00
kabirgh
5af707ea20
fix/feat(fast rebuild): re-render transclusions in normal and fastRebuild mode (#842)
* Re-render transclusions in normal watch mode

* Include transclusions in ContentPage getDependencyGraph

* Address PR comments
2024-02-17 09:45:01 -08:00
096dd25c0d commit(auto) 2024-02-17 20:40:02 +09:00
81ea8d353b commit(auto) 2024-02-17 20:30:03 +09:00
00982cf04a commit(auto) 2024-02-17 19:10:03 +09:00
40200a8996 commit(auto) 2024-02-17 19:00:03 +09:00
1742d9ba88 commit(auto) 2024-02-17 18:50:03 +09:00
62b29a8893 commit(auto) 2024-02-17 15:20:03 +09:00
a466509dbe commit(auto) 2024-02-17 15:10:02 +09:00
root
60498e39c3 commit(auto) 2024-02-17 11:08:53 +09:00
e818f6c03d commit(auto) 2024-02-16 19:32:28 +09:00
214de1c96c commit(auto) 2024-02-16 19:23:06 +09:00
8efc34bef9 commit(auto) 2024-02-16 19:22:20 +09:00
f08aa666c0 hoge 2024-02-16 19:00:07 +09:00
943157f448 hoge 2024-02-16 18:58:46 +09:00
ef68e1c16f hoge 2024-02-16 18:54:55 +09:00
0c8f831a09 hoge 2024-02-16 18:53:03 +09:00
9ae267fa28 hoge 2024-02-16 18:50:17 +09:00
0053067982 hoge 2024-02-16 18:27:24 +09:00
3a6c610e95 Hoge 2024-02-16 18:11:26 +09:00
4b0cbcd6bd test 2024-02-16 18:09:57 +09:00
ecb91a1abd test 2024-02-16 13:24:04 +09:00
13ddc8e23e commit(auto) 2024-02-16 10:58:00 +09:00
kabirgh
823d952922
feat: implement getDependencyGraph for AliasRedirects emitter (#860) 2024-02-15 19:50:48 -05:00
kabirgh
78a408c96a
feat: implement getDependencyGraph for FolderPage (#849) 2024-02-15 19:50:33 -05:00
David Fischer
6c8023463d
Add support for image popovers (#854)
* feat(popover): Add support for images

* fix: run prettier

* feat(popover): use switch logic for content types & adjust styles

* feat(popover): Add content type data tag for popover-inner class
2024-02-14 15:41:13 -05:00
Aaron Bull Schaefer
2041341d9f
docs: workaround for shallow clones on Cloudflare Pages (#868)
Rather than recommend a different hosting provider, Cloudflare Pages
users that prioritize the `git` method for their `CreatedModifiedDate`
configuration can preface the build command with a means of fetching the
required repository history.

See:
- https://gohugo.io/methods/page/gitinfo/#hosting-considerations
2024-02-14 09:41:44 -08:00
663dc58e21 commit(auto) 2024-02-14 23:30:02 +09:00
db9ca4b30b commit(auto) 2024-02-14 23:30:01 +09:00
Aaron Pham
21c6bbf302
chore(types): add additional hint for LSP support (#864)
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2024-02-13 23:53:44 -05:00
68220231ef commit(auto) 2024-02-14 07:00:02 +09:00
43ab774c35 commit(auto) 2024-02-14 07:00:01 +09:00
f2cfe6fb18 commit(auto) 2024-02-13 20:10:02 +09:00
3069f00559 commit(auto) 2024-02-13 20:10:02 +09:00
Jacky Zhao
b87a701ff7 fix: base.com not being resolved properly with joinSegments 2024-02-13 01:27:27 -08:00
Lin
880a9511b6
fix: incorrect link resolution for transclusion in root index file (#853)
Co-authored-by: Lauréline Nevin <laureline.nevin@unicaen.fr>
2024-02-13 03:11:16 -05:00
63e3ebf4eb commit(auto) 2024-02-13 16:20:11 +09:00
9402e7f057 commit(auto) 2024-02-13 16:10:12 +09:00
b84371a1b1 commit(auto) 2024-02-13 16:00:12 +09:00
dependabot[bot]
a31e3f9458
chore(deps): bump @floating-ui/dom from 1.6.1 to 1.6.3 (#857)
Bumps [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom) from 1.6.1 to 1.6.3.
- [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.6.3/packages/dom)

---
updated-dependencies:
- dependency-name: "@floating-ui/dom"
  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-13 00:21:45 -05:00
dependabot[bot]
2c06e68ba6
chore(deps): bump preact from 10.19.3 to 10.19.4 (#858)
Bumps [preact](https://github.com/preactjs/preact) from 10.19.3 to 10.19.4.
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](https://github.com/preactjs/preact/compare/10.19.3...10.19.4)

---
updated-dependencies:
- dependency-name: preact
  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-13 00:21:30 -05:00
dependabot[bot]
4a28d0e5d1
chore(deps-dev): bump tsx from 4.7.0 to 4.7.1 (#859)
Bumps [tsx](https://github.com/privatenumber/tsx) from 4.7.0 to 4.7.1.
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/develop/release.config.cjs)
- [Commits](https://github.com/privatenumber/tsx/compare/v4.7.0...v4.7.1)

---
updated-dependencies:
- dependency-name: tsx
  dependency-type: direct:development
  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-13 00:21:13 -05:00
Jacky Zhao
a7325eadc1 fix(analytics): umami custom host should be a string (closes #852) 2024-02-12 09:01:05 -08:00
Emile Bangma
5dc4f21a4b
feat(i18n): localize the min read string for the nl-NL locale (#850)
* Update min read translation

* Added nl_BE to Dutch

Added Flemish (nl_BE) to point to nl.

* Removed period to match other translations
2024-02-12 08:58:00 -08:00
Jacky Zhao
76f295620c feat: add transclude-src to transclude 'link to original' 2024-02-12 08:52:00 -08:00
8b443641b8 commit(auto) 2024-02-13 01:00:10 +09:00
b48421ff88 commit(auto) 2024-02-13 00:50:11 +09:00
eaaa020db1 commit(auto) 2024-02-13 00:20:11 +09:00
714a64f30e commit(auto) 2024-02-13 00:00:59 +09:00
f278d96251 commit(auto) 2024-02-13 00:00:12 +09:00