diff options
| author | WindowsAddict | 2024-09-06 23:52:36 +0000 |
|---|---|---|
| committer | WindowsAddict | 2024-09-06 23:52:36 +0000 |
| commit | c548e912a24ccb1b7fa18b89449f4b5930576da7 (patch) | |
| tree | 66a11ba57ce6162378ae2d5b63b0ff1c5502bcfc /docusaurus.config.js | |
| parent | 62c8aa7a54651d4ae2204025f786817a28a67241 (diff) | |
| download | massgrave.dev-c548e912a24ccb1b7fa18b89449f4b5930576da7.zip | |
Add blog and 2.7 changelog
Diffstat (limited to 'docusaurus.config.js')
| -rw-r--r-- | docusaurus.config.js | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/docusaurus.config.js b/docusaurus.config.js index 23a9110..c5366a4 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -48,7 +48,21 @@ const config = { editUrl: 'https://github.com/massgravel/massgrave.dev/tree/main/', }, - blog: false, + blog: { + showReadingTime: true, + feedOptions: { + type: ['rss', 'atom'], + xslt: true, + }, + // Please change this to your repo. + // Remove this to remove the "edit this page" links. + editUrl: + 'https://github.com/massgravel/massgrave.dev/tree/main/', + // Useful options to enforce blogging best practices + onInlineTags: 'warn', + onInlineAuthors: 'warn', + onUntruncatedBlogPosts: 'warn', + }, theme: { customCss: './src/css/custom.css', }, @@ -98,12 +112,12 @@ const config = { position: 'left', label: 'Credits', }, + {to: '/blog', label: 'Blog', position: 'right'}, { to: '/contactus', position: 'right', label: 'Contact Us', }, - /* {to: '/blog', label: 'Blog', position: 'left'}, */ { href: 'https://discord.gg/tVFN4N84PP', className: 'discord-button', |
