@@ -1,3 +1,4 @@
|
|||||||
public/
|
public/
|
||||||
.hugo_build.lock
|
.hugo_build.lock
|
||||||
cv.pdf
|
cv.pdf
|
||||||
|
GEMINI.md
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user