A simple, retro theme for Hugo
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.
You can install the Terminal theme using one of the following methods:
Manually download the theme by visiting the GitHub repository and placing it in the themes/terminal directory in your root directory.
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.
Install the theme locally by cloning the repository directly to the themes/terminal directory.
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.
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.