An accessible Zola theme with a dark color scheme and retro computer terminal-like vibe, multi-language support, zero required JavaScript, pretty font ligatures, and a perfect baseline Lighthouse score.
Try the demo now: https://ebkalderon.github.io/terminus/
Terminus is largely a port of Radek Kozieł's Terminal Theme for Hugo but with several key differences. Credit to the zerm and tabi themes for inspiring some of these changes.
git init
git submodule add https://github.com/ebkalderon/terminus.git themes/terminus
config.toml
:theme = "terminus"
title
in your config.toml
:title = "Your Site Title"
content/_index.md
. This file controls how your
home page looks and behaves. Choose exactly one of the following options:
/
:+++
title = "Home"
paginate_by = 5 # Show 5 posts per page.
+++
blog/
:+++
title = "Home"
[extra]
section_path = "blog/_index.md" # Where to find your posts.
max_posts = 5 # Show 5 posts and a link to blog section on home page.
+++
To update the Terminus theme as a Git submodule, run:
git submodule update --remote themes/terminus
This project is licensed under the terms of the MIT license.