From 0d3c24da02fb2e9e2a10c9db34bc55672fe04b06 Mon Sep 17 00:00:00 2001 From: zloylinux Date: Tue, 18 Mar 2025 21:21:41 +0700 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D0=B0?= =?UTF-8?q?=20=D0=BF=D1=80=D0=BE=D0=B5=D0=BA=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.toml | 1 + content/_index.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/config.toml b/config.toml index 74a7ebb..d6675ae 100644 --- a/config.toml +++ b/config.toml @@ -252,6 +252,7 @@ socials = [ footer_menu = [ # {url = "about", name = "about", trailing_slash = true}, # {url = "privacy", name = "privacy", trailing_slash = true}, + { name = "projects", url = "projects", trailing_slash = true }, { url = "sitemap.xml", name = "sitemap", trailing_slash = false }, ] diff --git a/content/_index.md b/content/_index.md index 75c2327..a304699 100644 --- a/content/_index.md +++ b/content/_index.md @@ -6,6 +6,9 @@ sort_by = "date" header = {title = "Привет, я Злой!", img = "img/avator.webp", img_alt = "I'm ZLOY" } section_path = "blog/_index.md" max_posts = 5 +projects_path = "projects/_index.md" +max_projects = 3 +show_projects_first = false social_media_card = "index.jpg" +++