Hello, world
Welcome to the blog. This post was written locally in Markdown, converted to HTML by the build script, and deployed as a static file. Nothing here is edited through a web page.
How I write posts
- Run
npm run new -- "My Post Title"to create a dated Markdown file inposts/. - Write the post in Markdown.
- Run
npm run buildto regenerate the site intodist/. - Deploy
dist/to Hostinger.
Markdown works as you'd expect
You can use bold, italic, inline code, and links.
Block quotes look like this.
// Code blocks are supported too.
console.log("hello");
That's it. Delete this post whenever you're ready to make it your own.