И все же...
Build and Deploy / deploy (push) Successful in 11s

This commit is contained in:
Dmitry
2026-05-19 19:57:12 +03:00
parent a245892434
commit f1997c1000
3 changed files with 8 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
public/ public/
.hugo_build.lock .hugo_build.lock
cv.pdf cv.pdf
GEMINI.md
+1
View File
@@ -3,5 +3,6 @@
<div class="home-nav"> <div class="home-nav">
<a href="/projects/"><span data-feather="code"></span> Projects</a> <a href="/projects/"><span data-feather="code"></span> Projects</a>
<!-- <a href="/posts/"><span data-feather="file-text"></span> Notes</a> -->
<a href="/about/"><span data-feather="user"></span> About</a> <a href="/about/"><span data-feather="user"></span> About</a>
</div> </div>
+6
View File
@@ -115,6 +115,12 @@ enableRobotsTXT = true
url = "/projects/" url = "/projects/"
weight = 2 weight = 2
# [[menu.main]]
# identifier = "notes"
# pre = "<span data-feather='file-text'></span>"
# url = "/posts/"
# weight = 3
[[menu.main]] [[menu.main]]
identifier = "about" identifier = "about"