From ff79efd13b537d714dfacf74d72e84331eca39a3 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Fri, 3 Apr 2026 15:40:30 +0300 Subject: =?UTF-8?q?=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hugo.yaml | 196 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 99 insertions(+), 97 deletions(-) (limited to 'hugo.yaml') diff --git a/hugo.yaml b/hugo.yaml index 2bc14f9..60c75d5 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -5,114 +5,116 @@ title: ~/NeonXP.log theme: go.neonxp.ru/hugo/base enableEmoji: true params: - author: Александр Кирюхин + author: Александр Кирюхин 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/ - pre: - weight: 55 - - name: Я - pageRef: /me - pre: - weight: 60 - - name: Atom - url: /feed/ - pre: - weight: 70 + 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/ + pre: + weight: 55 + - name: Я + pageRef: /me + pre: + weight: 60 + - name: Atom + url: /feed/ + pre: + weight: 70 taxonomies: - tag: tags - category: categories + tag: tags + category: categories module: - hugoVersion: - extended: true - min: 0.146.0 - imports: - - path: go.neonxp.ru/hugo/base + hugoVersion: + extended: true + min: 0.146.0 + imports: + - path: go.neonxp.ru/hugo/base markup: - goldmark: - renderer: - unsafe: true - extensions: - definitionList: true - footnote: true - linkify: true - linkifyProtocol: https - strikethrough: true - table: true - taskList: true - + goldmark: + renderer: + unsafe: true + extensions: + definitionList: true + footnote: true + linkify: true + linkifyProtocol: https + strikethrough: true + table: true + taskList: true + parser: + attribute: + block: true outputs: - home: - - html - section: - - html - - atom - - feed - page: - - html - taxonomy: - - html - term: - - html + home: + - html + section: + - html + - atom + - feed + page: + - html + taxonomy: + - html + term: + - html outputFormats: - atom: - mediaType: "application/atom+xml" - baseName: "atom" - isHTML: false - isPlainText: false - noUgly: true - rel: "alternate" - feed: - mediaType: "application/json" - baseName: "feed" - isHTML: false - isPlainText: false - noUgly: true - rel: "alternate" + atom: + mediaType: "application/atom+xml" + baseName: "atom" + isHTML: false + 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 + application/atom+xml: + suffixes: + - xml + application/json: + suffixes: + - json enableRobotsTXT: true imaging: - resampleFilter: Box - quality: 75 - hint: photo - anchor: Smart + resampleFilter: Box + quality: 75 + hint: photo + anchor: Smart -- cgit v1.2.3