Обновление конфигурации
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Struchkov Mark 2024-09-04 23:06:10 +03:00
parent 534f0dfe00
commit 7e3bc7f48c
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C
3 changed files with 7 additions and 7 deletions

View File

@ -50,6 +50,6 @@ steps:
# drone sign --save upagge/digital-garden # drone sign --save upagge/digital-garden
--- ---
kind: signature kind: signature
hmac: ef89b5587a4e332e20599fdb99f685f70c42cc6fb2fd6e5f1e7a98f0e91ad4e8 hmac: 5024471b462482086caed03df61c919e6d7febe1069a08422d81ebdc5bb06a8b
... ...

View File

@ -20,7 +20,7 @@ const config: QuartzConfig = {
cdnCaching: true, cdnCaching: true,
typography: { typography: {
header: "Schibsted Grotesk", header: "Schibsted Grotesk",
body: "Source Sans Pro", body: "Inter",
code: "IBM Plex Mono", code: "IBM Plex Mono",
}, },
colors: { colors: {
@ -28,11 +28,11 @@ const config: QuartzConfig = {
light: "#faf8f8", light: "#faf8f8",
lightgray: "#e5e5e5", lightgray: "#e5e5e5",
gray: "#b8b8b8", gray: "#b8b8b8",
darkgray: "#4e4e4e", darkgray: "#292929",
dark: "#2b2b2b", dark: "#2b2b2b",
secondary: "#2c678d", secondary: "#2c678d",
tertiary: "#84a59d", tertiary: "#84a59d",
highlight: "rgba(143, 159, 169, 0.15)", highlight: "rgba(0, 80, 219, 0.15)",
textHighlight: "#fff23688", textHighlight: "#fff23688",
}, },
darkMode: { darkMode: {
@ -57,8 +57,8 @@ const config: QuartzConfig = {
}), }),
Plugin.SyntaxHighlighting({ Plugin.SyntaxHighlighting({
theme: { theme: {
light: "github-light", light: "ayu-dark",
dark: "github-dark", dark: "vitesse-dark",
}, },
keepBackground: false, keepBackground: false,
}), }),

View File

@ -34,7 +34,7 @@ export const defaultContentPageLayout: PageLayout = {
Component.PageTitle(), Component.PageTitle(),
Component.MobileOnly(Component.Spacer()), Component.MobileOnly(Component.Spacer()),
Component.Search(), Component.Search(),
Component.DesktopOnly(Component.RecentNotes({ showTags: false, limit: 8 })), Component.DesktopOnly(Component.RecentNotes({ showTags: false, limit: 6 })),
Component.Darkmode(), Component.Darkmode(),
], ],
right: [ right: [