summaryrefslogtreecommitdiff
path: root/hugo.yaml
diff options
context:
space:
mode:
author2026-01-31 20:38:50 +0300
committer2026-01-31 23:38:53 +0300
commit49458f5ffd5a48c465117ec27f6437683f75acc1 (patch)
treea99ee68116d10c2b2e5a70c442cdadec95ba793c /hugo.yaml
downloadblog-49458f5ffd5a48c465117ec27f6437683f75acc1.tar.gz
blog-49458f5ffd5a48c465117ec27f6437683f75acc1.tar.bz2
blog-49458f5ffd5a48c465117ec27f6437683f75acc1.tar.xz
blog-49458f5ffd5a48c465117ec27f6437683f75acc1.zip
initial
Diffstat (limited to 'hugo.yaml')
-rw-r--r--hugo.yaml69
1 files changed, 69 insertions, 0 deletions
diff --git a/hugo.yaml b/hugo.yaml
new file mode 100644
index 0000000..a0fc763
--- /dev/null
+++ b/hugo.yaml
@@ -0,0 +1,69 @@
+baseURL: https://neonxp.ru/
+languageCode: ru-ru
+defaultContentLanguage: ru
+title: ~/NeonXP.log
+theme: neonxp
+enableEmoji: true
+menus:
+ main:
+ - name: Главная
+ pageRef: /
+ weight: 10
+ - name: Блог
+ pageRef: /posts
+ weight: 20
+ - name: Проекты
+ pageRef: /projects
+ weight: 30
+ - name: Разное
+ pageRef: /pages
+ weight: 40
+ - name: Go
+ url: https://go.neonxp.ru/
+ weight: 50
+ - name: Я
+ pageRef: /me
+ weight: 60
+ - name: Atom
+ url: /feed/
+ pre: <img src="/img/atom.svg" class="menu-icon" />
+ weight: 70
+module:
+ hugoVersion:
+ extended: true
+ min: 0.146.0
+markup:
+ goldmark:
+ renderer:
+ unsafe: true
+pagination:
+ disableAliases: false
+ pagerSize: 10
+ path: page
+
+outputs:
+ home:
+ - html
+ section:
+ - html
+ - atom
+ page:
+ - html
+ taxonomy:
+ - html
+ term:
+ - html
+
+outputFormats:
+ atom:
+ mediaType: "application/atom+xml"
+ baseName: "atom"
+ isHTML: false
+ isPlainText: false
+ noUgly: true
+ rel: "alternate"
+
+mediaTypes:
+ application/atom+xml:
+ suffixes:
+ - xml