From a245892434570bc81dc0a247eb92f81388e4a6ca Mon Sep 17 00:00:00 2001 From: Dmitry Date: Mon, 18 May 2026 21:46:28 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=BA=D0=BE=D0=BD=D1=87=D0=B0=D1=82?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BD=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/_index.md | 1 - hugo.toml | 9 ++------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/content/_index.md b/content/_index.md index 4df384e..bd97950 100644 --- a/content/_index.md +++ b/content/_index.md @@ -3,6 +3,5 @@
Projects - Notes About
diff --git a/hugo.toml b/hugo.toml index 9d8ca41..d8ac677 100644 --- a/hugo.toml +++ b/hugo.toml @@ -115,23 +115,18 @@ enableRobotsTXT = true url = "/projects/" weight = 2 - [[menu.main]] - identifier = "notes" - pre = "" - url = "/posts/" - weight = 3 [[menu.main]] identifier = "about" pre = "" url = "/about/" - weight = 4 + weight = 3 [[menu.main]] identifier = "github" pre = "" url = "https://github.com/ada-dmitry" - weight = 5 + weight = 4 [menu.main.params] NewPage = true