From f1997c1000edac8bd33829cd2fad025b4f9c7367 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Tue, 19 May 2026 19:57:12 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=20=D0=B2=D1=81=D0=B5=20=D0=B6=D0=B5...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + content/_index.md | 1 + hugo.toml | 6 ++++++ 3 files changed, 8 insertions(+) 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"