Emile Bangma
|
292b06fe0b
|
Node 22 (#1997)
|
2025-05-28 16:20:59 -07:00 |
|
Jacky Zhao
|
5709234fc3
|
docs: clarify transclusions
|
2025-03-23 18:03:52 -07:00 |
|
Jacky Zhao
|
bf8b577f63
|
perf: incremental rebuild (--fastRebuild v2 but default) (#1841)
* checkpoint
* incremental all the things
* properly splice changes array
* smol doc update
* update docs
* make fancy logger dumb in ci
|
2025-03-16 14:17:31 -07:00 |
|
Jacky Zhao
|
ec33a3b7c0
|
fix: mermaid script load order
|
2025-03-10 16:20:08 -07:00 |
|
Jacky Zhao
|
4b260d38aa
|
deps: change min required nodejs to v20 (breaking)
|
2024-08-05 18:41:46 -07:00 |
|
Jacky Zhao
|
57d8b9588e
|
feat: comments (giscus)
|
2024-07-20 23:05:45 -07:00 |
|
Eiko Wagenknecht
|
7296b3a7b5
|
docs: update plugin documentation (#888)
* docs: first few plugins documented
* docs: move plugin info
* docs: move plugin docs to tag based system
* docs: update latex example code snippet
* docs: fix spelling of latex in title
* docs: add missing linebreak
* docs: remove plugin tag from feature pages
* docs: shorten titles
* docs: refine wording
* docs: move plugin details for frontmatter
* docs: add features/* tags
* docs: update latex example
* docs: make references more explicit
* docs: add stubs for the remaining plugins
* docs: more descriptions
* docs: fix feature tags
* docs: descriptions
* docs: new plugin pages
* docs: update configuration page
* docs: more plugin work
* docs: run prettier
* docs: remove comments in config file and add link to docs
* docs: minor fixes
* docs: run prettier
* docs: spelling
* docs: update docs/plugins/AliasRedirects.md
Co-authored-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
* docs: update docs/plugins/Assets.md
Co-authored-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
* docs: update docs/plugins/CNAME.md
Co-authored-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
* docs: update docs/plugins/Static.md
Co-authored-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
* docs: update docs
* docs: update docs/features/Mermaid diagrams.md
Co-authored-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
* docs: update docs/plugins/RemoveDrafts.md
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* docs: update docs/plugins/Assets.md
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* docs: update docs/configuration.md
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* docs: update docs/configuration.md
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* docs: update docs/configuration.md
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* docs: some updates
* docs: work in review comments
---------
Signed-off-by: Eiko Wagenknecht <git@eiko-wagenknecht.de>
Co-authored-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
|
2024-02-23 12:07:53 -08:00 |
|
Jacky Zhao
|
340684c01f
|
chore(i18n): refactor and cleanup (#805)
* checkpoint
* finish
* docs
|
2024-02-04 20:57:10 -08:00 |
|
Jacky Zhao
|
aceba841b1
|
docs: improve first-time git setup
|
2024-01-28 00:20:08 -08:00 |
|
Jacky Zhao
|
55dc2de67f
|
docs: i can't type
|
2024-01-26 20:23:43 -08:00 |
|
Jacky Zhao
|
36cee77868
|
docs: fix phrasing
|
2024-01-26 20:16:54 -08:00 |
|
Jacky Zhao
|
976188bd62
|
docs: add nicole van der hoeven's setup guide
|
2024-01-26 10:55:59 -08:00 |
|
Jacky Zhao
|
01a9065390
|
fix: remove quartz 3 references, update font style in popovers
|
2024-01-21 12:39:20 -08:00 |
|
Jacky Zhao
|
5b7f78c2b6
|
docs: github setup and hosting fixes
|
2023-12-03 23:25:40 -08:00 |
|
Jacky Zhao
|
61a45e25de
|
feat: docker support for v4 (closes #530)
|
2023-10-08 09:59:18 -07:00 |
|
Jacky Zhao
|
282acb6bb8
|
specify minimum npm version
|
2023-10-04 09:23:56 -07:00 |
|
Jacky Zhao
|
9738b95e1b
|
Revert "feat: Making Quartz available offline by making it a PWA (#465)"
This reverts commit d6301fae90.
|
2023-09-20 13:52:45 -07:00 |
|
Adam Brangenberg
|
9c322802fa
|
feat: Making Quartz available offline by making it a PWA (#465)
* Adding PWA and chaching for offline aviability
* renamed workbox config to fit Quartz' scheme
* Documenting new configuration
* Added missig umami documentation
* Fixed formatting so the build passes, thank you prettier :)
* specified caching strategies to improve performance
* formatting...
* fixing "404 manifest.json not found" on subdirectories by adding a / to manifestpath
* turning it into a plugin
* Removed Workbox-cli and updated @types/node
* Added Serviceworkercode to offline.ts
* formatting
* Removing workbox from docs
* applied suggestions
* Removed path.join for sw path
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* Removed path.join for manifest path
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* Removing path module import
* Added absolute path to manifests start_url and manifest "import" using baseUrl
* Adding protocol to baseurl
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* Adding protocol to start_url too then
* formatting...
* Adding fallback page
* Documenting offline plugin
* formatting...
* merge suggestion
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* merge suggestion
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* merge suggestion
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* merge suggestion
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* merge suggestion
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* merge suggestion
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* merge suggestion
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* merge suggestion
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* merge suggestion
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* merge suggestion
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* merge suggestion
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* merge suggestion
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* formatting...
* Fixing manifest path, all these nits hiding the actual issues .-.
* Offline fallback page through plugins, most things taken from 404 Plugin
* adding Offline Plugin to config
* formatting...
* Turned offline off as default and removed offline.md
---------
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
|
2023-09-20 11:38:13 -07:00 |
|
Jacky Zhao
|
0a6e9c3f86
|
feat: note transclusion (#475)
* basic transclude
* feat: note transclusion
|
2023-09-13 11:28:53 -07:00 |
|
kanpov
|
39a290c48f
|
Fix #403 by moving documentation to separate directory to avoid merge conflicts (#405)
|
2023-08-23 12:09:04 -07:00 |
|