diff options
Diffstat (limited to 'hugo.yaml')
-rw-r--r-- | hugo.yaml | 32 |
1 files changed, 21 insertions, 11 deletions
@@ -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 |