mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-01-14 22:18:43 +00:00
Layout update
This commit is contained in:
parent
0b25d016e2
commit
7c7de05047
@ -8,7 +8,7 @@ import * as Plugin from "./quartz/plugins"
|
|||||||
*/
|
*/
|
||||||
const config: QuartzConfig = {
|
const config: QuartzConfig = {
|
||||||
configuration: {
|
configuration: {
|
||||||
pageTitle: "Japanese",
|
pageTitle: "🗾 Japanese",
|
||||||
enableSPA: true,
|
enableSPA: true,
|
||||||
enablePopovers: true,
|
enablePopovers: true,
|
||||||
analytics: null,
|
analytics: null,
|
||||||
|
@ -15,7 +15,6 @@ export const sharedPageComponents: SharedLayout = {
|
|||||||
// components for pages that display a single page (e.g. a single note)
|
// components for pages that display a single page (e.g. a single note)
|
||||||
export const defaultContentPageLayout: PageLayout = {
|
export const defaultContentPageLayout: PageLayout = {
|
||||||
beforeBody: [
|
beforeBody: [
|
||||||
// Component.MobileOnly(Component.Search()),
|
|
||||||
Component.Breadcrumbs(),
|
Component.Breadcrumbs(),
|
||||||
],
|
],
|
||||||
left: [
|
left: [
|
||||||
@ -26,7 +25,7 @@ export const defaultContentPageLayout: PageLayout = {
|
|||||||
],
|
],
|
||||||
right: [
|
right: [
|
||||||
Component.DesktopOnly(Component.Darkmode()),
|
Component.DesktopOnly(Component.Darkmode()),
|
||||||
Component.DesktopOnly(Component.Search()),
|
Component.Search(),
|
||||||
Component.DesktopOnly(Component.TableOfContents()),
|
Component.DesktopOnly(Component.TableOfContents()),
|
||||||
Component.MobileOnly(Component.Explorer({folderDefaultState: "open"}))
|
Component.MobileOnly(Component.Explorer({folderDefaultState: "open"}))
|
||||||
],
|
],
|
||||||
@ -38,7 +37,6 @@ export const defaultListPageLayout: PageLayout = {
|
|||||||
left: [
|
left: [
|
||||||
Component.PageTitle(),
|
Component.PageTitle(),
|
||||||
Component.MobileOnly(Component.Spacer()),
|
Component.MobileOnly(Component.Spacer()),
|
||||||
// Component.Search(),
|
|
||||||
Component.Darkmode(),
|
Component.Darkmode(),
|
||||||
Component.DesktopOnly(Component.Explorer()),
|
Component.DesktopOnly(Component.Explorer()),
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user