May 11, 2026
Hello World: The Terminal Minimalist Blog
Hello World
Welcome to the new home for my thoughts, technical guides, and experiments. This blog is part of my "Terminal Minimalist" portfolio and is powered by a seamless integration with Obsidian.
Why Obsidian?
Obsidian allows me to write in local Markdown files, maintain a graph of my thoughts, and use simple Git commands to publish.
Code Example
const blog = {
author: "Kenneth Osorio",
status: "Online",
engine: "Next.js + Markdown"
};
console.log(`Welcome to ${blog.author}'s blog!`);
Stay tuned for more updates!