Контакты
Build and Deploy / deploy (push) Successful in 18s

This commit is contained in:
Dmitry
2026-05-18 15:48:16 +03:00
parent 2f8a270730
commit eff4d678e7
5 changed files with 64 additions and 2 deletions
+30 -2
View File
@@ -29,7 +29,17 @@ enableRobotsTXT = true
transition: opacity 0.2s;
}
.home-nav a:hover { opacity: 1; }
.home-nav a svg { vertical-align: middle; margin-bottom: 2px; }
.home-nav a svg { vertical-align: middle; margin-bottom: 5px; }
.about-contacts {
list-style: none;
padding: 0;
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.about-contacts li { display: flex; align-items: center; gap: 0.5rem; }
.about-contacts svg { width: 16px; height: 16px; flex-shrink: 0; }
.projects-list {
display: flex;
@@ -99,11 +109,29 @@ enableRobotsTXT = true
]
[menu]
[[menu.main]]
identifier = "projects"
pre = "<span data-feather='code'></span>"
url = "/projects/"
weight = 2
[[menu.main]]
identifier = "notes"
pre = "<span data-feather='file-text'></span>"
url = "/posts/"
weight = 3
[[menu.main]]
identifier = "about"
pre = "<span data-feather='user'></span>"
url = "/about/"
weight = 4
[[menu.main]]
identifier = "github"
pre = "<span data-feather='github'></span>"
url = "https://github.com/ada-dmitry"
weight = 3
weight = 5
[menu.main.params]
NewPage = true