From 8ec217b67ed00acebc24a8c95031993f23deae3c Mon Sep 17 00:00:00 2001 From: ada Date: Fri, 22 Aug 2025 13:05:46 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9=D0=BA=D0=B8?= =?UTF-8?q?=20=D0=BC=D0=B0=D0=BA=D0=B5=D1=82=D0=B0:=20=D0=B4=D0=BE=D0=B1?= =?UTF-8?q?=D0=B0=D0=B2=D0=B8=D1=82=D1=8C=20=D0=B1=D0=BE=D0=BA=D0=BE=D0=B2?= =?UTF-8?q?=D1=83=D1=8E=20=D0=BF=D0=B0=D0=BD=D0=B5=D0=BB=D1=8C=20=D0=B8=20?= =?UTF-8?q?=D1=81=D0=B4=D0=B5=D0=BB=D0=B0=D1=82=D1=8C=20=D0=BE=D0=B3=D0=BB?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=84=D0=B8=D0=BA?= =?UTF-8?q?=D1=81=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=BD=D1=8B=D0=BC;?= =?UTF-8?q?=20=D1=83=D0=B2=D0=B5=D0=BB=D0=B8=D1=87=D0=B8=D1=82=D1=8C=20?= =?UTF-8?q?=D1=80=D0=B0=D0=B7=D0=BC=D0=B5=D1=80=20=D1=88=D1=80=D0=B8=D1=84?= =?UTF-8?q?=D1=82=D0=B0=20=D0=B4=D0=BE=2018px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.yml | 9 +++++++-- assets/css/main.scss | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 5239eba..104d73d 100644 --- a/_config.yml +++ b/_config.yml @@ -50,8 +50,10 @@ defaults: type: "notes" values: layout: single - nav: main + sidebar: + nav: "" toc: true # оглавление справа + toc_sticky: true author_profile: false classes: wide - scope: @@ -59,7 +61,10 @@ defaults: type: "posts" values: layout: single - toc: false + sidebar: + nav: "" + toc: true # оглавление справа + toc_sticky: true author_profile: true obsidian: diff --git a/assets/css/main.scss b/assets/css/main.scss index baf4733..3040da0 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -6,7 +6,7 @@ @import "minimal-mistakes"; // подключаем саму тему /* ниже твои правки */ -html { font-size: 16px; } +html { font-size: 18px; } body { line-height: 1.6; } h1 { font-size: 1.9rem; }