My First Blog Post
Introduction
This is my first blog post written in org-mode! meow
Why org-mode?
Org-mode is great because:
- It's plain text
- Version control friendly
- Powerful markup
- Emacs integration
Code Example
Here's some JavaScript:
function greet(name) {
return `Hello, \${name}!`;
}
console.log(greet('World'));
Links and Formatting
You can have bold text, italic text, and /public/startupfba.avif.
This is a quote block
Conclusion
That's all for now!