1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-21 09:38:01 +02:00

Doc: Set blog page title to "News"

This commit is contained in:
Laurent Cozic 2024-03-05 14:14:31 +00:00
parent 28c7268f82
commit 3c10282848
2 changed files with 3 additions and 0 deletions

View File

@ -186,6 +186,8 @@
"packages/doc-builder/help": true,
"packages/doc-builder/news": true,
"packages/doc-builder/i18n": true,
"packages/doc-builder/.docusaurus": true,
"packages/doc-builder/static/images": true,
"readme/i18n": true,
"packages/app-cli/**/*.*~": true,
"packages/app-cli/**/*.mo": true,

View File

@ -164,6 +164,7 @@ const config = {
},
},
blog: {
blogTitle: 'News',
showReadingTime: true,
blogSidebarCount: 'ALL',
path: 'news',