mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-07-24 07:11:24 +00:00
.github
content
docs
quartz
cli
components
i18n
plugins
processors
static
styles
base.scss
callouts.scss
custom.scss
syntax.scss
variables.scss
util
bootstrap-cli.mjs
bootstrap-worker.mjs
build.ts
cfg.ts
depgraph.test.ts
depgraph.ts
worker.ts
.gitattributes
.gitignore
.node-version
.npmrc
.prettierignore
.prettierrc
CODE_OF_CONDUCT.md
Dockerfile
LICENSE.txt
README.md
globals.d.ts
index.d.ts
package-lock.json
package.json
quartz.config.ts
quartz.layout.ts
tsconfig.json
* start work on client side explorer * fix tests * fmt * generic test flag * add prenav hook * add highlight class * make flex more consistent, remove transition * open folders that are prefixes of current path * make mobile look nice * more style fixes