aboutsummaryrefslogtreecommitdiff
path: root/hugo.yaml
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-11-10 00:04:43 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-11-10 00:04:43 +0300
commit8e79098193fd0a8b65305dd8054cf7c424c60bc5 (patch)
treeaa894af1e2463e4919885a5bca700ab742012b4c /hugo.yaml
parent59c7d4567380d1a9c80e96eb958fdbdd512ce006 (diff)
новая жизнь блога 2
Diffstat (limited to 'hugo.yaml')
-rw-r--r--hugo.yaml32
1 files changed, 21 insertions, 11 deletions
diff --git a/hugo.yaml b/hugo.yaml
index 0d36a44..6878cfc 100644
--- a/hugo.yaml
+++ b/hugo.yaml
@@ -1,8 +1,8 @@
-baseURL: 'https://neonxp.ru/'
-languageCode: 'ru-RU'
+baseURL: "https://neonxp.ru/"
+languageCode: "ru-RU"
DefaultContentLanguage: ru
-title: '~/neonxp.log'
-theme: 'hugo-theme-stack'
+title: "~/neonxp.log"
+theme: "hugo-theme-stack"
enableRobotsTXT: true
params:
@@ -104,11 +104,21 @@ markup:
tabWidth: 4
menus:
- main:
- - name: Главная
- URL: /
- - name: Проекты
- URL: /pages/projects
- - name: Обо мне
- URL: /pages/me
+ main:
+ - name: Гостевая книга
+ URL: /pages/guestbook
+ - name: Проекты
+ URL: /pages/projects
+ - name: Обо мне
+ URL: /pages/me
+ - name: RSS
+ URL: https://neonxp.ru/post/index.xml
+outputs:
+ page:
+ - html
+ home:
+ - html
+ sections:
+ - html
+ - rss \ No newline at end of file