Migrate last blog posts
All checks were successful
Build release image / build (push) Successful in 1m19s

This commit is contained in:
yehor
2025-05-20 18:21:02 +03:00
parent 0ad9f62abf
commit 822e59ea14
10 changed files with 167 additions and 1 deletions

View File

@@ -59,7 +59,7 @@ const config = {
xslt: true,
},
blogSidebarTitle: 'Timeline',
blogSidebarCount: 'ALL',
blogSidebarCount: 0,
// Useful options to enforce blogging best practices
onInlineTags: 'warn',
onInlineAuthors: 'warn',
@@ -156,6 +156,7 @@ const config = {
prism: {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
additionalLanguages: ['bash'],
},
}),
};