you@blog:~/posts$ cat hello-world.md
Hello, World
Welcome to my blog. This is the first post, and it doubles as a quick tour of the terminal theme.
Why a terminal look?
I like the aesthetic of a green-on-black terminal. It is nostalgic, distraction-free, and — with the right font size and line spacing — very comfortable to read.
What you can do here
- Write posts in plain Markdown.
- Use
inline codeand code blocks:
$ echo "hello from the terminal"
hello from the terminal- Quote things:
The most effective debugging tool is still careful thought.
- Add links, like the Hugo docs.
How to add your own post
Check out HOW-TO-POST.md in the project root for a step-by-step guide.