@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user