Skip to content

Commit d40a0a5

Browse files
committed
Quartz sync: Jul 29, 2025, 10:06 PM
1 parent 05e723c commit d40a0a5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

quartz.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const config: QuartzConfig = {
7676
],
7777
filters: [Plugin.RemoveDrafts()],
7878
emitters: [
79-
Plugin.AliasRedirects(),
79+
// Plugin.AliasRedirects(),
8080
Plugin.ComponentResources(),
8181
Plugin.ContentPage(),
8282
Plugin.FolderPage(),

quartz.layout.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export const defaultListPageLayout: PageLayout = {
6969
spacerSymbol: "❯", // symbol between crumbs
7070
rootName: "Home", // name of first/root element
7171
resolveFrontmatterTitle: true, // whether to resolve folder names through frontmatter titles
72-
hideOnRoot: true, // whether to hide breadcrumbs on root `index.md` page
72+
// hideOnRoot: true, // whether to hide breadcrumbs on root `index.md` page
7373
showCurrentPage: true, // whether to display the current page in the breadcrumbs
7474
}), Component.ArticleTitle(), Component.ContentMeta()],
7575
left: [

quartz/styles/custom.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
@use "./base.scss";
22

3-
// put your custom CSS here!
3+
:root[saved-theme=light] {
4+
--light: white;
5+
}

0 commit comments

Comments
 (0)