Add blog and 2.7 changelog

This commit is contained in:
2024-09-07 05:22:36 +05:30
parent 62c8aa7a54
commit c548e912a2
23 changed files with 312 additions and 6 deletions

View File

@ -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',