{{title}}
Hello World
Welcome to my new blog! This is a static blog generated from markdown files.
How it works
- I write a markdown file in the
blogs/directory. - I run
npm run build. - The script generates an HTML file in
blog/.
Code Example
console.log('Hello, World!');
Stay tuned for more updates!