Hello World — 第一个极客博客帖子
$ echo "Hello, World!"
Every programmer's journey begins with two words. This blog is no exception.
Welcome to iannjh blog — a minimal, terminal-inspired personal site built entirely with Emacs Org-mode.
Why Another Blog?
The web is drowning in:
- Heavy JavaScript frameworks
- Tracking scripts and analytics
- Cookie banners and pop-ups
- 5 MB page loads for a 500-word article
This blog takes a different approach:
"No JS. No tracking. Just text."
The Stack
| Layer | Technology |
|---|---|
| Authoring | Emacs Org-mode |
| Build | org-publish (Elisp) |
| Styling | Hand-crafted CSS |
| Hosting | Static HTML |
| JS | None |
What's Next
I plan to write about:
- Emacs workflows and configuration
- Linux system administration
- Programming in various languages
- Terminal customization
- The philosophy of minimalism in tech
Stay tuned. Or don't — it's just text on a screen.
(message "Hello from iannjh blog!") ;; => "Hello from iannjh blog!"
This is the first post. The journey of a thousand packets begins with a single SYN.