Обновление конфигурации
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
534f0dfe00
commit
7e3bc7f48c
@ -50,6 +50,6 @@ steps:
|
||||
# drone sign --save upagge/digital-garden
|
||||
---
|
||||
kind: signature
|
||||
hmac: ef89b5587a4e332e20599fdb99f685f70c42cc6fb2fd6e5f1e7a98f0e91ad4e8
|
||||
hmac: 5024471b462482086caed03df61c919e6d7febe1069a08422d81ebdc5bb06a8b
|
||||
|
||||
...
|
||||
|
@ -20,7 +20,7 @@ const config: QuartzConfig = {
|
||||
cdnCaching: true,
|
||||
typography: {
|
||||
header: "Schibsted Grotesk",
|
||||
body: "Source Sans Pro",
|
||||
body: "Inter",
|
||||
code: "IBM Plex Mono",
|
||||
},
|
||||
colors: {
|
||||
@ -28,11 +28,11 @@ const config: QuartzConfig = {
|
||||
light: "#faf8f8",
|
||||
lightgray: "#e5e5e5",
|
||||
gray: "#b8b8b8",
|
||||
darkgray: "#4e4e4e",
|
||||
darkgray: "#292929",
|
||||
dark: "#2b2b2b",
|
||||
secondary: "#2c678d",
|
||||
tertiary: "#84a59d",
|
||||
highlight: "rgba(143, 159, 169, 0.15)",
|
||||
highlight: "rgba(0, 80, 219, 0.15)",
|
||||
textHighlight: "#fff23688",
|
||||
},
|
||||
darkMode: {
|
||||
@ -57,8 +57,8 @@ const config: QuartzConfig = {
|
||||
}),
|
||||
Plugin.SyntaxHighlighting({
|
||||
theme: {
|
||||
light: "github-light",
|
||||
dark: "github-dark",
|
||||
light: "ayu-dark",
|
||||
dark: "vitesse-dark",
|
||||
},
|
||||
keepBackground: false,
|
||||
}),
|
||||
|
@ -34,7 +34,7 @@ export const defaultContentPageLayout: PageLayout = {
|
||||
Component.PageTitle(),
|
||||
Component.MobileOnly(Component.Spacer()),
|
||||
Component.Search(),
|
||||
Component.DesktopOnly(Component.RecentNotes({ showTags: false, limit: 8 })),
|
||||
Component.DesktopOnly(Component.RecentNotes({ showTags: false, limit: 6 })),
|
||||
Component.Darkmode(),
|
||||
],
|
||||
right: [
|
||||
|
Loading…
Reference in New Issue
Block a user