summaryrefslogtreecommitdiff
path: root/hugo.yaml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hugo.yaml196
1 files changed, 99 insertions, 97 deletions
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: <img src="/img/home.svg" class="menu-icon" />
- weight: 10
- - name: Блог
- pageRef: /posts
- pre: <img src="/img/notebook.svg" class="menu-icon" />
- weight: 20
- - name: Теги
- pageRef: /tags
- pre: <img src="/img/tag.svg" class="menu-icon" />
- weight: 25
- - name: Категории
- pageRef: /categories
- pre: <img src="/img/star.svg" class="menu-icon" />
- weight: 26
- - name: Проекты
- pageRef: /projects
- pre: <img src="/img/project.svg" class="menu-icon" />
- weight: 30
- - name: Разное
- pageRef: /pages
- pre: <img src="/img/other.svg" class="menu-icon" />
- weight: 40
- - name: Git
- url: https://git.neonxp.ru/
- pre: <img src="/img/git.svg" class="menu-icon" />
- weight: 50
- - name: Go
- url: https://go.neonxp.ru/
- pre: <img src="/img/golang.svg" class="menu-icon" />
- weight: 55
- - name: Я
- pageRef: /me
- pre: <img src="/img/logo.svg" class="menu-icon" />
- weight: 60
- - name: Atom
- url: /feed/
- pre: <img src="/img/atom.svg" class="menu-icon" />
- weight: 70
+ main:
+ - name: Главная
+ pageRef: /
+ pre: <img src="/img/home.svg" class="menu-icon" />
+ weight: 10
+ - name: Блог
+ pageRef: /posts
+ pre: <img src="/img/notebook.svg" class="menu-icon" />
+ weight: 20
+ - name: Теги
+ pageRef: /tags
+ pre: <img src="/img/tag.svg" class="menu-icon" />
+ weight: 25
+ - name: Категории
+ pageRef: /categories
+ pre: <img src="/img/star.svg" class="menu-icon" />
+ weight: 26
+ - name: Проекты
+ pageRef: /projects
+ pre: <img src="/img/project.svg" class="menu-icon" />
+ weight: 30
+ - name: Разное
+ pageRef: /pages
+ pre: <img src="/img/other.svg" class="menu-icon" />
+ weight: 40
+ - name: Git
+ url: https://git.neonxp.ru/
+ pre: <img src="/img/git.svg" class="menu-icon" />
+ weight: 50
+ - name: Go
+ url: https://go.neonxp.ru/
+ pre: <img src="/img/golang.svg" class="menu-icon" />
+ weight: 55
+ - name: Я
+ pageRef: /me
+ pre: <img src="/img/logo.svg" class="menu-icon" />
+ weight: 60
+ - name: Atom
+ url: /feed/
+ pre: <img src="/img/atom.svg" class="menu-icon" />
+ 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