Welcome

Hey there! This is your new website.

Edit this file at pages/home.md to change what you see here.

Getting Started

Here are some things you can do:

  • Edit pages — Open any .md file in the pages folder
  • Add new pages — Create new .md files and they become pages
  • Write blog posts — Add files to pages/blog/ for a blog section

Example Formatting

You can write bold text, italic text, and inline code.

This is a blockquote. Use it for quotes or important notes.

Here’s a list:

  1. First item
  2. Second item
  3. Third item

And a code block:

function greet(name) {
    return `Hello, ${name}!`;
}

Ready to Deploy?

Run mksite build and upload the dist folder to any static host like Netlify or Vercel.

That’s it. Happy writing!