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