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
.mdfile in thepagesfolder - Add new pages — Create new
.mdfiles 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:
- First item
- Second item
- 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!