Commit Graph

1104 Commits

Author SHA1 Message Date
Jacky Zhao ea5742c328 fix: mermaid copy source position 2023-09-24 10:31:54 -07:00
Chad Lee 95eec5b49d
add site to showcase (#504) 2023-09-24 10:27:42 -07:00
ksr 84b4faef21 vac weekly update: add more acz tasks
Signed-off-by: ksr <kaiserd@users.noreply.github.com>
2023-09-24 12:17:02 +02:00
Vince Imbat c5b9137f12
docs: Adds Vince Imbat to showcase (#501) 2023-09-22 19:39:02 -07:00
Jacky Zhao 13c8673226 feat: add warning for invalid date format 2023-09-22 10:04:50 -07:00
Jacky Zhao a897cc1f53 feat: add warning for missing home page 2023-09-22 10:04:50 -07:00
Ben Schlegel d93599364a
docs(showcase): fix pull request redirect link (#500) 2023-09-22 08:20:19 -07:00
ksr a1c916620d vac roadmap dr update
Signed-off-by: ksr <kaiserd@users.noreply.github.com>
2023-09-22 15:46:45 +02:00
ksr 5a41088e34 vac roadmap sc update
Signed-off-by: ksr <kaiserd@users.noreply.github.com>
2023-09-22 13:13:29 +02:00
ksr 1512da0e97 vac roadmap sc update
Signed-off-by: ksr <kaiserd@users.noreply.github.com>
2023-09-22 13:10:47 +02:00
ksr b77f63db41 vac roadmap sc update
Signed-off-by: ksr <kaiserd@users.noreply.github.com>
2023-09-22 13:04:57 +02:00
ksr 0140e3b88f vac roadmap sc update
Signed-off-by: ksr <kaiserd@users.noreply.github.com>
2023-09-22 12:58:52 +02:00
ksr d5ba3885dc vac roadmap sc update
Signed-off-by: ksr <kaiserd@users.noreply.github.com>
2023-09-22 12:56:53 +02:00
ksr e6402e9559 vac roadmap sc update
Signed-off-by: ksr <kaiserd@users.noreply.github.com>
2023-09-22 12:55:58 +02:00
ksr 0929655a96 vac roadmap sc update
Signed-off-by: ksr <kaiserd@users.noreply.github.com>
2023-09-22 12:45:55 +02:00
ksr f64ccb43d8 vac roadmap sc update
Signed-off-by: ksr <kaiserd@users.noreply.github.com>
2023-09-22 12:44:57 +02:00
Corey 23694f51a7 acid update 2023-09-21 15:39:01 -04:00
Corey 92679cb109 added insight service unit 2023-09-21 14:51:09 -04:00
Ben Schlegel fa69c2a565
fix(explorer): increase consistency, explicitly use font-family (#496)
* fix(explorer): display name for folders without `index` file

* docs(explorer): add section for folder display names

* docs(explorer): fix broken wikilink

* fix(consistency): explicitly set font + label/link fix

Use consistent styling between folders with `folderClickBehavior: "link"` and `"collapse`

* Update quartz/components/styles/explorer.scss

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

* Update quartz/components/styles/explorer.scss

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

---------

Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
2023-09-21 19:35:11 +02:00
Ben Schlegel 8eb1554b13
fix(explorer): display names for folders without frontmatter (#494)
* fix(explorer): display name for folders without `index` file

* docs(explorer): add section for folder display names
2023-09-21 18:54:33 +02:00
Ben Schlegel dcdeae4e7b
docs(explorer): update default config + new example (#493) 2023-09-21 18:53:19 +02:00
Jacky Zhao 48452231d5
perf: memoize filetree computation (#490)
* perf: memoize filetree computation

* format

* var -> let
2023-09-20 16:09:18 -07:00
Jacky Zhao 16d33fb771
feat: display name for folders, expand explorer a little bit (#489)
* feat: display name for folders, expand explorer a little bit

* update docs
2023-09-20 16:08:54 -07:00
Ben Schlegel b029eeadab
feat(explorer): improve accessibility and consistency (+ bug fix) (#488)
* feat(consistency): use `all: unset` on button

* style: improve accessibility and consistency for explorer

* fix: localStorage bug with folder name changes

* chore: bump quartz version
2023-09-20 13:55:29 -07:00
Jacky Zhao 6a9e6352e8 Revert "feat: Making Quartz available offline by making it a PWA (#465)"
This reverts commit d6301fae90.
2023-09-20 13:52:45 -07:00
Jacky Zhao 70e029d151 Revert "docs: wording changes for offline support"
This reverts commit 52a172d1a4.
2023-09-20 13:52:29 -07:00
Jacky Zhao 0bad3ce799 docs: document enableToc 2023-09-20 11:58:52 -07:00
Jacky Zhao 52a172d1a4 docs: wording changes for offline support 2023-09-20 11:40:36 -07:00
Adam Brangenberg d6301fae90
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
chair28980 f2fe564342 add label 2023-09-19 18:51:59 -07:00
chair28980 c6cc435fe2 remove checklist 2023-09-19 18:47:21 -07:00
chair 2a9700709d
update waku description (#5) 2023-09-19 18:35:00 -07:00
chair28980 fe74d4604e update waku sept 18 2023-09-19 17:37:48 -07:00
Corey c4494831c5 changing overviews to indexes 2023-09-19 19:22:49 -04:00
rwutscher 27a6087dd5
fix: tag regex no longer includes purely numerical 'tags' (#485)
* fix: tag regex no longer includes purely numerical 'tags'

* fix: formatting

* fix: use guard in findAndReplace() instead of expanding the regex
2023-09-19 12:26:30 -07:00
Jacky Zhao 1bf7e3d8b3 fix(nit): make defaultOptions on explorer not a function 2023-09-19 10:22:39 -07:00
David Fischer cc31a40b0c
feat: support changes in system theme (#484)
* feat: support changes in system theme

* fix: run prettier

* fix: add content/.gitkeep
2023-09-19 09:25:51 -07:00
ksr 70c167f55e vac roadmap dr update
Signed-off-by: ksr <kaiserd@users.noreply.github.com>
2023-09-19 17:44:29 +02:00
ksr ba07385818 vac roadmap dr update
Signed-off-by: ksr <kaiserd@users.noreply.github.com>
2023-09-19 17:37:59 +02:00
ksr 311bed7f4f vac roadmap update
Signed-off-by: ksr <kaiserd@users.noreply.github.com>
2023-09-19 15:09:17 +02:00
Corey a43e90b9fd testing description YAML on index files 2023-09-19 09:00:32 -04:00
Corey ca37930be7 vac change to index, abs paths 2023-09-19 08:41:35 -04:00
Ben Schlegel 0d3cf29226
docs: fix explorer example (#483) 2023-09-18 14:32:00 -07:00
Corey a56f62acdd change nomos overview to index files 2023-09-18 16:34:24 -04:00
Corey 72960e1b40 started porting "overview" pages to "index" 2023-09-18 16:31:24 -04:00
Corey 460de4650f missing bulletpoints in nomos overview 2023-09-18 16:24:09 -04:00
Corey 1244e15de3 removed `roadmap` dir, added some nomos milestones 2023-09-18 16:19:59 -04:00
ksr a8c9622a97 vac weekly 2023-09-18 update
Signed-off-by: ksr <kaiserd@users.noreply.github.com>
2023-09-18 18:59:22 +02:00
ksr 4e0b9d3da0 vac weekly 2023-09-18
Signed-off-by: ksr <kaiserd@users.noreply.github.com>
2023-09-18 18:43:42 +02:00
ksr c02c40a1c5 vac roadmap sc update
Signed-off-by: ksr <kaiserd@users.noreply.github.com>
2023-09-18 17:41:02 +02:00