Building My Blog
Vsevolod Strukchinsky · March 6, 2026
Welcome to my blog.
Static sites are incredibly fast and easy to maintain.
Code Example
function greet(name:string) {
return `hello ${name}`
} Some explanatory text after the code.
Vsevolod Strukchinsky · March 6, 2026
Welcome to my blog.
Static sites are incredibly fast and easy to maintain.
function greet(name:string) {
return `hello ${name}`
} Some explanatory text after the code.