aboutsummaryrefslogtreecommitdiff
path: root/hugo.yaml
diff options
context:
space:
mode:
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