Skip to content

Commit

Permalink
Update quartz digest to bec726b
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2024
1 parent 5bc36bf commit e309be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quartz
Submodule quartz updated 47 files
+1 −1 docs/advanced/making plugins.md
+1 −0 docs/configuration.md
+18 −0 docs/features/i18n.md
+1 −1 docs/index.md
+54 −54 package-lock.json
+3 −3 package.json
+6 −2 quartz/cfg.ts
+1 −0 quartz/components/ArticleTitle.tsx
+3 −3 quartz/components/Backlinks.tsx
+3 −3 quartz/components/Darkmode.tsx
+3 −2 quartz/components/Date.tsx
+3 −3 quartz/components/Explorer.tsx
+1 −1 quartz/components/ExplorerNode.tsx
+3 −3 quartz/components/Footer.tsx
+2 −2 quartz/components/Graph.tsx
+3 −3 quartz/components/Head.tsx
+2 −1 quartz/components/PageTitle.tsx
+5 −10 quartz/components/RecentNotes.tsx
+5 −5 quartz/components/Search.tsx
+3 −3 quartz/components/TableOfContents.tsx
+2 −2 quartz/components/pages/404.tsx
+4 −4 quartz/components/pages/FolderContent.tsx
+9 −14 quartz/components/pages/TagContent.tsx
+20 −4 quartz/components/renderPage.tsx
+23 −0 quartz/components/scripts/checkbox.inline.ts
+4 −0 quartz/components/styles/search.scss
+0 −37 quartz/i18n/i18next.ts
+17 −0 quartz/i18n/index.ts
+65 −0 quartz/i18n/locales/de-DE.ts
+63 −0 quartz/i18n/locales/definition.ts
+65 −0 quartz/i18n/locales/en-US.ts
+0 −37 quartz/i18n/locales/en.json
+65 −0 quartz/i18n/locales/fr-FR.ts
+0 −38 quartz/i18n/locales/fr.json
+63 −0 quartz/i18n/locales/ja-JP.ts
+66 −0 quartz/i18n/locales/nl-NL.ts
+6 −4 quartz/plugins/emitters/404.tsx
+3 −2 quartz/plugins/emitters/contentIndex.ts
+1 −1 quartz/plugins/emitters/contentPage.tsx
+6 −2 quartz/plugins/emitters/folderPage.tsx
+6 −2 quartz/plugins/emitters/tagPage.tsx
+3 −2 quartz/plugins/transformers/frontmatter.ts
+30 −0 quartz/plugins/transformers/ofm.ts
+1 −12 quartz/plugins/transformers/toc.ts
+0 −8 quartz/util/lang.ts
+2 −1 quartz/util/path.test.ts
+6 −1 quartz/util/path.ts

0 comments on commit e309be8

Please sign in to comment.