Add new blog post
Some checks failed
Build release image / build (push) Failing after 1m3s

This commit is contained in:
yehor
2025-05-21 11:43:49 +03:00
parent 861bdcd686
commit f9be7b0c10
3 changed files with 112 additions and 0 deletions

View File

@@ -56,6 +56,9 @@ const config = {
showReadingTime: true,
feedOptions: {
type: ['rss', 'atom'],
title: "Yehor Vialov's Blog",
description: 'Some notes, interesting things and projects',
copyright: 'Copyright © ${new Date().getFullYear()} Yehor Vialov',
xslt: true,
},
blogSidebarTitle: 'Timeline',
@@ -112,6 +115,14 @@ const config = {
label: 'Blog',
to: '/blog',
},
{
label: 'Blog RSS feed',
to: '/blog/rss.xml',
},
{
label: 'Blog Atom feed',
to: '/blog/atom.xml',
},
],
},
{