Добавлена страница проекты

This commit is contained in:
2025-03-18 21:21:41 +07:00
parent 8052675c1e
commit 0d3c24da02
2 changed files with 4 additions and 0 deletions

View File

@@ -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 },
]

View File

@@ -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"
+++