~~> Hello, World
Welcome to my new blog. This is a minimalist, monospace design that looks like raw markdown but polished. The goal is to appeal to developers who appreciate clean, readable content.
Everything uses a monospace font and aligns to a character grid. The design is responsive and works well on all devices.
What is this?
This blog is built with plain HTML and CSS. Posts are written in markdown and converted to HTML during the build process. Pushing to the repository automatically deploys to Cloudflare Pages.
The workflow is simple:
- Write a markdown file in the
content/directory - Run
node build.js(or let CI do it) - Your post is live
Code Example
Here's some code:
func hello() {
fmt.Println("hello world")
}
Features
These use asterisks (*):
- Simple HTML and CSS
- Markdown-style bullet points
- Table of contents sidebar
These use hyphens (-):
- Dark theme by default
- Berkeley Mono font
- Zero dependencies
Next Steps
I'll be writing about software engineering, technology, and whatever else interests me. Stay tuned for more posts.