diff --git a/.gitignore b/.gitignore index 36367e7..5d965ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ public/ .hugo_build.lock cv.pdf +GEMINI.md diff --git a/content/_index.md b/content/_index.md index bd97950..bcebefb 100644 --- a/content/_index.md +++ b/content/_index.md @@ -3,5 +3,6 @@
Projects + About
diff --git a/hugo.toml b/hugo.toml index d8ac677..c2dec32 100644 --- a/hugo.toml +++ b/hugo.toml @@ -115,6 +115,12 @@ enableRobotsTXT = true url = "/projects/" weight = 2 +# [[menu.main]] +# identifier = "notes" +# pre = "" +# url = "/posts/" +# weight = 3 + [[menu.main]] identifier = "about"