mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 11:41:17 +02:00
chore: remove portuguese preview from the demo site (#23)
* refactor: separate rss and atom generation, optimize back button logic, remove redundant whitespace in component styles * fix: add missing <published> tag in atom feed
This commit is contained in:
parent
fc1cc050bc
commit
4d3ce1f73f
19 changed files with 14 additions and 1284 deletions
|
@ -77,7 +77,7 @@ global: {
|
|||
// дополнительные языки
|
||||
// создает многоязычные пути, такие как '/es/' '/ru/'
|
||||
// не указывайте код языка, указанный выше, можно оставить пустым массивом []
|
||||
moreLocales: ['zh-tw', 'ja', 'en', 'es', 'ru', 'pt'] // ['zh', 'zh-tw', 'ja', 'en', 'es', 'ru', 'pt']
|
||||
moreLocales: ['zh-tw', 'ja', 'en', 'es', 'ru'] // ['zh', 'zh-tw', 'ja', 'en', 'es', 'ru', 'pt']
|
||||
// стиль шрифта
|
||||
fontStyle: 'sans' // sans, serif
|
||||
// формат даты для постов
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue