From a7d6e1c0f4d73ac1ff10bc001aef726f804120c2 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Tue, 3 Feb 2026 10:53:30 +0300 Subject: =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D1=82=D0=B0=D0=BA=D1=81=D0=BE=D0=BD=D0=BE=D0=BC=D0=B8=D1=8E=20?= =?UTF-8?q?=D0=B8=20=D0=B8=D0=B7=D0=BE=D0=B1=D1=80=D0=B0=D0=B6=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hugo.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'hugo.yaml') diff --git a/hugo.yaml b/hugo.yaml index 05ca519..3351986 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -14,6 +14,12 @@ menus: - name: Блог pageRef: /posts weight: 20 + - name: Теги + pageRef: /tags + weight: 25 + - name: Категории + pageRef: /categories + weight: 26 - name: Проекты pageRef: /projects weight: 30 @@ -30,6 +36,10 @@ menus: url: /feed/ pre: weight: 70 + +taxonomies: + tag: tags + category: categories module: hugoVersion: extended: true -- cgit v1.2.3