Hugo Theme Terminal screenshot

Hugo Theme Terminal

Author Avatar Theme by Panr
Updated: 10 May 2025
2649 Stars

A simple, retro theme for Hugo

Categories

Overview

The Terminal theme is a fully “open” Hugo theme that brings many useful features to your website. Although the theme is no longer maintained, it can still be used and modified to match your needs. The theme has reached the 9th place on the official Hugo Themes list and is fully based on the Hugo ecosystem.

Features

  • Built-in shortcodes: The theme has built-in shortcodes for displaying images, figures, and code snippets.
  • Code highlighting: The theme utilizes custom syntax highlighting based on PrismJS, supporting a wide range of programming languages.
  • 5 duotone themes: The theme offers five color themes to choose from, with orange as the default.
  • Fira Code font: The theme uses Fira Code as the default monospaced font, providing an aesthetically pleasing look.
  • Fully responsive: The theme is designed to be fully responsive, ensuring a seamless experience across different devices.
  • Hugo ecosystem integration: The theme is fully based on the Hugo ecosystem, utilizing Pipes and Modules for easy customization.

Installation

You can install the Terminal theme using one of the following methods:

  1. Manually download the theme by visiting the GitHub repository and placing it in the themes/terminal directory in your root directory.

  2. Install the theme as a Hugo Module by adding the following line to your config file:

module = ["github.com/panr/hugo-theme-terminal"]

Note that by default, the theme won’t show up in the themes directory. You will be using the theme as it was at the moment you fetched it. Your local go.sum file will keep all the references. For more information on using Hugo Modules, refer to the official documentation.

  1. Install the theme locally by cloning the repository directly to the themes/terminal directory.

  2. Install the theme as a submodule by running the following command:

git submodule add https://github.com/panr/hugo-theme-terminal.git themes/terminal

Keep in mind that the Terminal theme requires at least Hugo Extended v0.90.x to function properly.

Summary

The Terminal theme is a versatile Hugo theme that brings various useful features to your website. Despite being no longer maintained, it can still be downloaded, forked, and expanded upon. The theme offers built-in shortcodes, custom code highlighting, duotone color themes, and fully integrates with the Hugo ecosystem. It is a responsive theme that provides a visually appealing experience for your website visitors.