TermBlog

Welcome to Termblog

February 1, 2026 ยท 1 min read
Tags: welcomeintroduction

Welcome to Termblog!

You’re reading this post in a terminal. How cool is that?

What is Termblog?

Termblog is a self-hosted blog platform that lets readers browse and read your posts directly from their terminal using SSH, or through a web-based terminal interface.

Features

Here are the key bindings you can use:

Key Action
j/โ†“ Move down
k/โ†‘ Move up
enter Select/Open
esc/h Go back
/ Search
? Help
q Quit

Creating Posts

Create new posts using the CLI:

termblog new "My New Post"

This creates a markdown file in content/posts/ with frontmatter. Edit the file and set draft: false to publish.

Code Example

Here’s some syntax-highlighted code:

package main

import "fmt"

func main() {
    fmt.Println("Hello from Termblog!")
}

What’s Next?

  1. Explore the interface
  2. Create your first post
  3. Customize your theme
  4. Share your blog URL with the world!

Happy blogging! ๐Ÿ–ฅ๏ธ