This project documents how I created a terminal-style blog using Hugo and the Terminal theme.

Stack:

  • Hugo (extended)
  • Terminal theme by panr
  • Linux development environment

Milestones:

  1. Install Hugo and verify the extended build.
  2. Initialize a new site (hugo new site myblog).
  3. Add the Terminal theme under themes/terminal.
  4. Configure hugo.toml with the theme and menu.
  5. Create journal and projects sections with sample content.