diff options
Diffstat (limited to 'hugo.yaml')
| -rw-r--r-- | hugo.yaml | 69 |
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 |
