From 7d6f85d3b8ab064421a359a11b285668877b7d50 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Sun, 8 Feb 2026 17:31:26 +0300 Subject: =?UTF-8?q?=D0=9F=D0=BE=D1=81=D1=82=20=D0=BF=D1=80=D0=BE=20stplr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hugo.yaml | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) (limited to 'hugo.yaml') diff --git a/hugo.yaml b/hugo.yaml index 3351986..b5749a8 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -10,27 +10,39 @@ menus: main: - name: Главная pageRef: / + pre: weight: 10 - name: Блог pageRef: /posts + pre: weight: 20 - name: Теги pageRef: /tags + pre: weight: 25 - name: Категории pageRef: /categories + pre: weight: 26 - name: Проекты pageRef: /projects + pre: weight: 30 - name: Разное pageRef: /pages + pre: weight: 40 + - name: Git + url: https://git.neonxp.ru/ + pre: + weight: 50 - name: Go url: https://go.neonxp.ru/ - weight: 50 + pre: + weight: 55 - name: Я pageRef: /me + pre: weight: 60 - name: Atom url: /feed/ @@ -63,6 +75,7 @@ outputs: section: - html - atom + - feed page: - html taxonomy: @@ -78,11 +91,21 @@ outputFormats: isPlainText: false noUgly: true rel: "alternate" + feed: + mediaType: "application/json" + baseName: "feed" + isHTML: false + isPlainText: false + noUgly: true + rel: "alternate" mediaTypes: application/atom+xml: suffixes: - xml + application/json: + suffixes: + - json enableRobotsTXT: true @@ -91,4 +114,3 @@ imaging: quality: 75 hint: photo anchor: Smart - compression: lossless -- cgit v1.2.3