Files
bimproekt/config.toml
2026-06-19 13:30:40 +03:00

53 lines
1.2 KiB
TOML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
baseURL = 'http://localhost:1313'
languageCode = 'ru-ru'
title = 'Мой блог'
theme = 'PaperMod'
[params]
mainSections = ['posts']
ShowReadingTime = true
ShowShareButtons = true
ShowPostNavLinks = true
ShowBreadCrumbs = true
ShowCodeCopyButtons = true
ShowWordCount = true
homeInfoParams.Title = 'Добро пожаловать в мой блог'
homeInfoParams.Content = 'Здесь я пишу о своих проектах и идеях'
[[params.socialIcons]]
name = "github"
url = "https://github.com/ваш-профиль"
[[params.socialIcons]]
name = "mastodon"
url = "https://mastodon.social/@ваш_профиль"
[[params.socialIcons]]
name = "telegram"
url = "https://t.me/ваш-профиль"
[menu]
[[menu.main]]
identifier = 'posts'
name = 'Все посты'
url = '/posts/'
weight = 1
[[menu.main]]
identifier = 'about'
name = 'Обо мне'
url = '/about/'
weight = 2
[[menu.main]]
identifier = 'services'
name = 'Услуги'
url = '/services/'
weight = 3
[[menu.main]] # ← НОВЫЙ ПУНКТ
identifier = 'library'
name = 'Библиотека'
url = '/library/'
weight = 4