From 7e3bc7f48cb24eb6c9bd7cfbc239756526384ab4 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Wed, 4 Sep 2024 23:06:10 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8=D0=B3=D1=83?= =?UTF-8?q?=D1=80=D0=B0=D1=86=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- .quartz/quartz.config.ts | 10 +++++----- .quartz/quartz.layout.ts | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 732eb3c0..76efe8b9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -50,6 +50,6 @@ steps: # drone sign --save upagge/digital-garden --- kind: signature -hmac: ef89b5587a4e332e20599fdb99f685f70c42cc6fb2fd6e5f1e7a98f0e91ad4e8 +hmac: 5024471b462482086caed03df61c919e6d7febe1069a08422d81ebdc5bb06a8b ... diff --git a/.quartz/quartz.config.ts b/.quartz/quartz.config.ts index 460cf8ec..864fa1f1 100644 --- a/.quartz/quartz.config.ts +++ b/.quartz/quartz.config.ts @@ -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, }), diff --git a/.quartz/quartz.layout.ts b/.quartz/quartz.layout.ts index f98ff6f2..1c7009e3 100644 --- a/.quartz/quartz.layout.ts +++ b/.quartz/quartz.layout.ts @@ -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: [