Обновить настройки макета: добавить боковую панель и сделать оглавление фиксированным; увеличить размер шрифта до 18px

This commit is contained in:
ada
2025-08-22 13:05:46 +03:00
parent b295c621a0
commit 8ec217b67e
2 changed files with 8 additions and 3 deletions
+7 -2
View File
@@ -50,8 +50,10 @@ defaults:
type: "notes" type: "notes"
values: values:
layout: single layout: single
nav: main sidebar:
nav: ""
toc: true # оглавление справа toc: true # оглавление справа
toc_sticky: true
author_profile: false author_profile: false
classes: wide classes: wide
- scope: - scope:
@@ -59,7 +61,10 @@ defaults:
type: "posts" type: "posts"
values: values:
layout: single layout: single
toc: false sidebar:
nav: ""
toc: true # оглавление справа
toc_sticky: true
author_profile: true author_profile: true
obsidian: obsidian:
+1 -1
View File
@@ -6,7 +6,7 @@
@import "minimal-mistakes"; // подключаем саму тему @import "minimal-mistakes"; // подключаем саму тему
/* ниже твои правки */ /* ниже твои правки */
html { font-size: 16px; } html { font-size: 18px; }
body { line-height: 1.6; } body { line-height: 1.6; }
h1 { font-size: 1.9rem; } h1 { font-size: 1.9rem; }